Class CfnFeatureGroupPropsMixin.ThroughputConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnFeatureGroupPropsMixin.ThroughputConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFeatureGroupPropsMixin.ThroughputConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFeatureGroupPropsMixin.ThroughputConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFeatureGroupPropsMixin.ThroughputConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFeatureGroupPropsMixin.ThroughputConfigProperty
An implementation for
CfnFeatureGroupPropsMixin.ThroughputConfigProperty-
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.cfnpropertymixins.services.sagemaker.CfnFeatureGroupPropsMixin.ThroughputConfigProperty
CfnFeatureGroupPropsMixin.ThroughputConfigProperty.Builder, CfnFeatureGroupPropsMixin.ThroughputConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFeatureGroupPropsMixin.ThroughputConfigProperty.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 NumberFor provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.final NumberFor provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.final StringThe mode used for your feature group throughput:ON_DEMANDorPROVISIONED.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 theCfnFeatureGroupPropsMixin.ThroughputConfigProperty.Builder.
-
-
Method Details
-
getProvisionedReadCapacityUnits
Description copied from interface:CfnFeatureGroupPropsMixin.ThroughputConfigPropertyFor provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.This field is not applicable for on-demand feature groups.
- Specified by:
getProvisionedReadCapacityUnitsin interfaceCfnFeatureGroupPropsMixin.ThroughputConfigProperty- See Also:
-
getProvisionedWriteCapacityUnits
Description copied from interface:CfnFeatureGroupPropsMixin.ThroughputConfigPropertyFor provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.This field is not applicable for on-demand feature groups.
- Specified by:
getProvisionedWriteCapacityUnitsin interfaceCfnFeatureGroupPropsMixin.ThroughputConfigProperty- See Also:
-
getThroughputMode
Description copied from interface:CfnFeatureGroupPropsMixin.ThroughputConfigPropertyThe mode used for your feature group throughput:ON_DEMANDorPROVISIONED.- Specified by:
getThroughputModein interfaceCfnFeatureGroupPropsMixin.ThroughputConfigProperty- 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()
-