Skip to content

Commit 24b49c5

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 870627182
1 parent d934298 commit 24b49c5

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStub.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
package com.google.cloud.vertexai.api.stub;
1818

19-
import static com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse;
20-
2119
import com.google.api.HttpBody;
2220
import com.google.api.gax.core.BackgroundResource;
2321
import com.google.api.gax.rpc.BidiStreamingCallable;
@@ -39,6 +37,7 @@
3937
import com.google.cloud.vertexai.api.GenerateContentResponse;
4038
import com.google.cloud.vertexai.api.PredictRequest;
4139
import com.google.cloud.vertexai.api.PredictResponse;
40+
import com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse;
4241
import com.google.cloud.vertexai.api.RawPredictRequest;
4342
import com.google.cloud.vertexai.api.StreamDirectPredictRequest;
4443
import com.google.cloud.vertexai.api.StreamDirectPredictResponse;

java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/stub/PredictionServiceStubSettings.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
package com.google.cloud.vertexai.api.stub;
1818

19-
import static com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse;
20-
2119
import com.google.api.HttpBody;
2220
import com.google.api.core.ApiFunction;
2321
import com.google.api.core.ApiFuture;
@@ -63,6 +61,7 @@
6361
import com.google.cloud.vertexai.api.GenerateContentResponse;
6462
import com.google.cloud.vertexai.api.PredictRequest;
6563
import com.google.cloud.vertexai.api.PredictResponse;
64+
import com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse;
6665
import com.google.cloud.vertexai.api.RawPredictRequest;
6766
import com.google.cloud.vertexai.api.StreamDirectPredictRequest;
6867
import com.google.cloud.vertexai.api.StreamDirectPredictResponse;

0 commit comments

Comments
 (0)