Package-level declarations

Types

Link copied to clipboard
data class DatasetAttributesItemProperties(val attributeName: String? = null, val attributeType: DatasetAttributesItemPropertiesAttributeType? = null)
Link copied to clipboard
data class EncryptionConfigProperties(val kmsKeyArn: String? = null, val roleArn: String? = null)

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
data class GetDatasetGroupResult(val datasetArns: List<String>? = null, val datasetGroupArn: String? = null, val domain: DatasetGroupDomain? = null, val tags: List<Tag>? = null)
Link copied to clipboard
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)
Link copied to clipboard
data class SchemaProperties(val attributes: List<DatasetAttributesItemProperties>? = 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 .