public static final class CfnDatasetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDatasetProps
CfnDatasetProps
CfnDatasetProps.Builder, CfnDatasetProps.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.lang.String |
getDataFrequency()
The frequency of data collection.
|
java.lang.String |
getDatasetName()
The name of the dataset.
|
java.lang.String |
getDatasetType()
The dataset type.
|
java.lang.String |
getDomain()
The domain associated with the dataset.
|
java.lang.Object |
getEncryptionConfig()
A Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
|
java.lang.Object |
getSchema()
The schema for the dataset.
|
java.util.List<CfnDataset.TagsItemsProperty> |
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 getDatasetName()
CfnDatasetProps
getDatasetName
in interface CfnDatasetProps
public final java.lang.String getDatasetType()
CfnDatasetProps
getDatasetType
in interface CfnDatasetProps
public final java.lang.String getDomain()
CfnDatasetProps
getDomain
in interface CfnDatasetProps
public final java.lang.Object getSchema()
CfnDatasetProps
The schema attributes and their order must match the fields in your data. The dataset Domain
and DatasetType
that you choose determine the minimum required fields in your training data. For information about the required fields for a specific dataset domain and type, see Dataset Domains and Dataset Types .
getSchema
in interface CfnDatasetProps
public final java.lang.String getDataFrequency()
CfnDatasetProps
Valid intervals are an integer followed by Y (Year), M (Month), W (Week), D (Day), H (Hour), and min (Minute). For example, "1D" indicates every day and "15min" indicates every 15 minutes. You cannot specify a value that would overlap with the next larger frequency. That means, for example, you cannot specify a frequency of 60 minutes, because that is equivalent to 1 hour. The valid values for each frequency are the following:
Thus, if you want every other week forecasts, specify "2W". Or, if you want quarterly forecasts, you specify "3M".
getDataFrequency
in interface CfnDatasetProps
public final java.lang.Object getEncryptionConfig()
CfnDatasetProps
getEncryptionConfig
in interface CfnDatasetProps
public final java.util.List<CfnDataset.TagsItemsProperty> getTags()
CfnDatasetProps
For more information, see Tag .
getTags
in interface CfnDatasetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()