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'
},
'LastModifiedTime': datetime(2015, 1, 1),
'LastModifiedBy': {
'UserProfileArn': 'string',
'UserProfileName': 'string',
'DomainId': '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.
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.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound