describe_lineage_group
(**kwargs)¶Provides a list of properties for the requested lineage group. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide .
See also: AWS API Documentation
Request Syntax
response = client.describe_lineage_group(
LineageGroupName='string'
)
[REQUIRED]
The name of the lineage group.
{
'LineageGroupName': 'string',
'LineageGroupArn': 'string',
'DisplayName': 'string',
'Description': 'string',
'CreationTime': datetime(2015, 1, 1),
'CreatedBy': {
'UserProfileArn': 'string',
'UserProfileName': 'string',
'DomainId': 'string'
},
'LastModifiedTime': datetime(2015, 1, 1),
'LastModifiedBy': {
'UserProfileArn': 'string',
'UserProfileName': 'string',
'DomainId': 'string'
}
}
Response Structure
The name of the lineage group.
The Amazon Resource Name (ARN) of the lineage group.
The display name of the lineage group.
The description of the lineage group.
The creation time of lineage group.
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 last modified time of the lineage group.
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.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound