Class: Aws::MachineLearning::Types::DeleteBatchPredictionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::DeleteBatchPredictionInput
- Defined in:
- gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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
.
830 831 832 833 834 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 830 class DeleteBatchPredictionInput < Struct.new( :batch_prediction_id) SENSITIVE = [] include Aws::Structure end |