You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MachineLearning::Types::UpdateEvaluationInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateEvaluationInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_idString

The ID assigned to the Evaluation during creation.

Returns:

  • (String)

    The ID assigned to the Evaluation during creation.

#evaluation_nameString

A new user-supplied name or description of the Evaluation that will replace the current content.

Returns:

  • (String)

    A new user-supplied name or description of the Evaluation that will replace the current content.