You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/EndpointServiceClient.java
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@
240
240
* </tr>
241
241
* <tr>
242
242
* <td><p> MutateDeployedModel</td>
243
-
* <td><p> Updates an existing deployed model. Updatable fields include `min_replica_count`, `max_replica_count`, `autoscaling_metric_specs`, `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only).</td>
243
+
* <td><p> Updates an existing deployed model. Updatable fields include `min_replica_count`, `max_replica_count`, `required_replica_count`, `autoscaling_metric_specs`, `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only).</td>
244
244
* <td>
245
245
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
246
246
* <ul>
@@ -1773,8 +1773,8 @@ public final UnaryCallable<UndeployModelRequest, Operation> undeployModelCallabl
1773
1773
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1774
1774
/**
1775
1775
* Updates an existing deployed model. Updatable fields include `min_replica_count`,
1776
-
* `max_replica_count`, `autoscaling_metric_specs`, `disable_container_logging` (v1 only), and
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceClient.java
+161Lines changed: 161 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,25 @@
260
260
* </td>
261
261
* </tr>
262
262
* <tr>
263
+
* <td><p> EmbedContent</td>
264
+
* <td><p> Embed content with multimodal inputs.</td>
265
+
* <td>
266
+
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceSettings.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,11 @@ public UnaryCallSettings<ExplainRequest, ExplainResponse> explainSettings() {
0 commit comments