Class VertexAiFeaturestoreOnlineServingConfigScaling.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_featurestore.VertexAiFeaturestoreOnlineServingConfigScaling.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiFeaturestoreOnlineServingConfigScaling,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiFeaturestoreOnlineServingConfigScaling
@Stability(Stable) @Internal public static final class VertexAiFeaturestoreOnlineServingConfigScaling.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiFeaturestoreOnlineServingConfigScaling
An implementation forVertexAiFeaturestoreOnlineServingConfigScaling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.vertex_ai_featurestore.VertexAiFeaturestoreOnlineServingConfigScaling
VertexAiFeaturestoreOnlineServingConfigScaling.Builder, VertexAiFeaturestoreOnlineServingConfigScaling.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiFeaturestoreOnlineServingConfigScaling.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiFeaturestoreOnlineServingConfigScaling.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetMaxNodeCount()The maximum number of nodes to scale up to.NumbergetMinNodeCount()The minimum number of nodes to scale down to.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(VertexAiFeaturestoreOnlineServingConfigScaling.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiFeaturestoreOnlineServingConfigScaling.Builder.
-
-
Method Detail
-
getMaxNodeCount
public final Number getMaxNodeCount()
Description copied from interface:VertexAiFeaturestoreOnlineServingConfigScalingThe maximum number of nodes to scale up to.Must be greater than minNodeCount, and less than or equal to 10 times of 'minNodeCount'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#max_node_count VertexAiFeaturestore#max_node_count}
- Specified by:
getMaxNodeCountin interfaceVertexAiFeaturestoreOnlineServingConfigScaling
-
getMinNodeCount
public final Number getMinNodeCount()
Description copied from interface:VertexAiFeaturestoreOnlineServingConfigScalingThe minimum number of nodes to scale down to. Must be greater than or equal to 1.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore#min_node_count VertexAiFeaturestore#min_node_count}
- Specified by:
getMinNodeCountin interfaceVertexAiFeaturestoreOnlineServingConfigScaling
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-