Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cleanroomsml.CfnTrainingDatasetPropsMixin.Builder
Packages that use CfnTrainingDatasetPropsMixin.Builder
-
Uses of CfnTrainingDatasetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cleanroomsml
Methods in software.amazon.awscdk.cfnpropertymixins.services.cleanroomsml that return CfnTrainingDatasetPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTrainingDatasetPropsMixin.Builder.create()CfnTrainingDatasetPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTrainingDatasetPropsMixin.Builder.description(String description) The description of the training dataset.The name of the training dataset.The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in thedataSourcefield of each dataset.The optional metadata that you apply to the resource to help you categorize and organize them.CfnTrainingDatasetPropsMixin.Builder.trainingData(List<? extends Object> trainingData) An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema.CfnTrainingDatasetPropsMixin.Builder.trainingData(IResolvable trainingData) An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema.