public static final class CfnDatasetGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDatasetGroupProps
CfnDatasetGroupProps
CfnDatasetGroupProps.Builder, CfnDatasetGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.util.List<java.lang.String> |
getDatasetArns()
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
|
java.lang.String |
getDatasetGroupName()
The name of the dataset group.
|
java.lang.String |
getDomain()
The domain associated with the dataset group.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDatasetGroupName()
CfnDatasetGroupProps
getDatasetGroupName
in interface CfnDatasetGroupProps
public final java.lang.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 CfnDatasetGroupProps
public final java.util.List<java.lang.String> getDatasetArns()
CfnDatasetGroupProps
getDatasetArns
in interface CfnDatasetGroupProps
public final java.util.List<CfnTag> getTags()
CfnDatasetGroupProps
For more information, see Tag .
getTags
in interface CfnDatasetGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()