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)


19587
19588
19589
19590
19591
19592
19593
19594
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19587

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)


19587
19588
19589
19590
19591
19592
19593
19594
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19587

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)


19587
19588
19589
19590
19591
19592
19593
19594
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19587

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)


19587
19588
19589
19590
19591
19592
19593
19594
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19587

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