class Aws::MachineLearning::Types::CreateEvaluationInput

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

data as a hash:

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

@!attribute [rw] evaluation_id

A user-supplied ID that uniquely identifies the `Evaluation`.
@return [String]

@!attribute [rw] evaluation_name

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

@!attribute [rw] ml_model_id

The ID of the `MLModel` to evaluate.

The schema used in creating the `MLModel` must match the schema of
the `DataSource` used in the `Evaluation`.
@return [String]

@!attribute [rw] evaluation_data_source_id

The ID of the `DataSource` for the evaluation. The schema of the
`DataSource` must match the schema used to create the `MLModel`.
@return [String]

Constants

SENSITIVE