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

Description

 
Synopsis

Documentation

data AlgorithmStatusItem Source #

Represents the overall status of an algorithm.

See: newAlgorithmStatusItem smart constructor.

Constructors

AlgorithmStatusItem' 

Fields

Instances

Instances details
Eq AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Read AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Show AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Generic AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Associated Types

type Rep AlgorithmStatusItem :: Type -> Type #

NFData AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Methods

rnf :: AlgorithmStatusItem -> () #

Hashable AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

FromJSON AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

type Rep AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

type Rep AlgorithmStatusItem = D1 ('MetaData "AlgorithmStatusItem" "Amazonka.SageMaker.Types.AlgorithmStatusItem" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmStatusItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DetailedAlgorithmStatus))))

newAlgorithmStatusItem Source #

Create a value of AlgorithmStatusItem 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:failureReason:AlgorithmStatusItem', algorithmStatusItem_failureReason - if the overall status is Failed, the reason for the failure.

$sel:name:AlgorithmStatusItem', algorithmStatusItem_name - The name of the algorithm for which the overall status is being reported.

$sel:status:AlgorithmStatusItem', algorithmStatusItem_status - The current status.

algorithmStatusItem_failureReason :: Lens' AlgorithmStatusItem (Maybe Text) Source #

if the overall status is Failed, the reason for the failure.

algorithmStatusItem_name :: Lens' AlgorithmStatusItem Text Source #

The name of the algorithm for which the overall status is being reported.