class Google::Apis::PredictionV1_6::Input
Attributes
input[RW]
Input to the model for a prediction. Corresponds to the JSON property `input` @return [Google::Apis::PredictionV1_6::Input::Input]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/prediction_v1_6/classes.rb, line 361 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/prediction_v1_6/classes.rb, line 366 def update!(**args) @input = args[:input] if args.key?(:input) end