amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Description

 
Synopsis

Documentation

data FinalAutoMLJobObjectiveMetric Source #

The best candidate result from an AutoML training job.

See: newFinalAutoMLJobObjectiveMetric smart constructor.

Constructors

FinalAutoMLJobObjectiveMetric' 

Fields

Instances

Instances details
FromJSON FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Generic FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Associated Types

type Rep FinalAutoMLJobObjectiveMetric :: Type -> Type #

Read FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Show FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

NFData FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Eq FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Hashable FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

type Rep FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

type Rep FinalAutoMLJobObjectiveMetric = D1 ('MetaData "FinalAutoMLJobObjectiveMetric" "Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "FinalAutoMLJobObjectiveMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobObjectiveType)) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLMetricEnum) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newFinalAutoMLJobObjectiveMetric Source #

Create a value of FinalAutoMLJobObjectiveMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':FinalAutoMLJobObjectiveMetric', finalAutoMLJobObjectiveMetric_type - The type of metric with the best result.

$sel:metricName:FinalAutoMLJobObjectiveMetric', finalAutoMLJobObjectiveMetric_metricName - The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.

$sel:value:FinalAutoMLJobObjectiveMetric', finalAutoMLJobObjectiveMetric_value - The value of the metric with the best result.

finalAutoMLJobObjectiveMetric_metricName :: Lens' FinalAutoMLJobObjectiveMetric AutoMLMetricEnum Source #

The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.