class Aws::MachineLearning::Types::UpdateEvaluationInput

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

data as a hash:

    {
      evaluation_id: "EntityId", # required
      evaluation_name: "EntityName", # required
    }

@!attribute [rw] evaluation_id

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

@!attribute [rw] evaluation_name

A new user-supplied name or description of the `Evaluation` that
will replace the current content.
@return [String]

Constants

SENSITIVE