Class CfnFeatureGroup.ThroughputConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnFeatureGroup.ThroughputConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFeatureGroup.ThroughputConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFeatureGroup.ThroughputConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFeatureGroup.ThroughputConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFeatureGroup.ThroughputConfigProperty
An implementation for
CfnFeatureGroup.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.services.sagemaker.CfnFeatureGroup.ThroughputConfigProperty
CfnFeatureGroup.ThroughputConfigProperty.Builder, CfnFeatureGroup.ThroughputConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFeatureGroup.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 theCfnFeatureGroup.ThroughputConfigProperty.Builder.
-
-
Method Details
-
getThroughputMode
Description copied from interface:CfnFeatureGroup.ThroughputConfigPropertyThe mode used for your feature group throughput:ON_DEMANDorPROVISIONED.- Specified by:
getThroughputModein interfaceCfnFeatureGroup.ThroughputConfigProperty- See Also:
-
getProvisionedReadCapacityUnits
Description copied from interface:CfnFeatureGroup.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 interfaceCfnFeatureGroup.ThroughputConfigProperty- See Also:
-
getProvisionedWriteCapacityUnits
Description copied from interface:CfnFeatureGroup.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 interfaceCfnFeatureGroup.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()
-