v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434243162.5 KB

Used to create a dataset. A dataset stores data retrieved from a data store by applying a <code>queryAction</code> (a SQL query) or a <code>containerAction</code> (executing a containerized application). This operation creates the skeleton of a dataset. The dataset can be populated manually by calling <code>CreateDatasetContent</code> or automatically according to a trigger you specify.

post/datasets

Request body

datasetNamestring required

The name of the dataset.

Response

Success

datasetNamestring

The name of the dataset.

datasetArnstring

The ARN of the dataset.