Class: Aws::Types::PredictInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#ml_model_id::String

Returns the value of attribute ml_model_id.



509
510
511
# File 'sig/types.rbs', line 509

def ml_model_id
  @ml_model_id
end

#predict_endpoint::String

Returns the value of attribute predict_endpoint.



511
512
513
# File 'sig/types.rbs', line 511

def predict_endpoint
  @predict_endpoint
end

#record::Hash[::String, ::String]

Returns the value of attribute record.



510
511
512
# File 'sig/types.rbs', line 510

def record
  @record
end