@Stability(value=Stable) @Internal public static final class CfnDatasetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDatasetProps
CfnDatasetPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDatasetProps.Builder, CfnDatasetProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDatasetProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDatasetProps.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) |
String |
getDataFrequency()
The frequency of data collection.
|
String |
getDatasetName()
The name of the dataset.
|
String |
getDatasetType()
The dataset type.
|
String |
getDomain()
The domain associated with the dataset.
|
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.
|
Object |
getSchema()
The schema for the dataset.
|
List<Object> |
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(CfnDatasetProps.Builder builder)
CfnDatasetProps.Builder.public final String getDatasetName()
CfnDatasetPropsgetDatasetName in interface CfnDatasetPropspublic final String getDatasetType()
CfnDatasetPropsgetDatasetType in interface CfnDatasetPropspublic final String getDomain()
CfnDatasetPropsgetDomain in interface CfnDatasetPropspublic final 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 CfnDatasetPropspublic final String getDataFrequency()
CfnDatasetPropsValid intervals are Y (Year), M (Month), W (Week), D (Day), H (Hour), 30min (30 minutes), 15min (15 minutes), 10min (10 minutes), 5min (5 minutes), and 1min (1 minute). For example, "D" indicates every day and "15min" indicates every 15 minutes.
getDataFrequency in interface CfnDatasetPropspublic final Object getEncryptionConfig()
CfnDatasetPropsgetEncryptionConfig in interface CfnDatasetPropspublic final List<Object> getTags()
CfnDatasetPropsFor more information, see Tag .
getTags in interface CfnDatasetProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.