Class: Aws::MachineLearning::Types::GetEvaluationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::GetEvaluationInput
- Defined in:
- gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_id ⇒ String
The ID of the
Evaluation
to retrieve.
Instance Attribute Details
#evaluation_id ⇒ String
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.
2002 2003 2004 2005 2006 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2002 class GetEvaluationInput < Struct.new( :evaluation_id) SENSITIVE = [] include Aws::Structure end |