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
+16-12Lines changed: 16 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2025 Google LLC
2
+
* Copyright 2026 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -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/EndpointServiceSettings.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2025 Google LLC
2
+
* Copyright 2026 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -95,8 +95,8 @@
95
95
* }</pre>
96
96
*
97
97
* Please refer to the [Client Side Retry
98
-
* Guide](https://github.com/googleapis/google-cloud-java/blob/main/docs/client_retries.md) for
99
-
* additional support in setting retries.
98
+
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
99
+
* retries.
100
100
*
101
101
* <p>To configure the RetrySettings of a Long Running Operation method, create an
102
102
* OperationTimedPollAlgorithm object and update the RPC's polling algorithm. For example, to
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/LlmUtilityServiceClient.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2025 Google LLC
2
+
* Copyright 2026 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/LlmUtilityServiceSettings.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2025 Google LLC
2
+
* Copyright 2026 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -91,8 +91,8 @@
91
91
* }</pre>
92
92
*
93
93
* Please refer to the [Client Side Retry
94
-
* Guide](https://github.com/googleapis/google-cloud-java/blob/main/docs/client_retries.md) for
95
-
* additional support in setting retries.
94
+
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceClient.java
+162-1Lines changed: 162 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2025 Google LLC
2
+
* Copyright 2026 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -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
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2025 Google LLC
2
+
* Copyright 2026 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -94,8 +94,8 @@
94
94
* }</pre>
95
95
*
96
96
* Please refer to the [Client Side Retry
97
-
* Guide](https://github.com/googleapis/google-cloud-java/blob/main/docs/client_retries.md) for
98
-
* additional support in setting retries.
97
+
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
0 commit comments