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

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

Overview

The candidate result from a job.

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the metric.

Returns:

  • (String)


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

#typeString

The metric type used.

Returns:

  • (String)


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

#valueFloat

The value of the metric.

Returns:

  • (Float)


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