Class CfnFeatureGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnFeatureGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFeatureGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFeatureGroupProps
@Stability(Stable)
@Internal
public static final class CfnFeatureGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFeatureGroupProps
An implementation for
CfnFeatureGroupProps
-
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.CfnFeatureGroupProps
CfnFeatureGroupProps.Builder, CfnFeatureGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFeatureGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFeatureGroupProps.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 String
A free form description of aFeatureGroup
.final String
The name of the feature that stores theEventTime
of a Record in aFeatureGroup
.final Object
A list ofFeature
s.final String
The name of theFeatureGroup
.final Object
The configuration of anOfflineStore
.final Object
The configuration of anOnlineStore
.final String
The name of theFeature
whose value uniquely identifies aRecord
defined in theFeatureGroup
FeatureDefinitions
.final String
The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.getTags()
Tags used to define aFeatureGroup
.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 theCfnFeatureGroupProps.Builder
.
-
-
Method Details
-
getEventTimeFeatureName
Description copied from interface:CfnFeatureGroupProps
The name of the feature that stores theEventTime
of a Record in aFeatureGroup
.A
EventTime
is point in time when a new event occurs that corresponds to the creation or update of aRecord
inFeatureGroup
. AllRecords
in theFeatureGroup
must have a correspondingEventTime
.- Specified by:
getEventTimeFeatureName
in interfaceCfnFeatureGroupProps
-
getFeatureDefinitions
Description copied from interface:CfnFeatureGroupProps
A list ofFeature
s. EachFeature
must include aFeatureName
and aFeatureType
.Valid
FeatureType
s areIntegral
,Fractional
andString
.FeatureName
s cannot be any of the following:is_deleted
,write_time
,api_invocation_time
.You can create up to 2,500
FeatureDefinition
s perFeatureGroup
.- Specified by:
getFeatureDefinitions
in interfaceCfnFeatureGroupProps
-
getFeatureGroupName
Description copied from interface:CfnFeatureGroupProps
The name of theFeatureGroup
.- Specified by:
getFeatureGroupName
in interfaceCfnFeatureGroupProps
-
getRecordIdentifierFeatureName
Description copied from interface:CfnFeatureGroupProps
The name of theFeature
whose value uniquely identifies aRecord
defined in theFeatureGroup
FeatureDefinitions
.- Specified by:
getRecordIdentifierFeatureName
in interfaceCfnFeatureGroupProps
-
getDescription
Description copied from interface:CfnFeatureGroupProps
A free form description of aFeatureGroup
.- Specified by:
getDescription
in interfaceCfnFeatureGroupProps
-
getOfflineStoreConfig
Description copied from interface:CfnFeatureGroupProps
The configuration of anOfflineStore
.- Specified by:
getOfflineStoreConfig
in interfaceCfnFeatureGroupProps
-
getOnlineStoreConfig
Description copied from interface:CfnFeatureGroupProps
The configuration of anOnlineStore
.- Specified by:
getOnlineStoreConfig
in interfaceCfnFeatureGroupProps
-
getRoleArn
Description copied from interface:CfnFeatureGroupProps
The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.- Specified by:
getRoleArn
in interfaceCfnFeatureGroupProps
-
getTags
Description copied from interface:CfnFeatureGroupProps
Tags used to define aFeatureGroup
.- Specified by:
getTags
in interfaceCfnFeatureGroupProps
-
$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()
-