Class CfnTrainingDatasetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.cleanroomsml.mixins.CfnTrainingDatasetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrainingDatasetPropsMixin>
- Enclosing class:
CfnTrainingDatasetPropsMixin
@Stability(Stable)
public static final class CfnTrainingDatasetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrainingDatasetPropsMixin>
A fluent builder for
CfnTrainingDatasetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) 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.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.trainingData(IResolvable trainingData) An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema.
-
Method Details
-
create
@Stability(Stable) public static CfnTrainingDatasetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTrainingDatasetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTrainingDatasetPropsMixin.Builder.
-
description
The description of the training dataset.- Parameters:
description- The description of the training dataset. This parameter is required.- Returns:
this- See Also:
-
name
The name of the training dataset.- Parameters:
name- The name of the training dataset. This parameter is required.- Returns:
this- See Also:
-
roleArn
The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in thedataSourcefield 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
AccessDeniedExceptionerror.- Parameters:
roleArn- The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in thedataSourcefield of each dataset. This parameter is required.- Returns:
this- See Also:
-
tags
The optional metadata that you apply to the resource to help you categorize and organize them.Each tag consists of a key and an optional value, both of which you define.
The following basic restrictions apply to tags:
- Maximum number of tags per resource - 50.
- For each resource, each tag key must be unique, and each tag key can have only one value.
- Maximum key length - 128 Unicode characters in UTF-8.
- Maximum value length - 256 Unicode characters in UTF-8.
- If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : /
- Parameters:
tags- The optional metadata that you apply to the resource to help you categorize and organize them. This parameter is required.- Returns:
this- See Also:
-
trainingData
@Stability(Stable) public 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.You must provide a role that has read access to these tables.
- Parameters:
trainingData- An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. This parameter is required.- Returns:
this- See Also:
-
trainingData
@Stability(Stable) public 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.You must provide a role that has read access to these tables.
- Parameters:
trainingData- An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrainingDatasetPropsMixin>- Returns:
- a newly built instance of
CfnTrainingDatasetPropsMixin.
-