Class CfnTrainingDataset.Builder
java.lang.Object
software.amazon.awscdk.services.cleanroomsml.CfnTrainingDataset.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrainingDataset>
- Enclosing class:
CfnTrainingDataset
@Stability(Stable)
public static final class CfnTrainingDataset.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrainingDataset>
A fluent builder for
CfnTrainingDataset
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnTrainingDataset.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 thedataSource
field 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 CfnTrainingDataset.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTrainingDataset.Builder
.
-
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 thedataSource
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.- Parameters:
roleArn
- The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in thedataSource
field of each dataset. This parameter is required.- Returns:
this
- See Also:
-
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 CfnTrainingDataset.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:
-
description
The description of the training dataset.- Parameters:
description
- The description of the training 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:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTrainingDataset>
- Returns:
- a newly built instance of
CfnTrainingDataset
.
-