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

Description

 
Synopsis

Documentation

data TrialComponentStatus Source #

The status of the trial component.

See: newTrialComponentStatus smart constructor.

Constructors

TrialComponentStatus' 

Fields

Instances

Instances details
Eq TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Read TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Show TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Generic TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Associated Types

type Rep TrialComponentStatus :: Type -> Type #

NFData TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Methods

rnf :: TrialComponentStatus -> () #

Hashable TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

ToJSON TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

FromJSON TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

type Rep TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

type Rep TrialComponentStatus = D1 ('MetaData "TrialComponentStatus" "Amazonka.SageMaker.Types.TrialComponentStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "primaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentPrimaryStatus)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrialComponentStatus :: TrialComponentStatus Source #

Create a value of TrialComponentStatus 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:primaryStatus:TrialComponentStatus', trialComponentStatus_primaryStatus - The status of the trial component.

$sel:message:TrialComponentStatus', trialComponentStatus_message - If the component failed, a message describing why.

trialComponentStatus_message :: Lens' TrialComponentStatus (Maybe Text) Source #

If the component failed, a message describing why.