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

Description

 
Synopsis

Documentation

data ModelPackageSummary Source #

Provides summary information about a model package.

See: newModelPackageSummary smart constructor.

Constructors

ModelPackageSummary' 

Fields

Instances

Instances details
Eq ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Read ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Show ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Generic ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Associated Types

type Rep ModelPackageSummary :: Type -> Type #

NFData ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Methods

rnf :: ModelPackageSummary -> () #

Hashable ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

FromJSON ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

type Rep ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

type Rep ModelPackageSummary = D1 ('MetaData "ModelPackageSummary" "Amazonka.SageMaker.Types.ModelPackageSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "modelApprovalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelApprovalStatus)) :*: S1 ('MetaSel ('Just "modelPackageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modelPackageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "modelPackageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelPackageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "modelPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelPackageStatus)))))

newModelPackageSummary Source #

Create a value of ModelPackageSummary 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:modelApprovalStatus:ModelPackageSummary', modelPackageSummary_modelApprovalStatus - The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved
  • REJECTED - The model is rejected.
  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

$sel:modelPackageDescription:ModelPackageSummary', modelPackageSummary_modelPackageDescription - A brief description of the model package.

$sel:modelPackageVersion:ModelPackageSummary', modelPackageSummary_modelPackageVersion - If the model package is a versioned model, the version of the model.

$sel:modelPackageGroupName:ModelPackageSummary', modelPackageSummary_modelPackageGroupName - If the model package is a versioned model, the model group that the versioned model belongs to.

$sel:modelPackageName:ModelPackageSummary', modelPackageSummary_modelPackageName - The name of the model package.

$sel:modelPackageArn:ModelPackageSummary', modelPackageSummary_modelPackageArn - The Amazon Resource Name (ARN) of the model package.

$sel:creationTime:ModelPackageSummary', modelPackageSummary_creationTime - A timestamp that shows when the model package was created.

$sel:modelPackageStatus:ModelPackageSummary', modelPackageSummary_modelPackageStatus - The overall status of the model package.

modelPackageSummary_modelApprovalStatus :: Lens' ModelPackageSummary (Maybe ModelApprovalStatus) Source #

The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved
  • REJECTED - The model is rejected.
  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

modelPackageSummary_modelPackageVersion :: Lens' ModelPackageSummary (Maybe Natural) Source #

If the model package is a versioned model, the version of the model.

modelPackageSummary_modelPackageGroupName :: Lens' ModelPackageSummary (Maybe Text) Source #

If the model package is a versioned model, the model group that the versioned model belongs to.

modelPackageSummary_modelPackageArn :: Lens' ModelPackageSummary Text Source #

The Amazon Resource Name (ARN) of the model package.

modelPackageSummary_creationTime :: Lens' ModelPackageSummary UTCTime Source #

A timestamp that shows when the model package was created.