update_experiment
(**kwargs)¶Adds, updates, or removes the description of an experiment. Updates the display name of an experiment.
See also: AWS API Documentation
Request Syntax
response = client.update_experiment(
ExperimentName='string',
DisplayName='string',
Description='string'
)
[REQUIRED]
The name of the experiment to update.
DisplayName
isn't specified, ExperimentName
is displayed.dict
Response Syntax
{
'ExperimentArn': 'string'
}
Response Structure
(dict) --
ExperimentArn (string) --
The Amazon Resource Name (ARN) of the experiment.
Exceptions
SageMaker.Client.exceptions.ConflictException
SageMaker.Client.exceptions.ResourceNotFound