Class CfnFeatureGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFeatureGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFeatureGroupProps
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 ObjectThe Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.getTags()Tags used to define aFeatureGroup.final ObjectUsed to set feature group throughput configuration.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- See Also:
-
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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFeatureGroup.FeatureDefinitionProperty>- Specified by:
getFeatureDefinitionsin interfaceCfnFeatureGroupProps- See Also:
-
getFeatureGroupName
Description copied from interface:CfnFeatureGroupPropsThe name of theFeatureGroup.- Specified by:
getFeatureGroupNamein interfaceCfnFeatureGroupProps- See Also:
-
getRecordIdentifierFeatureName
Description copied from interface:CfnFeatureGroupPropsThe name of theFeaturewhose value uniquely identifies aRecorddefined in theFeatureGroupFeatureDefinitions.- Specified by:
getRecordIdentifierFeatureNamein interfaceCfnFeatureGroupProps- See Also:
-
getDescription
Description copied from interface:CfnFeatureGroupPropsA free form description of aFeatureGroup.- Specified by:
getDescriptionin interfaceCfnFeatureGroupProps- See Also:
-
getOfflineStoreConfig
Description copied from interface:CfnFeatureGroupPropsThe configuration of anOfflineStore.- Specified by:
getOfflineStoreConfigin interfaceCfnFeatureGroupProps- See Also:
-
getOnlineStoreConfig
Description copied from interface:CfnFeatureGroupPropsThe configuration of anOnlineStore.- Specified by:
getOnlineStoreConfigin interfaceCfnFeatureGroupProps- See Also:
-
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- See Also:
-
getTags
Description copied from interface:CfnFeatureGroupPropsTags used to define aFeatureGroup.- Specified by:
getTagsin interfaceCfnFeatureGroupProps- See Also:
-
getThroughputConfig
Description copied from interface:CfnFeatureGroupPropsUsed to set feature group throughput configuration.There are two modes:
ON_DEMANDandPROVISIONED. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled.Note:
PROVISIONEDthroughput mode is supported only for feature groups that are offline-only, or use theStandardtier online store.Returns union: either
IResolvableorCfnFeatureGroup.ThroughputConfigProperty- Specified by:
getThroughputConfigin interfaceCfnFeatureGroupProps- See Also:
-
$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()
-