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/LlmUtilityServiceClient.java
+12-4
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@ public LlmUtilityServiceStub getStub() {
315
315
*
316
316
* @param endpoint Required. The name of the Endpoint requested to perform token counting. Format:
Copy file name to clipboardexpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceClient.java
+6-2
Original file line number
Diff line number
Diff line change
@@ -1378,8 +1378,12 @@ public final UnaryCallable<ExplainRequest, ExplainResponse> explainCallable() {
1378
1378
* }
1379
1379
* }</pre>
1380
1380
*
1381
-
* @param model Required. The name of the publisher model requested to serve the prediction.
Copy file name to clipboardexpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/EndpointServiceStubSettings.java
Copy file name to clipboardexpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/GrpcPredictionServiceStub.java
0 commit comments