Class CfnDatasetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDatasetProps
CfnDatasetProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.forecast.CfnDatasetProps
CfnDatasetProps.Builder, CfnDatasetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDatasetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDatasetProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe frequency of data collection.final StringThe name of the dataset.final StringThe dataset type.final StringThe domain associated with the dataset.final ObjectA Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.final ObjectThe schema for the dataset.final List<CfnDataset.TagsItemsProperty>getTags()An array of key-value pairs to apply to this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDatasetProps.Builder.
-
-
Method Details
-
getDatasetName
Description copied from interface:CfnDatasetPropsThe name of the dataset.- Specified by:
getDatasetNamein interfaceCfnDatasetProps
-
getDatasetType
Description copied from interface:CfnDatasetPropsThe dataset type.- Specified by:
getDatasetTypein interfaceCfnDatasetProps
-
getDomain
Description copied from interface:CfnDatasetPropsThe domain associated with the dataset.- Specified by:
getDomainin interfaceCfnDatasetProps
-
getSchema
Description copied from interface:CfnDatasetPropsThe schema for the dataset.The schema attributes and their order must match the fields in your data. The dataset
DomainandDatasetTypethat 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 .- Specified by:
getSchemain interfaceCfnDatasetProps
-
getDataFrequency
Description copied from interface:CfnDatasetPropsThe frequency of data collection. This parameter is required for RELATED_TIME_SERIES datasets.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:
- Minute - 1-59
- Hour - 1-23
- Day - 1-6
- Week - 1-4
- Month - 1-11
- Year - 1
Thus, if you want every other week forecasts, specify "2W". Or, if you want quarterly forecasts, you specify "3M".
- Specified by:
getDataFrequencyin interfaceCfnDatasetProps
-
getEncryptionConfig
Description copied from interface:CfnDatasetPropsA Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.- Specified by:
getEncryptionConfigin interfaceCfnDatasetProps
-
getTags
Description copied from interface:CfnDatasetPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDatasetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-