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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnFeatureGroupProps
CfnFeatureGroupProps.Builder, CfnFeatureGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFeatureGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFeatureGroupProps.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 StringA free form description of aFeatureGroup.final StringThe name of the feature that stores theEventTimeof a Record in aFeatureGroup.final ObjectA list ofFeatures.final StringThe name of theFeatureGroup.final ObjectThe configuration of anOfflineStore.final ObjectThe configuration of anOnlineStore.final StringThe name of theFeaturewhose value uniquely identifies aRecorddefined in theFeatureGroupFeatureDefinitions.final StringThe Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.getTags()Tags used to define aFeatureGroup.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 theCfnFeatureGroupProps.Builder.
-
-
Method Details
-
getEventTimeFeatureName
Description copied from interface:CfnFeatureGroupPropsThe name of the feature that stores theEventTimeof a Record in aFeatureGroup.A
EventTimeis point in time when a new event occurs that corresponds to the creation or update of aRecordinFeatureGroup. AllRecordsin theFeatureGroupmust have a correspondingEventTime.- Specified by:
getEventTimeFeatureNamein interfaceCfnFeatureGroupProps
-
getFeatureDefinitions
Description copied from interface:CfnFeatureGroupPropsA list ofFeatures. EachFeaturemust include aFeatureNameand aFeatureType.Valid
FeatureTypes areIntegral,FractionalandString.FeatureNames cannot be any of the following:is_deleted,write_time,api_invocation_time.You can create up to 2,500
FeatureDefinitions perFeatureGroup.- Specified by:
getFeatureDefinitionsin interfaceCfnFeatureGroupProps
-
getFeatureGroupName
Description copied from interface:CfnFeatureGroupPropsThe name of theFeatureGroup.- Specified by:
getFeatureGroupNamein interfaceCfnFeatureGroupProps
-
getRecordIdentifierFeatureName
Description copied from interface:CfnFeatureGroupPropsThe name of theFeaturewhose value uniquely identifies aRecorddefined in theFeatureGroupFeatureDefinitions.- Specified by:
getRecordIdentifierFeatureNamein interfaceCfnFeatureGroupProps
-
getDescription
Description copied from interface:CfnFeatureGroupPropsA free form description of aFeatureGroup.- Specified by:
getDescriptionin interfaceCfnFeatureGroupProps
-
getOfflineStoreConfig
Description copied from interface:CfnFeatureGroupPropsThe configuration of anOfflineStore.- Specified by:
getOfflineStoreConfigin interfaceCfnFeatureGroupProps
-
getOnlineStoreConfig
Description copied from interface:CfnFeatureGroupPropsThe configuration of anOnlineStore.- Specified by:
getOnlineStoreConfigin interfaceCfnFeatureGroupProps
-
getRoleArn
Description copied from interface:CfnFeatureGroupPropsThe Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.- Specified by:
getRoleArnin interfaceCfnFeatureGroupProps
-
getTags
Description copied from interface:CfnFeatureGroupPropsTags used to define aFeatureGroup.- Specified by:
getTagsin interfaceCfnFeatureGroupProps
-
$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()
-