describe_artifact
(**kwargs)¶Describes an artifact.
See also: AWS API Documentation
Request Syntax
response = client.describe_artifact(
ArtifactArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the artifact to describe.
{
'ArtifactName': 'string',
'ArtifactArn': 'string',
'Source': {
'SourceUri': 'string',
'SourceTypes': [
{
'SourceIdType': 'MD5Hash'|'S3ETag'|'S3Version'|'Custom',
'Value': 'string'
},
]
},
'ArtifactType': 'string',
'Properties': {
'string': 'string'
},
'CreationTime': datetime(2015, 1, 1),
'CreatedBy': {
'UserProfileArn': 'string',
'UserProfileName': 'string',
'DomainId': 'string',
'IamIdentity': {
'Arn': 'string',
'PrincipalId': 'string',
'SourceIdentity': 'string'
}
},
'LastModifiedTime': datetime(2015, 1, 1),
'LastModifiedBy': {
'UserProfileArn': 'string',
'UserProfileName': 'string',
'DomainId': 'string',
'IamIdentity': {
'Arn': 'string',
'PrincipalId': 'string',
'SourceIdentity': 'string'
}
},
'MetadataProperties': {
'CommitId': 'string',
'Repository': 'string',
'GeneratedBy': 'string',
'ProjectId': 'string'
},
'LineageGroupArn': 'string'
}
Response Structure
The name of the artifact.
The Amazon Resource Name (ARN) of the artifact.
The source of the artifact.
The URI of the source.
A list of source types.
The ID and ID type of an artifact source.
The type of ID.
The ID.
The type of the artifact.
A list of the artifact's properties.
When the artifact 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 IAM Identity details associated with the user. These details are associated with model package groups, model packages, and project entities only.
The Amazon Resource Name (ARN) of the IAM identity.
The ID of the principal that assumes the IAM identity.
The person or application which assumes the IAM identity.
When the artifact was last modified.
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 IAM Identity details associated with the user. These details are associated with model package groups, model packages, and project entities only.
The Amazon Resource Name (ARN) of the IAM identity.
The ID of the principal that assumes the IAM identity.
The person or application which assumes the IAM identity.
Metadata properties of the tracking entity, trial, or trial component.
The commit ID.
The repository.
The entity this entity was generated by.
The project ID.
The Amazon Resource Name (ARN) of the lineage group.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound