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

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

Constant Summary collapse

SENSITIVE =
[]

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)


1999
2000
2001
2002
2003
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1999

class GetEvaluationInput < Struct.new(
  :evaluation_id)
  SENSITIVE = []
  include Aws::Structure
end