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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnFeatureGroup.ThroughputConfigProperty
CfnFeatureGroup.ThroughputConfigProperty.Builder, CfnFeatureGroup.ThroughputConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFeatureGroup.ThroughputConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.final Number
For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.final String
The mode used for your feature group throughput:ON_DEMAND
orPROVISIONED
.final int
hashCode()
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.ThroughputConfigProperty
The mode used for your feature group throughput:ON_DEMAND
orPROVISIONED
.- Specified by:
getThroughputMode
in interfaceCfnFeatureGroup.ThroughputConfigProperty
- See Also:
-
getProvisionedReadCapacityUnits
Description copied from interface:CfnFeatureGroup.ThroughputConfigProperty
For 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:
getProvisionedReadCapacityUnits
in interfaceCfnFeatureGroup.ThroughputConfigProperty
- See Also:
-
getProvisionedWriteCapacityUnits
Description copied from interface:CfnFeatureGroup.ThroughputConfigProperty
For 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:
getProvisionedWriteCapacityUnits
in interfaceCfnFeatureGroup.ThroughputConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-