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

Description

 
Synopsis

Documentation

data ModelPackageGroup Source #

A group of versioned models in the model registry.

See: newModelPackageGroup smart constructor.

Constructors

ModelPackageGroup' 

Fields

Instances

Instances details
Eq ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Read ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Show ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Generic ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Associated Types

type Rep ModelPackageGroup :: Type -> Type #

NFData ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Methods

rnf :: ModelPackageGroup -> () #

Hashable ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

FromJSON ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

type Rep ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

type Rep ModelPackageGroup = D1 ('MetaData "ModelPackageGroup" "Amazonka.SageMaker.Types.ModelPackageGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "modelPackageGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelPackageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modelPackageGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageGroupStatus)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))

newModelPackageGroup :: ModelPackageGroup Source #

Create a value of ModelPackageGroup 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:creationTime:ModelPackageGroup', modelPackageGroup_creationTime - The time that the model group was created.

$sel:modelPackageGroupDescription:ModelPackageGroup', modelPackageGroup_modelPackageGroupDescription - The description for the model group.

$sel:modelPackageGroupArn:ModelPackageGroup', modelPackageGroup_modelPackageGroupArn - The Amazon Resource Name (ARN) of the model group.

$sel:createdBy:ModelPackageGroup', modelPackageGroup_createdBy - Undocumented member.

$sel:modelPackageGroupName:ModelPackageGroup', modelPackageGroup_modelPackageGroupName - The name of the model group.

$sel:modelPackageGroupStatus:ModelPackageGroup', modelPackageGroup_modelPackageGroupStatus - The status of the model group. This can be one of the following values.

  • PENDING - The model group is pending being created.
  • IN_PROGRESS - The model group is in the process of being created.
  • COMPLETED - The model group was successfully created.
  • FAILED - The model group failed.
  • DELETING - The model group is in the process of being deleted.
  • DELETE_FAILED - SageMaker failed to delete the model group.

$sel:tags:ModelPackageGroup', modelPackageGroup_tags - A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

modelPackageGroup_creationTime :: Lens' ModelPackageGroup (Maybe UTCTime) Source #

The time that the model group was created.

modelPackageGroup_modelPackageGroupArn :: Lens' ModelPackageGroup (Maybe Text) Source #

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

modelPackageGroup_modelPackageGroupStatus :: Lens' ModelPackageGroup (Maybe ModelPackageGroupStatus) Source #

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

  • PENDING - The model group is pending being created.
  • IN_PROGRESS - The model group is in the process of being created.
  • COMPLETED - The model group was successfully created.
  • FAILED - The model group failed.
  • DELETING - The model group is in the process of being deleted.
  • DELETE_FAILED - SageMaker failed to delete the model group.

modelPackageGroup_tags :: Lens' ModelPackageGroup (Maybe [Tag]) Source #

A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.