class Aws::IoTAnalytics::Client
def create_dataset_content(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
create_dataset_content(params = {})
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateDatasetContentResponse)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:version_id(String) -- -
:dataset_name(required, String) --
def create_dataset_content(params = {}, options = {}) req = build_request(:create_dataset_content, params) req.send_request(options) end