DatasetArgs

data class DatasetArgs(val dataFrequency: Output<String>? = null, val datasetName: Output<String>? = null, val datasetType: Output<DatasetType>? = null, val domain: Output<DatasetDomain>? = null, val encryptionConfig: Output<EncryptionConfigPropertiesArgs>? = null, val schema: Output<SchemaPropertiesArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DatasetArgs>

Resource Type Definition for AWS::Forecast::Dataset

Constructors

Link copied to clipboard
constructor(dataFrequency: Output<String>? = null, datasetName: Output<String>? = null, datasetType: Output<DatasetType>? = null, domain: Output<DatasetDomain>? = null, encryptionConfig: Output<EncryptionConfigPropertiesArgs>? = null, schema: Output<SchemaPropertiesArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val dataFrequency: Output<String>? = null

Frequency of data collection. This parameter is required for RELATED_TIME_SERIES

Link copied to clipboard
val datasetName: Output<String>? = null

A name for the dataset

Link copied to clipboard
val datasetType: Output<DatasetType>? = null

The dataset type

Link copied to clipboard
val domain: Output<DatasetDomain>? = null

The domain associated with the dataset

Link copied to clipboard

A Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.

Link copied to clipboard
val schema: Output<SchemaPropertiesArgs>? = null

The schema for the dataset. The schema attributes and their order must match the fields in your data. The dataset Domain and DatasetType that you choose determine the minimum required fields in your training data. For information about the required fields for a specific dataset domain and type, see Dataset Domains and Dataset Types .

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag .

Functions

Link copied to clipboard
open override fun toJava(): DatasetArgs