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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#batch_prediction_idString

A user-supplied ID that uniquely identifies the ‘BatchPrediction`.

Returns:

  • (String)


931
932
933
934
# File 'lib/aws-sdk-machinelearning/types.rb', line 931

class DeleteBatchPredictionInput < Struct.new(
  :batch_prediction_id)
  include Aws::Structure
end