Class: Aws::SageMaker::Types::MetricDatum
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MetricDatum
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Information about the metric for a candidate produced by an AutoML job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_name ⇒ String
The name of the metric.
-
#set ⇒ String
The dataset split from which the AutoML job produced the metric.
-
#standard_metric_name ⇒ String
The name of the standard metric.
-
#value ⇒ Float
The value of the metric.
Instance Attribute Details
#metric_name ⇒ String
The name of the metric.
31843 31844 31845 31846 31847 31848 31849 31850 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31843 class MetricDatum < Struct.new( :metric_name, :value, :set, :standard_metric_name) SENSITIVE = [] include Aws::Structure end |
#set ⇒ String
The dataset split from which the AutoML job produced the metric.
31843 31844 31845 31846 31847 31848 31849 31850 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31843 class MetricDatum < Struct.new( :metric_name, :value, :set, :standard_metric_name) SENSITIVE = [] include Aws::Structure end |
#standard_metric_name ⇒ String
The name of the standard metric.
Autopilot candidate
metrics
.
31843 31844 31845 31846 31847 31848 31849 31850 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31843 class MetricDatum < Struct.new( :metric_name, :value, :set, :standard_metric_name) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the metric.
31843 31844 31845 31846 31847 31848 31849 31850 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31843 class MetricDatum < Struct.new( :metric_name, :value, :set, :standard_metric_name) SENSITIVE = [] include Aws::Structure end |