Class: Aws::MachineLearning::Types::DeleteBatchPredictionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_prediction_idString

A user-supplied ID that uniquely identifies the BatchPrediction.

Returns:

  • (String)


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