Interface VertexAiIndexEndpointDeployedIndexDedicatedResources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiIndexEndpointDeployedIndexDedicatedResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.987Z") @Stability(Stable) public interface VertexAiIndexEndpointDeployedIndexDedicatedResources extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiIndexEndpointDeployedIndexDedicatedResources.BuilderA builder forVertexAiIndexEndpointDeployedIndexDedicatedResourcesstatic classVertexAiIndexEndpointDeployedIndexDedicatedResources.Jsii$ProxyAn implementation forVertexAiIndexEndpointDeployedIndexDedicatedResources
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiIndexEndpointDeployedIndexDedicatedResources.Builderbuilder()VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpecgetMachineSpec()machine_spec block.default 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.
-
-
-
Method Detail
-
getMachineSpec
@Stability(Stable) @NotNull VertexAiIndexEndpointDeployedIndexDedicatedResourcesMachineSpec getMachineSpec()
machine_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}
-
getMinReplicaCount
@Stability(Stable) @NotNull Number getMinReplicaCount()
The 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}
-
getMaxReplicaCount
@Stability(Stable) @Nullable default Number getMaxReplicaCount()
The 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}
-
builder
@Stability(Stable) static VertexAiIndexEndpointDeployedIndexDedicatedResources.Builder builder()
-
-