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

Description

 
Synopsis

Documentation

data ModelPackageStatusItem Source #

Represents the overall status of a model package.

See: newModelPackageStatusItem smart constructor.

Constructors

ModelPackageStatusItem' 

Fields

Instances

Instances details
Eq ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Read ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Show ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Generic ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Associated Types

type Rep ModelPackageStatusItem :: Type -> Type #

NFData ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Methods

rnf :: ModelPackageStatusItem -> () #

Hashable ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

FromJSON ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

type Rep ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

type Rep ModelPackageStatusItem = D1 ('MetaData "ModelPackageStatusItem" "Amazonka.SageMaker.Types.ModelPackageStatusItem" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageStatusItem'" '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 DetailedModelPackageStatus))))

newModelPackageStatusItem Source #

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

$sel:name:ModelPackageStatusItem', modelPackageStatusItem_name - The name of the model package for which the overall status is being reported.

$sel:status:ModelPackageStatusItem', modelPackageStatusItem_status - The current status.

modelPackageStatusItem_failureReason :: Lens' ModelPackageStatusItem (Maybe Text) Source #

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

modelPackageStatusItem_name :: Lens' ModelPackageStatusItem Text Source #

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