You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The best candidate result from an AutoML training job.

Returned by:

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.

Possible values:

  • Accuracy
  • MSE
  • F1
  • F1macro
  • AUC

Returns:

  • (String)

    The name of the metric with the best result.

#typeString

The type of metric with the best result.

Possible values:

  • Maximize
  • Minimize

Returns:

  • (String)

    The type of metric with the best result.

#valueFloat

The value of the metric with the best result.

Returns:

  • (Float)

    The value of the metric with the best result.