CreateDatasetRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the dataset being created.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String