Class: Aws::MachineLearning::Types::GetBatchPredictionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::GetBatchPredictionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-machinelearning/types.rb
Overview
Note:
When making an API call, you may pass GetBatchPredictionInput data as a hash:
{
batch_prediction_id: "EntityId", # required
}
Instance Attribute Summary collapse
-
#batch_prediction_id ⇒ String
An ID assigned to the ‘BatchPrediction` at creation.
Instance Attribute Details
#batch_prediction_id ⇒ String
An ID assigned to the ‘BatchPrediction` at creation.
1860 1861 1862 1863 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 1860 class GetBatchPredictionInput < Struct.new( :batch_prediction_id) include Aws::Structure end |