@Stability(value=Stable) @Internal public static final class CfnFeatureGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFeatureGroupProps
CfnFeatureGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnFeatureGroupProps.Builder, CfnFeatureGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFeatureGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFeatureGroupProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
A free form description of a `FeatureGroup` .
|
String |
getEventTimeFeatureName()
The name of the feature that stores the `EventTime` of a Record in a `FeatureGroup` .
|
Object |
getFeatureDefinitions()
A list of `Feature` s.
|
String |
getFeatureGroupName()
The name of the `FeatureGroup` .
|
Object |
getOfflineStoreConfig()
The configuration of an `OfflineStore` .
|
Object |
getOnlineStoreConfig()
The configuration of an `OnlineStore` .
|
String |
getRecordIdentifierFeatureName()
The name of the `Feature` whose value uniquely identifies a `Record` defined in the `FeatureGroup` `FeatureDefinitions` .
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.
|
List<CfnTag> |
getTags()
Tags used to define a `FeatureGroup` .
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFeatureGroupProps.Builder builder)
CfnFeatureGroupProps.Builder.public final String getEventTimeFeatureName()
CfnFeatureGroupProps
A EventTime is point in time when a new event occurs that corresponds to the creation or update of a Record in FeatureGroup . All Records in the FeatureGroup must have a corresponding EventTime .
getEventTimeFeatureName in interface CfnFeatureGroupPropspublic final Object getFeatureDefinitions()
CfnFeatureGroupProps
Valid FeatureType s are Integral , Fractional and String .
FeatureName s cannot be any of the following: is_deleted , write_time , api_invocation_time .
You can create up to 2,500 FeatureDefinition s per FeatureGroup .
getFeatureDefinitions in interface CfnFeatureGroupPropspublic final String getFeatureGroupName()
CfnFeatureGroupPropsgetFeatureGroupName in interface CfnFeatureGroupPropspublic final String getRecordIdentifierFeatureName()
CfnFeatureGroupPropsgetRecordIdentifierFeatureName in interface CfnFeatureGroupPropspublic final String getDescription()
CfnFeatureGroupPropsgetDescription in interface CfnFeatureGroupPropspublic final Object getOfflineStoreConfig()
CfnFeatureGroupPropsgetOfflineStoreConfig in interface CfnFeatureGroupPropspublic final Object getOnlineStoreConfig()
CfnFeatureGroupPropsgetOnlineStoreConfig in interface CfnFeatureGroupPropspublic final String getRoleArn()
CfnFeatureGroupPropsgetRoleArn in interface CfnFeatureGroupPropspublic final List<CfnTag> getTags()
CfnFeatureGroupPropsgetTags in interface CfnFeatureGroupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.