v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433170151.6 KB

Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. In other words, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data.

post/#X-Amz-Target=AWSLookoutEquipmentFrontendService.CreateDataset

Headers

X-Amz-Target'AWSLookoutEquipmentFrontendService.CreateDataset' required

Request body

DatasetNamestring required

The name of the dataset being created.

ServerSideKmsKeyIdstring

Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.

ClientTokenstring required

A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

Response

Success

DatasetNamestring

The name of the dataset being created.

DatasetArnstring

The Amazon Resource Name (ARN) of the dataset being created.

Status'CREATED' | 'INGESTION_IN_PROGRESS' | 'ACTIVE'

Indicates the status of the <code>CreateDataset</code> operation.

All 33 operations