Class: Aws::Types::PredictInput
- Inherits:
-
Object
- Object
- Aws::Types::PredictInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
-
#predict_endpoint ⇒ ::String
Returns the value of attribute predict_endpoint.
-
#record ⇒ ::Hash[::String, ::String]
Returns the value of attribute record.
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 |