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