Interface VertexAiIndexEndpointDeployedIndexDedicatedResources

    • 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}