Class: Aws::Types::CreateBatchPredictionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBatchPredictionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_prediction_data_source_id ⇒ ::String
Returns the value of attribute batch_prediction_data_source_id.
-
#batch_prediction_id ⇒ ::String
Returns the value of attribute batch_prediction_id.
-
#batch_prediction_name ⇒ ::String
Returns the value of attribute batch_prediction_name.
-
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
-
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
Instance Attribute Details
#batch_prediction_data_source_id ⇒ ::String
Returns the value of attribute batch_prediction_data_source_id.
48 49 50 |
# File 'sig/types.rbs', line 48 def batch_prediction_data_source_id @batch_prediction_data_source_id end |
#batch_prediction_id ⇒ ::String
Returns the value of attribute batch_prediction_id.
45 46 47 |
# File 'sig/types.rbs', line 45 def batch_prediction_id @batch_prediction_id end |
#batch_prediction_name ⇒ ::String
Returns the value of attribute batch_prediction_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def batch_prediction_name @batch_prediction_name end |
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
47 48 49 |
# File 'sig/types.rbs', line 47 def ml_model_id @ml_model_id end |
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
49 50 51 |
# File 'sig/types.rbs', line 49 def output_uri @output_uri end |