DatasetArgs

data class DatasetArgs(val datasetGroupArn: Output<String>? = null, val datasetImportJob: Output<DatasetImportJobArgs>? = null, val datasetType: Output<DatasetType>? = null, val name: Output<String>? = null, val schemaArn: Output<String>? = null) : ConvertibleToJava<DatasetArgs>

Resource schema for AWS::Personalize::Dataset.

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
fun DatasetArgs(datasetGroupArn: Output<String>? = null, datasetImportJob: Output<DatasetImportJobArgs>? = null, datasetType: Output<DatasetType>? = null, name: Output<String>? = null, schemaArn: Output<String>? = null)

Functions

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

Properties

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

The Amazon Resource Name (ARN) of the dataset group to add the dataset to

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

The type of dataset

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

The name for the dataset

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

The ARN of the schema to associate with the dataset. The schema defines the dataset fields.