class Aws::MachineLearning::Types::PredictInput
@note When making an API call, you may pass PredictInput
data as a hash: { ml_model_id: "EntityId", # required record: { # required "VariableName" => "VariableValue", }, predict_endpoint: "VipURL", # required }
@!attribute [rw] ml_model_id
A unique identifier of the `MLModel`. @return [String]
@!attribute [rw] record
A map of variable name-value pairs that represent an observation. @return [Hash<String,String>]
@!attribute [rw] predict_endpoint
@return [String]
Constants
- SENSITIVE