Class: Aws::MachineLearning::Types::UpdateBatchPredictionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::UpdateBatchPredictionInput
- Defined in:
- gems/aws-sdk-machinelearning/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.
3548 3549 3550 3551 3552 3553 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3548 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
.
3548 3549 3550 3551 3552 3553 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3548 class UpdateBatchPredictionInput < Struct.new( :batch_prediction_id, :batch_prediction_name) SENSITIVE = [] include Aws::Structure end |