Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateDatasetRequest

import type { CreateDatasetRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface CreateDatasetRequest {
ClientToken: string;
DatasetName: string;
DatasetSchema?: DatasetSchema | null;
ServerSideKmsKeyId?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ClientToken: string
[src]

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

§
DatasetName: string
[src]

The name of the dataset being created.

§
DatasetSchema?: DatasetSchema | null
[src]

A JSON description of the data that is in each time series dataset, including names, column names, and data types.

§
ServerSideKmsKeyId?: string | null
[src]

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

§
Tags?: Tag[] | null
[src]

Any tags associated with the ingested data described in the dataset.