GetDatasetResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the dataset.

Link copied to clipboard
val dataFrequency: String? = null

Frequency of data collection. This parameter is required for RELATED_TIME_SERIES

Link copied to clipboard

The dataset type

Link copied to clipboard
val domain: 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

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: List<Tag>? = null

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