update_trial
(**kwargs)¶Updates the display name of a trial.
See also: AWS API Documentation
Request Syntax
response = client.update_trial(
TrialName='string',
DisplayName='string'
)
[REQUIRED]
The name of the trial to update.
DisplayName
isn't specified, TrialName
is displayed.dict
Response Syntax
{
'TrialArn': 'string'
}
Response Structure
(dict) --
TrialArn (string) --
The Amazon Resource Name (ARN) of the trial.
Exceptions
SageMaker.Client.exceptions.ConflictException
SageMaker.Client.exceptions.ResourceNotFound