libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Read FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Show 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 #

NFData FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Hashable FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

FromJSON 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" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" '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.