3232public final class GoogleCloudAiplatformV1AutomaticResources extends com .google .api .client .json .GenericJson {
3333
3434 /**
35- * Immutable. The maximum number of replicas this DeployedModel may be deployed on when the
36- * traffic against it increases. If the requested value is too large, the deployment will error,
37- * but if deployment succeeds then the ability to scale the model to that many replicas is
38- * guaranteed (barring service outages). If traffic against the DeployedModel increases beyond
39- * what its replicas at maximum may handle, a portion of the traffic will be dropped. If this
40- * value is not provided, a no upper bound for scaling under heavy traffic will be assume, though
41- * Vertex AI may be unable to scale beyond certain replica number.
35+ * Immutable. The maximum number of replicas that may be deployed on when the traffic against it
36+ * increases. If the requested value is too large, the deployment will error, but if deployment
37+ * succeeds then the ability to scale to that many replicas is guaranteed (barring service
38+ * outages). If traffic increases beyond what its replicas at maximum may handle, a portion of the
39+ * traffic will be dropped. If this value is not provided, a no upper bound for scaling under
40+ * heavy traffic will be assume, though Vertex AI may be unable to scale beyond certain replica
41+ * number.
4242 * The value may be {@code null}.
4343 */
4444 @ com .google .api .client .util .Key
4545 private java .lang .Integer maxReplicaCount ;
4646
4747 /**
48- * Immutable. The minimum number of replicas this DeployedModel will be always deployed on. If
49- * traffic against it increases, it may dynamically be deployed onto more replicas up to
50- * max_replica_count, and as traffic decreases, some of these extra replicas may be freed. If the
51- * requested value is too large, the deployment will error.
48+ * Immutable. The minimum number of replicas that will be always deployed on. If traffic against
49+ * it increases, it may dynamically be deployed onto more replicas up to max_replica_count, and as
50+ * traffic decreases, some of these extra replicas may be freed. If the requested value is too
51+ * large, the deployment will error.
5252 * The value may be {@code null}.
5353 */
5454 @ com .google .api .client .util .Key
5555 private java .lang .Integer minReplicaCount ;
5656
5757 /**
58- * Immutable. The maximum number of replicas this DeployedModel may be deployed on when the
59- * traffic against it increases. If the requested value is too large, the deployment will error,
60- * but if deployment succeeds then the ability to scale the model to that many replicas is
61- * guaranteed (barring service outages). If traffic against the DeployedModel increases beyond
62- * what its replicas at maximum may handle, a portion of the traffic will be dropped. If this
63- * value is not provided, a no upper bound for scaling under heavy traffic will be assume, though
64- * Vertex AI may be unable to scale beyond certain replica number.
58+ * Immutable. The maximum number of replicas that may be deployed on when the traffic against it
59+ * increases. If the requested value is too large, the deployment will error, but if deployment
60+ * succeeds then the ability to scale to that many replicas is guaranteed (barring service
61+ * outages). If traffic increases beyond what its replicas at maximum may handle, a portion of the
62+ * traffic will be dropped. If this value is not provided, a no upper bound for scaling under
63+ * heavy traffic will be assume, though Vertex AI may be unable to scale beyond certain replica
64+ * number.
6565 * @return value or {@code null} for none
6666 */
6767 public java .lang .Integer getMaxReplicaCount () {
6868 return maxReplicaCount ;
6969 }
7070
7171 /**
72- * Immutable. The maximum number of replicas this DeployedModel may be deployed on when the
73- * traffic against it increases. If the requested value is too large, the deployment will error,
74- * but if deployment succeeds then the ability to scale the model to that many replicas is
75- * guaranteed (barring service outages). If traffic against the DeployedModel increases beyond
76- * what its replicas at maximum may handle, a portion of the traffic will be dropped. If this
77- * value is not provided, a no upper bound for scaling under heavy traffic will be assume, though
78- * Vertex AI may be unable to scale beyond certain replica number.
72+ * Immutable. The maximum number of replicas that may be deployed on when the traffic against it
73+ * increases. If the requested value is too large, the deployment will error, but if deployment
74+ * succeeds then the ability to scale to that many replicas is guaranteed (barring service
75+ * outages). If traffic increases beyond what its replicas at maximum may handle, a portion of the
76+ * traffic will be dropped. If this value is not provided, a no upper bound for scaling under
77+ * heavy traffic will be assume, though Vertex AI may be unable to scale beyond certain replica
78+ * number.
7979 * @param maxReplicaCount maxReplicaCount or {@code null} for none
8080 */
8181 public GoogleCloudAiplatformV1AutomaticResources setMaxReplicaCount (java .lang .Integer maxReplicaCount ) {
@@ -84,21 +84,21 @@ public GoogleCloudAiplatformV1AutomaticResources setMaxReplicaCount(java.lang.In
8484 }
8585
8686 /**
87- * Immutable. The minimum number of replicas this DeployedModel will be always deployed on. If
88- * traffic against it increases, it may dynamically be deployed onto more replicas up to
89- * max_replica_count, and as traffic decreases, some of these extra replicas may be freed. If the
90- * requested value is too large, the deployment will error.
87+ * Immutable. The minimum number of replicas that will be always deployed on. If traffic against
88+ * it increases, it may dynamically be deployed onto more replicas up to max_replica_count, and as
89+ * traffic decreases, some of these extra replicas may be freed. If the requested value is too
90+ * large, the deployment will error.
9191 * @return value or {@code null} for none
9292 */
9393 public java .lang .Integer getMinReplicaCount () {
9494 return minReplicaCount ;
9595 }
9696
9797 /**
98- * Immutable. The minimum number of replicas this DeployedModel will be always deployed on. If
99- * traffic against it increases, it may dynamically be deployed onto more replicas up to
100- * max_replica_count, and as traffic decreases, some of these extra replicas may be freed. If the
101- * requested value is too large, the deployment will error.
98+ * Immutable. The minimum number of replicas that will be always deployed on. If traffic against
99+ * it increases, it may dynamically be deployed onto more replicas up to max_replica_count, and as
100+ * traffic decreases, some of these extra replicas may be freed. If the requested value is too
101+ * large, the deployment will error.
102102 * @param minReplicaCount minReplicaCount or {@code null} for none
103103 */
104104 public GoogleCloudAiplatformV1AutomaticResources setMinReplicaCount (java .lang .Integer minReplicaCount ) {
0 commit comments