Class: Aws::SageMaker::Types::FinalAutoMLJobObjectiveMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::FinalAutoMLJobObjectiveMetric
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The candidate result from a job.
Instance Attribute Summary collapse
-
#metric_name ⇒ String
The name of the metric.
-
#type ⇒ String
The metric type used.
-
#value ⇒ Float
The value of the metric.
Instance Attribute Details
#metric_name ⇒ String
The name of the metric.
9224 9225 9226 9227 9228 9229 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9224 class FinalAutoMLJobObjectiveMetric < Struct.new( :type, :metric_name, :value) include Aws::Structure end |
#type ⇒ String
The metric type used.
9224 9225 9226 9227 9228 9229 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9224 class FinalAutoMLJobObjectiveMetric < Struct.new( :type, :metric_name, :value) include Aws::Structure end |
#value ⇒ Float
The value of the metric.
9224 9225 9226 9227 9228 9229 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9224 class FinalAutoMLJobObjectiveMetric < Struct.new( :type, :metric_name, :value) include Aws::Structure end |