CloudWatchEvidently.Client.start_experiment(**kwargs)¶Starts an existing experiment. To create an experiment, use CreateExperiment.
See also: AWS API Documentation
Request Syntax
response = client.start_experiment(
analysisCompleteTime=datetime(2015, 1, 1),
experiment='string',
project='string'
)
[REQUIRED]
The date and time to end the experiment. This must be no more than 30 days after the experiment starts.
[REQUIRED]
The name of the experiment to start.
[REQUIRED]
The name or ARN of the project that contains the experiment to start.
dict
Response Syntax
{
'startedTime': datetime(2015, 1, 1)
}
Response Structure
(dict) --
startedTime (datetime) --
A timestamp that indicates when the experiment started.
Exceptions
CloudWatchEvidently.Client.exceptions.ThrottlingExceptionCloudWatchEvidently.Client.exceptions.ValidationExceptionCloudWatchEvidently.Client.exceptions.ConflictExceptionCloudWatchEvidently.Client.exceptions.ServiceQuotaExceededExceptionCloudWatchEvidently.Client.exceptions.ResourceNotFoundExceptionCloudWatchEvidently.Client.exceptions.AccessDeniedException