ModelPackageGroup
A group of versioned models in the model registry.
Contents
- CreatedBy
-
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
Type: UserContext object
Required: No
- CreationTime
-
The time that the model group was created.
Type: Timestamp
Required: No
- ModelPackageGroupArn
-
The Amazon Resource Name (ARN) of the model group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:model-package-group/[\S]{1,2048}$
Required: No
- ModelPackageGroupDescription
-
The description for the model group.
Type: String
Length Constraints: Maximum length of 1024.
Pattern:
[\p{L}\p{M}\p{Z}\p{S}\p{N}\p{P}]*
Required: No
- ModelPackageGroupName
-
The name of the model group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$
Required: No
- 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.
Type: String
Valid Values:
Pending | InProgress | Completed | Failed | Deleting | DeleteFailed
Required: No
-
- Tags
-
A list of the tags associated with the model group. For more information, see Tagging AWS resources in the AWS General Reference Guide.
Type: Array of Tag objects
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: