Package-level declarations

Types

Link copied to clipboard
data class DatasetAttributesItemPropertiesArgs(val attributeName: Output<String>? = null, val attributeType: Output<DatasetAttributesItemPropertiesAttributeType>? = null) : ConvertibleToJava<DatasetAttributesItemPropertiesArgs>
Link copied to clipboard
data class EncryptionConfigPropertiesArgs(val kmsKeyArn: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<EncryptionConfigPropertiesArgs>

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 GetDatasetGroupPlainArgs(val datasetGroupArn: String) : ConvertibleToJava<GetDatasetGroupPlainArgs>
Link copied to clipboard
data class GetDatasetPlainArgs(val arn: String) : ConvertibleToJava<GetDatasetPlainArgs>
Link copied to clipboard
data class SchemaPropertiesArgs(val attributes: Output<List<DatasetAttributesItemPropertiesArgs>>? = null) : ConvertibleToJava<SchemaPropertiesArgs>

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 .