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
constructor(datasetGroupArn: Output<String>? = null, datasetImportJob: Output<DatasetImportJobArgs>? = null, datasetType: Output<DatasetType>? = null, name: Output<String>? = null, schemaArn: Output<String>? = null)

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

Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. If you specify a dataset import job as part of a dataset, all dataset import job fields are required.

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.

Functions

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