Class VertexAiIndexEndpointDeployedIndexDedicatedResources.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_index_endpoint_deployed_index.VertexAiIndexEndpointDeployedIndexDedicatedResources.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiIndexEndpointDeployedIndexDedicatedResources,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiIndexEndpointDeployedIndexDedicatedResources
@Stability(Stable) @Internal public static final class VertexAiIndexEndpointDeployedIndexDedicatedResources.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiIndexEndpointDeployedIndexDedicatedResources
An implementation forVertexAiIndexEndpointDeployedIndexDedicatedResources
-
-
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_index_endpoint_deployed_index.VertexAiIndexEndpointDeployedIndexDedicatedResources
VertexAiIndexEndpointDeployedIndexDedicatedResources.Builder, VertexAiIndexEndpointDeployedIndexDedicatedResources.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiIndexEndpointDeployedIndexDedicatedResources.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiIndexEndpointDeployedIndexDedicatedResources.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)VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpecgetMachineSpec()machine_spec block.NumbergetMaxReplicaCount()The maximum number of replicas this DeployedModel may be deployed on when the traffic against it increases.NumbergetMinReplicaCount()The minimum number of machine replicas this DeployedModel will be always deployed on.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(VertexAiIndexEndpointDeployedIndexDedicatedResources.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiIndexEndpointDeployedIndexDedicatedResources.Builder.
-
-
Method Detail
-
getMachineSpec
public final VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec getMachineSpec()
Description copied from interface:VertexAiIndexEndpointDeployedIndexDedicatedResourcesmachine_spec block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint_deployed_index#machine_spec VertexAiIndexEndpointDeployedIndex#machine_spec}
- Specified by:
getMachineSpecin interfaceVertexAiIndexEndpointDeployedIndexDedicatedResources
-
getMinReplicaCount
public final Number getMinReplicaCount()
Description copied from interface:VertexAiIndexEndpointDeployedIndexDedicatedResourcesThe minimum number of machine replicas this DeployedModel will be always deployed on.This value 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_index_endpoint_deployed_index#min_replica_count VertexAiIndexEndpointDeployedIndex#min_replica_count}
- Specified by:
getMinReplicaCountin interfaceVertexAiIndexEndpointDeployedIndexDedicatedResources
-
getMaxReplicaCount
public final Number getMaxReplicaCount()
Description copied from interface:VertexAiIndexEndpointDeployedIndexDedicatedResourcesThe maximum number of replicas this DeployedModel may be deployed on when the traffic against it increases.If maxReplicaCount is not set, the default value is minReplicaCount Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint_deployed_index#max_replica_count VertexAiIndexEndpointDeployedIndex#max_replica_count}
- Specified by:
getMaxReplicaCountin interfaceVertexAiIndexEndpointDeployedIndexDedicatedResources
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-