class Aws::LookoutEquipment::Types::CreateDatasetRequest
@note When making an API call, you may pass CreateDatasetRequest
data as a hash: { dataset_name: "DatasetName", # required dataset_schema: { # required inline_data_schema: "InlineDataSchema", }, server_side_kms_key_id: "NameOrArn", client_token: "IdempotenceToken", # required tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] dataset_name
The name of the dataset being created. @return [String]
@!attribute [rw] dataset_schema
A JSON description of the data that is in each time series dataset, including names, column names, and data types. @return [Types::DatasetSchema]
@!attribute [rw] server_side_kms_key_id
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. @return [String]
@!attribute [rw] client_token
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] tags
Any tags associated with the ingested data described in the dataset. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/CreateDatasetRequest AWS API Documentation
Constants
- SENSITIVE