Class: Aws::MachineLearning::Types::UpdateBatchPredictionInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_prediction_idString

The ID assigned to the ‘BatchPrediction` during creation.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
# File 'lib/aws-sdk-machinelearning/types.rb', line 3553

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

#batch_prediction_nameString

A new user-supplied name or description of the ‘BatchPrediction`.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
# File 'lib/aws-sdk-machinelearning/types.rb', line 3553

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