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

Description

 
Synopsis

Documentation

data ModelPackageStatusDetails Source #

Specifies the validation and image scan statuses of the model package.

See: newModelPackageStatusDetails smart constructor.

Constructors

ModelPackageStatusDetails' 

Fields

Instances

Instances details
Eq ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Read ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Show ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Generic ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Associated Types

type Rep ModelPackageStatusDetails :: Type -> Type #

NFData ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Hashable ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

FromJSON ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

type Rep ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

type Rep ModelPackageStatusDetails = D1 ('MetaData "ModelPackageStatusDetails" "Amazonka.SageMaker.Types.ModelPackageStatusDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageStatusDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageScanStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ModelPackageStatusItem])) :*: S1 ('MetaSel ('Just "validationStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ModelPackageStatusItem])))

newModelPackageStatusDetails :: ModelPackageStatusDetails Source #

Create a value of ModelPackageStatusDetails 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:imageScanStatuses:ModelPackageStatusDetails', modelPackageStatusDetails_imageScanStatuses - The status of the scan of the Docker image container for the model package.

$sel:validationStatuses:ModelPackageStatusDetails', modelPackageStatusDetails_validationStatuses - The validation status of the model package.

modelPackageStatusDetails_imageScanStatuses :: Lens' ModelPackageStatusDetails (Maybe [ModelPackageStatusItem]) Source #

The status of the scan of the Docker image container for the model package.