Class: Aws::MachineLearning::Types::DeleteBatchPredictionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::DeleteBatchPredictionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-machinelearning/types.rb
Overview
Note:
When making an API call, you may pass DeleteBatchPredictionInput data as a hash:
{
batch_prediction_id: "EntityId", # required
}
Instance Attribute Summary collapse
-
#batch_prediction_id ⇒ String
A user-supplied ID that uniquely identifies the ‘BatchPrediction`.
Instance Attribute Details
#batch_prediction_id ⇒ String
A user-supplied ID that uniquely identifies the ‘BatchPrediction`.
931 932 933 934 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 931 class DeleteBatchPredictionInput < Struct.new( :batch_prediction_id) include Aws::Structure end |