@Stability(value=Stable) public static final class CfnDatasetGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnDatasetGroup>
CfnDatasetGroup.| Modifier and Type | Method and Description |
|---|---|
CfnDatasetGroup |
build() |
static CfnDatasetGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDatasetGroup.Builder |
datasetArns(List<String> datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
|
CfnDatasetGroup.Builder |
datasetGroupName(String datasetGroupName)
The name of the dataset group.
|
CfnDatasetGroup.Builder |
domain(String domain)
The domain associated with the dataset group.
|
CfnDatasetGroup.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnDatasetGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDatasetGroup.Builder.@Stability(value=Stable) public CfnDatasetGroup.Builder datasetGroupName(String datasetGroupName)
datasetGroupName - The name of the dataset group. This parameter is required.this@Stability(value=Stable) public CfnDatasetGroup.Builder domain(String domain)
When you add a dataset to a dataset group, this value and the value specified for the Domain parameter of the CreateDataset operation must match.
The Domain and DatasetType that you choose determine the fields that must be present in training data that you import to a dataset. For example, if you choose the RETAIL domain and TARGET_TIME_SERIES as the DatasetType , Amazon Forecast requires that item_id , timestamp , and demand fields are present in your data. For more information, see Dataset groups .
domain - The domain associated with the dataset group. This parameter is required.this@Stability(value=Stable) public CfnDatasetGroup.Builder datasetArns(List<String> datasetArns)
datasetArns - An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group. This parameter is required.this@Stability(value=Stable) public CfnDatasetGroup.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnDatasetGroup build()
build in interface software.amazon.jsii.Builder<CfnDatasetGroup>Copyright © 2022. All rights reserved.