Class CfnDatasetGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.forecast.CfnDatasetGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnDatasetGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetGroupMixinProps
An implementation for
CfnDatasetGroupMixinProps-
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.cfnpropertymixins.services.forecast.CfnDatasetGroupMixinProps
CfnDatasetGroupMixinProps.Builder, CfnDatasetGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDatasetGroupMixinProps.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 booleanAn array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.final StringThe name of the dataset group.final StringThe domain associated with the dataset group.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 theCfnDatasetGroupMixinProps.Builder.
-
-
Method Details
-
getDatasetArns
Description copied from interface:CfnDatasetGroupMixinPropsAn array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.- Specified by:
getDatasetArnsin interfaceCfnDatasetGroupMixinProps- See Also:
-
getDatasetGroupName
Description copied from interface:CfnDatasetGroupMixinPropsThe name of the dataset group.- Specified by:
getDatasetGroupNamein interfaceCfnDatasetGroupMixinProps- See Also:
-
getDomain
Description copied from interface:CfnDatasetGroupMixinPropsThe domain associated with the dataset group.When you add a dataset to a dataset group, this value and the value specified for the
Domainparameter of the CreateDataset operation must match.The
DomainandDatasetTypethat you choose determine the fields that must be present in training data that you import to a dataset. For example, if you choose theRETAILdomain andTARGET_TIME_SERIESas theDatasetType, Amazon Forecast requires thatitem_id,timestamp, anddemandfields are present in your data. For more information, see Dataset groups .- Specified by:
getDomainin interfaceCfnDatasetGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnDatasetGroupMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDatasetGroupMixinProps- See Also:
-
$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()
-