Training Dataset Args
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
Properties
Link copied to clipboard
The description of the training dataset.
Link copied to clipboard
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.