class Aws::IoTAnalytics::Client

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

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

Overloads:
  • create_dataset(params = {})

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

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

Options Hash: (**params)
  • :late_data_rules (Array) --
  • :tags (Array) --
  • :versioning_configuration (Types::VersioningConfiguration) --
  • :retention_period (Types::RetentionPeriod) --
  • :content_delivery_rules (Array) --
  • :triggers (Array) --
  • :actions (required, Array) --
  • :dataset_name (required, String) --
def create_dataset(params = {}, options = {})
  req = build_request(:create_dataset, params)
  req.send_request(options)
end