describe_experiment
(**kwargs)¶Provides a list of an experiment's properties.
See also: AWS API Documentation
Request Syntax
response = client.describe_experiment(
ExperimentName='string'
)
[REQUIRED]
The name of the experiment to describe.
{
'ExperimentName': 'string',
'ExperimentArn': 'string',
'DisplayName': 'string',
'Source': {
'SourceArn': 'string',
'SourceType': 'string'
},
'Description': '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'
}
}
}
Response Structure
The name of the experiment.
The Amazon Resource Name (ARN) of the experiment.
The name of the experiment as displayed. If DisplayName
isn't specified, ExperimentName
is displayed.
The Amazon Resource Name (ARN) of the source and, optionally, the type.
The Amazon Resource Name (ARN) of the source.
The source type.
The description of the experiment.
When the experiment was created.
Who created the experiment.
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 experiment was last modified.
Who last modified the experiment.
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.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound