class Aws::CloudWatchEvidently::Client
def start_experiment(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
start_experiment(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/StartExperiment - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::StartExperimentResponse)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:project(required, String) -- -
:experiment(required, String) -- -
:analysis_complete_time(required, Time, DateTime, Date, Integer, String) --
def start_experiment(params = {}, options = {}) req = build_request(:start_experiment, params) req.send_request(options) end