class Aws::CloudWatchEvidently::Client

def update_experiment(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • update_experiment(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/UpdateExperiment - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::UpdateExperimentResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :treatments (Array) --
  • :segment (String) --
  • :sampling_rate (Integer) --
  • :remove_segment (Boolean) --
  • :randomization_salt (String) --
  • :project (required, String) --
  • :online_ab_config (Types::OnlineAbConfig) --
  • :metric_goals (Array) --
  • :experiment (required, String) --
  • :description (String) --
def update_experiment(params = {}, options = {})
  req = build_request(:update_experiment, params)
  req.send_request(options)
end