TrainingDatasetArgs

data class TrainingDatasetArgs(val description: Output<String>? = null, val name: Output<String>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val trainingData: Output<List<TrainingDatasetDatasetArgs>>? = null) : ConvertibleToJava<TrainingDatasetArgs>

Definition of AWS::CleanRoomsML::TrainingDataset Resource Type

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, roleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null, trainingData: Output<List<TrainingDatasetDatasetArgs>>? = null)

Properties

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

The description of the training dataset.

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

The name of the training dataset.

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

The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in the dataSource field of each dataset. Passing a role across accounts is not allowed. If you pass a role that isn't in your account, you get an AccessDeniedException error.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An arbitrary set of tags (key-value pairs) for this cleanrooms-ml training dataset.

Link copied to clipboard

An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. You must provide a role that has read access to these tables.

Functions

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