Class CfnFeatureGroup.OfflineStoreConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnFeatureGroup.OfflineStoreConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFeatureGroup.OfflineStoreConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFeatureGroup.OfflineStoreConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFeatureGroup.OfflineStoreConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFeatureGroup.OfflineStoreConfigProperty
An implementation for
CfnFeatureGroup.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.services.sagemaker.CfnFeatureGroup.OfflineStoreConfigProperty
CfnFeatureGroup.OfflineStoreConfigProperty.Builder, CfnFeatureGroup.OfflineStoreConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFeatureGroup.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 StringCfnFeatureGroup.OfflineStoreConfigProperty.TableFormat.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 theCfnFeatureGroup.OfflineStoreConfigProperty.Builder.
-
-
Method Details
-
getS3StorageConfig
Description copied from interface:CfnFeatureGroup.OfflineStoreConfigPropertyThe Amazon Simple Storage (Amazon S3) location ofOfflineStore.- Specified by:
getS3StorageConfigin interfaceCfnFeatureGroup.OfflineStoreConfigProperty
-
getDataCatalogConfig
Description copied from interface:CfnFeatureGroup.OfflineStoreConfigPropertyThe meta data of the Glue table that is autogenerated when anOfflineStoreis created.- Specified by:
getDataCatalogConfigin interfaceCfnFeatureGroup.OfflineStoreConfigProperty
-
getDisableGlueTableCreation
Description copied from interface:CfnFeatureGroup.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.- Specified by:
getDisableGlueTableCreationin interfaceCfnFeatureGroup.OfflineStoreConfigProperty
-
getTableFormat
Description copied from interface:CfnFeatureGroup.OfflineStoreConfigPropertyCfnFeatureGroup.OfflineStoreConfigProperty.TableFormat.- Specified by:
getTableFormatin interfaceCfnFeatureGroup.OfflineStoreConfigProperty
-
$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()
-