describe_model_package_group
(**kwargs)¶Gets a description for the specified model group.
See also: AWS API Documentation
Request Syntax
response = client.describe_model_package_group(
ModelPackageGroupName='string'
)
[REQUIRED]
The name of gthe model group to describe.
{
'ModelPackageGroupName': 'string',
'ModelPackageGroupArn': 'string',
'ModelPackageGroupDescription': 'string',
'CreationTime': datetime(2015, 1, 1),
'CreatedBy': {
'UserProfileArn': 'string',
'UserProfileName': 'string',
'DomainId': 'string'
},
'ModelPackageGroupStatus': 'Pending'|'InProgress'|'Completed'|'Failed'|'Deleting'|'DeleteFailed'
}
Response Structure
The name of the model group.
The Amazon Resource Name (ARN) of the model group.
A description of the model group.
The time that the model group was created.
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
The Amazon Resource Name (ARN) of the user's profile.
The name of the user's profile.
The domain associated with the user.
The status of the model group.