Class: Aws::MachineLearning::Types::GetEvaluationInput

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

Overview

Note:

When making an API call, you may pass GetEvaluationInput data as a hash:

{
  evaluation_id: "EntityId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_idString

The ID of the ‘Evaluation` to retrieve. The evaluation of each `MLModel` is recorded and cataloged. The ID provides the means to access the information.

Returns:

  • (String)


2173
2174
2175
2176
# File 'lib/aws-sdk-machinelearning/types.rb', line 2173

class GetEvaluationInput < Struct.new(
  :evaluation_id)
  include Aws::Structure
end