Class: Aws::Types::UpdateBatchPredictionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBatchPredictionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_prediction_id ⇒ ::String
Returns the value of attribute batch_prediction_id.
-
#batch_prediction_name ⇒ ::String
Returns the value of attribute batch_prediction_name.
Instance Attribute Details
#batch_prediction_id ⇒ ::String
Returns the value of attribute batch_prediction_id.
634 635 636 |
# File 'sig/types.rbs', line 634 def batch_prediction_id @batch_prediction_id end |
#batch_prediction_name ⇒ ::String
Returns the value of attribute batch_prediction_name.
635 636 637 |
# File 'sig/types.rbs', line 635 def batch_prediction_name @batch_prediction_name end |