Class: Aws::MachineLearning::Types::UpdateBatchPredictionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::UpdateBatchPredictionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-machinelearning/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_prediction_id ⇒ String
The ID assigned to the ‘BatchPrediction` during creation.
-
#batch_prediction_name ⇒ String
A new user-supplied name or description of the ‘BatchPrediction`.
Instance Attribute Details
#batch_prediction_id ⇒ String
The ID assigned to the ‘BatchPrediction` during creation.
3553 3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 3553 class UpdateBatchPredictionInput < Struct.new( :batch_prediction_id, :batch_prediction_name) SENSITIVE = [] include Aws::Structure end |
#batch_prediction_name ⇒ String
A new user-supplied name or description of the ‘BatchPrediction`.
3553 3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 3553 class UpdateBatchPredictionInput < Struct.new( :batch_prediction_id, :batch_prediction_name) SENSITIVE = [] include Aws::Structure end |