class Aws::CloudWatchEvidently::Client
def create_feature(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
create_feature(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/CreateFeature - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateFeatureResponse)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:variations(required, Array) -- -
:tags(Hash) -- -
:project(required, String) -- -
:name(required, String) -- -
:evaluation_strategy(String) -- -
:entity_overrides(Hash) -- -
:description(String) -- -
:default_variation(String) --
def create_feature(params = {}, options = {}) req = build_request(:create_feature, params) req.send_request(options) end