AutoMLJobObjective — AWS SDK for Ruby V3 (original) (raw)

Class: Aws::SageMaker::Types::AutoMLJobObjective

Inherits:

Struct

Defined in:

gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Specifies a metric to minimize or maximize as the objective of an AutoML job.

Constant Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_name ⇒ String

The name of the objective metric used to measure the predictive quality of a machine learning system. During training, the model's parameters are updated iteratively to optimize its performance based on the feedback provided by the objective metric when evaluating the model on the validation dataset.

The list of available metrics supported by Autopilot and the default metric applied when you do not specify a metric name explicitly depend on the problem type.

2527 2528 2529 2530 2531 # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2527 class AutoMLJobObjective < Struct.new( :metric_name) SENSITIVE = [] include Aws::Structure end