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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnFeatureGroup.OfflineStoreConfigProperty
CfnFeatureGroup.OfflineStoreConfigProperty.Builder, CfnFeatureGroup.OfflineStoreConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFeatureGroup.OfflineStoreConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The meta data of the Glue table that is autogenerated when anOfflineStore
is created.final Object
Set toTrue
to disable the automatic creation of an AWS Glue table when configuring anOfflineStore
.final Object
The Amazon Simple Storage (Amazon S3) location ofOfflineStore
.final String
Format for the offline store table.final int
hashCode()
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.OfflineStoreConfigProperty
The Amazon Simple Storage (Amazon S3) location ofOfflineStore
.- Specified by:
getS3StorageConfig
in interfaceCfnFeatureGroup.OfflineStoreConfigProperty
- See Also:
-
getDataCatalogConfig
Description copied from interface:CfnFeatureGroup.OfflineStoreConfigProperty
The meta data of the Glue table that is autogenerated when anOfflineStore
is created.- Specified by:
getDataCatalogConfig
in interfaceCfnFeatureGroup.OfflineStoreConfigProperty
- See Also:
-
getDisableGlueTableCreation
Description copied from interface:CfnFeatureGroup.OfflineStoreConfigProperty
Set toTrue
to disable the automatic creation of an AWS Glue table when configuring anOfflineStore
.If set to
False
, Feature Store will name theOfflineStore
Glue table following Athena's naming recommendations .The default value is
False
.- Specified by:
getDisableGlueTableCreation
in interfaceCfnFeatureGroup.OfflineStoreConfigProperty
- See Also:
-
getTableFormat
Description copied from interface:CfnFeatureGroup.OfflineStoreConfigProperty
Format for the offline store table.Supported formats are Glue (Default) and Apache Iceberg .
- Specified by:
getTableFormat
in interfaceCfnFeatureGroup.OfflineStoreConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-