@Stability(value=Stable) @Internal public static final class CfnDatasetGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDatasetGroupProps
CfnDatasetGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDatasetGroupProps.Builder, CfnDatasetGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDatasetGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDatasetGroupProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getDatasetArns()
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
|
String |
getDatasetGroupName()
The name of the dataset group.
|
String |
getDomain()
The domain associated with the dataset group.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDatasetGroupProps.Builder builder)
CfnDatasetGroupProps.Builder.public final String getDatasetGroupName()
CfnDatasetGroupPropsgetDatasetGroupName in interface CfnDatasetGroupPropspublic final String getDomain()
CfnDatasetGroupProps
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 .
getDomain in interface CfnDatasetGroupPropspublic final List<String> getDatasetArns()
CfnDatasetGroupPropsgetDatasetArns in interface CfnDatasetGroupPropspublic final List<CfnTag> getTags()
CfnDatasetGroupPropsFor more information, see Tag .
getTags in interface CfnDatasetGroupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.