| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.ModelPackageGroup
Description
Synopsis
- data ModelPackageGroup = ModelPackageGroup' {}
 - newModelPackageGroup :: ModelPackageGroup
 - modelPackageGroup_createdBy :: Lens' ModelPackageGroup (Maybe UserContext)
 - modelPackageGroup_creationTime :: Lens' ModelPackageGroup (Maybe UTCTime)
 - modelPackageGroup_modelPackageGroupArn :: Lens' ModelPackageGroup (Maybe Text)
 - modelPackageGroup_modelPackageGroupDescription :: Lens' ModelPackageGroup (Maybe Text)
 - 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.
Constructors
| ModelPackageGroup' | |
Fields 
  | |
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:createdBy:ModelPackageGroup', modelPackageGroup_createdBy - Undocumented member.
$sel:creationTime:ModelPackageGroup', modelPackageGroup_creationTime - The time that the model group was created.
$sel:modelPackageGroupArn:ModelPackageGroup', modelPackageGroup_modelPackageGroupArn - The Amazon Resource Name (ARN) of the model group.
$sel:modelPackageGroupDescription:ModelPackageGroup', modelPackageGroup_modelPackageGroupDescription - The description for the model group.
$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_createdBy :: Lens' ModelPackageGroup (Maybe UserContext) Source #
Undocumented member.
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_modelPackageGroupDescription :: Lens' ModelPackageGroup (Maybe Text) Source #
The description for the model group.
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.