class Aws::MachineLearning::Types::UpdateBatchPredictionInput

@note When making an API call, you may pass UpdateBatchPredictionInput

data as a hash:

    {
      batch_prediction_id: "EntityId", # required
      batch_prediction_name: "EntityName", # required
    }

@!attribute [rw] batch_prediction_id

The ID assigned to the `BatchPrediction` during creation.
@return [String]

@!attribute [rw] batch_prediction_name

A new user-supplied name or description of the `BatchPrediction`.
@return [String]

Constants

SENSITIVE