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',
'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'
}
}
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.
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 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.
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.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound