Package com.pulumi.gcp.vertex.inputs
Class AiEndpointDeployedModelAutomaticResourceArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.vertex.inputs.AiEndpointDeployedModelAutomaticResourceArgs
-
public final class AiEndpointDeployedModelAutomaticResourceArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AiEndpointDeployedModelAutomaticResourceArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static AiEndpointDeployedModelAutomaticResourceArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AiEndpointDeployedModelAutomaticResourceArgs.Builder
builder()
static AiEndpointDeployedModelAutomaticResourceArgs.Builder
builder(AiEndpointDeployedModelAutomaticResourceArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
maxReplicaCount()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
minReplicaCount()
-
-
-
Field Detail
-
Empty
public static final AiEndpointDeployedModelAutomaticResourceArgs Empty
-
-
Method Detail
-
maxReplicaCount
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxReplicaCount()
- Returns:
- (Output) The maximum number of replicas this DeployedModel may be deployed on when the traffic against it increases. If the requested value is too large, the deployment will error, but if deployment succeeds then the ability to scale the model to that many replicas is guaranteed (barring service outages). If traffic against the DeployedModel increases beyond what its replicas at maximum may handle, a portion of the traffic will be dropped. If this value is not provided, a no upper bound for scaling under heavy traffic will be assume, though Vertex AI may be unable to scale beyond certain replica number.
-
minReplicaCount
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> minReplicaCount()
- Returns:
- (Output) The minimum number of replicas this DeployedModel will be always deployed on. If traffic against it increases, it may dynamically be deployed onto more replicas up to max_replica_count, and as traffic decreases, some of these extra replicas may be freed. If the requested value is too large, the deployment will error.
-
builder
public static AiEndpointDeployedModelAutomaticResourceArgs.Builder builder()
-
builder
public static AiEndpointDeployedModelAutomaticResourceArgs.Builder builder(AiEndpointDeployedModelAutomaticResourceArgs defaults)
-
-