Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ModelPackageGroup = ModelPackageGroup' {}
- newModelPackageGroup :: ModelPackageGroup
- modelPackageGroup_creationTime :: Lens' ModelPackageGroup (Maybe UTCTime)
- modelPackageGroup_modelPackageGroupDescription :: Lens' ModelPackageGroup (Maybe Text)
- modelPackageGroup_modelPackageGroupArn :: Lens' ModelPackageGroup (Maybe Text)
- modelPackageGroup_createdBy :: Lens' ModelPackageGroup (Maybe UserContext)
- modelPackageGroup_modelPackageGroupName :: Lens' ModelPackageGroup (Maybe Text)
- modelPackageGroup_modelPackageGroupStatus :: Lens' ModelPackageGroup (Maybe ModelPackageGroupStatus)
- modelPackageGroup_tags :: Lens' ModelPackageGroup (Maybe [Tag])
Documentation
data ModelPackageGroup Source #
A group of versioned models in the model registry.
See: newModelPackageGroup
smart constructor.
ModelPackageGroup' | |
|
Instances
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_modelPackageGroupDescription :: Lens' ModelPackageGroup (Maybe Text) Source #
The description for the model group.
modelPackageGroup_modelPackageGroupArn :: Lens' ModelPackageGroup (Maybe Text) Source #
The Amazon Resource Name (ARN) of the model group.
modelPackageGroup_createdBy :: Lens' ModelPackageGroup (Maybe UserContext) Source #
Undocumented member.
modelPackageGroup_modelPackageGroupName :: Lens' ModelPackageGroup (Maybe Text) Source #
The name 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.