describe_trial
(**kwargs)¶Provides a list of a trial's properties.
See also: AWS API Documentation
Request Syntax
response = client.describe_trial(
TrialName='string'
)
[REQUIRED]
The name of the trial to describe.
{
'TrialName': 'string',
'TrialArn': 'string',
'DisplayName': 'string',
'ExperimentName': 'string',
'Source': {
'SourceArn': 'string',
'SourceType': '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'
},
'MetadataProperties': {
'CommitId': 'string',
'Repository': 'string',
'GeneratedBy': 'string',
'ProjectId': 'string'
}
}
Response Structure
The name of the trial.
The Amazon Resource Name (ARN) of the trial.
The name of the trial as displayed. If DisplayName
isn't specified, TrialName
is displayed.
The name of the experiment the trial is part of.
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
The Amazon Resource Name (ARN) of the source.
The source job type.
When the trial was created.
Who created the trial.
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 trial was last modified.
Who last modified the trial.
The Amazon Resource Name (ARN) of the user's profile.
The name of the user's profile.
The domain associated with the user.
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.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound