Class: Aws::MachineLearning::Types::GetBatchPredictionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::GetBatchPredictionInput
- Defined in:
- gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
1691 1692 1693 1694 1695 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1691 class GetBatchPredictionInput < Struct.new( :batch_prediction_id) SENSITIVE = [] include Aws::Structure end |