Class CfnFeatureGroupPropsMixin.OfflineStoreConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnFeatureGroupPropsMixin.OfflineStoreConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFeatureGroupPropsMixin.OfflineStoreConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFeatureGroupPropsMixin.OfflineStoreConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFeatureGroupPropsMixin.OfflineStoreConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFeatureGroupPropsMixin.OfflineStoreConfigProperty
An implementation for
CfnFeatureGroupPropsMixin.OfflineStoreConfigProperty-
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.sagemaker.CfnFeatureGroupPropsMixin.OfflineStoreConfigProperty
CfnFeatureGroupPropsMixin.OfflineStoreConfigProperty.Builder, CfnFeatureGroupPropsMixin.OfflineStoreConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFeatureGroupPropsMixin.OfflineStoreConfigProperty.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 ObjectThe meta data of the Glue table that is autogenerated when anOfflineStoreis created.final ObjectSet toTrueto disable the automatic creation of an AWS Glue table when configuring anOfflineStore.final ObjectThe Amazon Simple Storage (Amazon S3) location ofOfflineStore.final StringFormat for the offline store table.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 theCfnFeatureGroupPropsMixin.OfflineStoreConfigProperty.Builder.
-
-
Method Details
-
getDataCatalogConfig
Description copied from interface:CfnFeatureGroupPropsMixin.OfflineStoreConfigPropertyThe meta data of the Glue table that is autogenerated when anOfflineStoreis created.Returns union: either
IResolvableorCfnFeatureGroupPropsMixin.DataCatalogConfigProperty- Specified by:
getDataCatalogConfigin interfaceCfnFeatureGroupPropsMixin.OfflineStoreConfigProperty- See Also:
-
getDisableGlueTableCreation
Description copied from interface:CfnFeatureGroupPropsMixin.OfflineStoreConfigPropertySet toTrueto disable the automatic creation of an AWS Glue table when configuring anOfflineStore.If set to
False, Feature Store will name theOfflineStoreGlue table following Athena's naming recommendations .The default value is
False.Returns union: either
BooleanorIResolvable- Specified by:
getDisableGlueTableCreationin interfaceCfnFeatureGroupPropsMixin.OfflineStoreConfigProperty- See Also:
-
getS3StorageConfig
Description copied from interface:CfnFeatureGroupPropsMixin.OfflineStoreConfigPropertyThe Amazon Simple Storage (Amazon S3) location ofOfflineStore.Returns union: either
IResolvableorCfnFeatureGroupPropsMixin.S3StorageConfigProperty- Specified by:
getS3StorageConfigin interfaceCfnFeatureGroupPropsMixin.OfflineStoreConfigProperty- See Also:
-
getTableFormat
Description copied from interface:CfnFeatureGroupPropsMixin.OfflineStoreConfigPropertyFormat for the offline store table.Supported formats are Glue (Default) and Apache Iceberg .
- Specified by:
getTableFormatin interfaceCfnFeatureGroupPropsMixin.OfflineStoreConfigProperty- 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()
-