Dataset

class Dataset : KotlinCustomResource

Resource schema for AWS::Personalize::Dataset.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val datasetArn: Output<String>

The ARN of the dataset

Link copied to clipboard
val datasetGroupArn: Output<String>

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

The type of dataset

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name for the dataset

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val schemaArn: Output<String>

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

Link copied to clipboard
val urn: Output<String>