You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MachineLearning::Types::UpdateBatchPredictionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::UpdateBatchPredictionInput
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateBatchPredictionInput as input to an Aws::Client method, you can use a vanilla Hash:
{
batch_prediction_id: "EntityId", # required
batch_prediction_name: "EntityName", # required
}
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.
#batch_prediction_name ⇒ String
A new user-supplied name or description of the BatchPrediction
.