class Aws::CloudWatchEvidently::Client
def create_experiment(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_experiment(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/CreateExperiment - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateExperimentResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:treatments
(required, Array
) -- -
:tags
(Hash
) -- -
:segment
(String
) -- -
:sampling_rate
(Integer
) -- -
:randomization_salt
(String
) -- -
:project
(required, String
) -- -
:online_ab_config
(Types::OnlineAbConfig
) -- -
:name
(required, String
) -- -
:metric_goals
(required, Array
) -- -
:description
(String
) --
def create_experiment(params = {}, options = {}) req = build_request(:create_experiment, params) req.send_request(options) end