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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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].

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html

Returns:

  • (String)


19674
19675
19676
19677
19678
19679
19680
19681
# File 'lib/aws-sdk-sagemaker/types.rb', line 19674

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].

[1]: docs.aws.amazon.com/sagemaker/latest/dg/autopilot-metrics-validation.html#autopilot-metrics

Returns:

  • (String)


19674
19675
19676
19677
19678
19679
19680
19681
# File 'lib/aws-sdk-sagemaker/types.rb', line 19674

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)


19674
19675
19676
19677
19678
19679
19680
19681
# File 'lib/aws-sdk-sagemaker/types.rb', line 19674

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)


19674
19675
19676
19677
19678
19679
19680
19681
# File 'lib/aws-sdk-sagemaker/types.rb', line 19674

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