delete_experiment
(**kwargs)¶Deletes an Evidently experiment. The feature used for the experiment is not deleted.
To stop an experiment without deleting it, use StopExperiment.
See also: AWS API Documentation
Request Syntax
response = client.delete_experiment(
experiment='string',
project='string'
)
[REQUIRED]
The name of the experiment to delete.
[REQUIRED]
The name or ARN of the project that contains the experiment to delete.
dict
Response Syntax
{}
Response Structure
Exceptions
CloudWatchEvidently.Client.exceptions.ValidationException
CloudWatchEvidently.Client.exceptions.InternalServerException
CloudWatchEvidently.Client.exceptions.ConflictException
CloudWatchEvidently.Client.exceptions.ServiceUnavailableException
CloudWatchEvidently.Client.exceptions.ResourceNotFoundException
CloudWatchEvidently.Client.exceptions.AccessDeniedException