Skip to content

Commit 73ac35a

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 716850680
1 parent 7d99222 commit 73ac35a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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;
@@ -37,6 +35,7 @@
3735
import com.google.cloud.vertexai.api.GenerateContentResponse;
3836
import com.google.cloud.vertexai.api.PredictRequest;
3937
import com.google.cloud.vertexai.api.PredictResponse;
38+
import com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse;
4039
import com.google.cloud.vertexai.api.RawPredictRequest;
4140
import com.google.cloud.vertexai.api.StreamDirectPredictRequest;
4241
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;
@@ -61,6 +59,7 @@
6159
import com.google.cloud.vertexai.api.GenerateContentResponse;
6260
import com.google.cloud.vertexai.api.PredictRequest;
6361
import com.google.cloud.vertexai.api.PredictResponse;
62+
import com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse;
6463
import com.google.cloud.vertexai.api.RawPredictRequest;
6564
import com.google.cloud.vertexai.api.StreamDirectPredictRequest;
6665
import com.google.cloud.vertexai.api.StreamDirectPredictResponse;

0 commit comments

Comments
 (0)