Class: Aws::MachineLearning::Types::GetBatchPredictionInput

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

An ID assigned to the BatchPrediction at creation.

Returns:

  • (String)


1693
1694
1695
1696
1697
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1693

class GetBatchPredictionInput < Struct.new(
  :batch_prediction_id)
  SENSITIVE = []
  include Aws::Structure
end