Class: Aws::SageMaker::Types::FinalAutoMLJobObjectiveMetric

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

Overview

The best candidate result from an AutoML training job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.

Returns:

  • (String)


20827
20828
20829
20830
20831
20832
20833
20834
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20827

class FinalAutoMLJobObjectiveMetric < Struct.new(
  :type,
  :metric_name,
  :value,
  :standard_metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#standard_metric_nameString

The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.

Returns:

  • (String)


20827
20828
20829
20830
20831
20832
20833
20834
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20827

class FinalAutoMLJobObjectiveMetric < Struct.new(
  :type,
  :metric_name,
  :value,
  :standard_metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of metric with the best result.

Returns:

  • (String)


20827
20828
20829
20830
20831
20832
20833
20834
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20827

class FinalAutoMLJobObjectiveMetric < Struct.new(
  :type,
  :metric_name,
  :value,
  :standard_metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The value of the metric with the best result.

Returns:

  • (Float)


20827
20828
20829
20830
20831
20832
20833
20834
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20827

class FinalAutoMLJobObjectiveMetric < Struct.new(
  :type,
  :metric_name,
  :value,
  :standard_metric_name)
  SENSITIVE = []
  include Aws::Structure
end