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.TrialComponentMetricSummary

Description

 
Synopsis

Documentation

data TrialComponentMetricSummary Source #

A summary of the metrics of a trial component.

See: newTrialComponentMetricSummary smart constructor.

Constructors

TrialComponentMetricSummary' 

Fields

Instances

Instances details
Eq TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Read TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Show TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Generic TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Associated Types

type Rep TrialComponentMetricSummary :: Type -> Type #

NFData TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Hashable TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

FromJSON TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

type Rep TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

newTrialComponentMetricSummary :: TrialComponentMetricSummary Source #

Create a value of TrialComponentMetricSummary 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:max:TrialComponentMetricSummary', trialComponentMetricSummary_max - The maximum value of the metric.

$sel:sourceArn:TrialComponentMetricSummary', trialComponentMetricSummary_sourceArn - The Amazon Resource Name (ARN) of the source.

$sel:avg:TrialComponentMetricSummary', trialComponentMetricSummary_avg - The average value of the metric.

$sel:count:TrialComponentMetricSummary', trialComponentMetricSummary_count - The number of samples used to generate the metric.

$sel:metricName:TrialComponentMetricSummary', trialComponentMetricSummary_metricName - The name of the metric.

$sel:stdDev:TrialComponentMetricSummary', trialComponentMetricSummary_stdDev - The standard deviation of the metric.

$sel:min:TrialComponentMetricSummary', trialComponentMetricSummary_min - The minimum value of the metric.

$sel:last:TrialComponentMetricSummary', trialComponentMetricSummary_last - The most recent value of the metric.

$sel:timeStamp:TrialComponentMetricSummary', trialComponentMetricSummary_timeStamp - When the metric was last updated.

trialComponentMetricSummary_count :: Lens' TrialComponentMetricSummary (Maybe Int) Source #

The number of samples used to generate the metric.