Get Dataset Result
data class GetDatasetResult(val arn: String? = null, val dataFrequency: String? = null, val datasetType: DatasetType? = null, val domain: DatasetDomain? = null, val encryptionConfig: EncryptionConfigProperties? = null, val schema: SchemaProperties? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, dataFrequency: String? = null, datasetType: DatasetType? = null, domain: DatasetDomain? = null, encryptionConfig: EncryptionConfigProperties? = null, schema: SchemaProperties? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
Link copied to clipboard
The dataset type
Link copied to clipboard
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
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 .