From 6327354ff70bf6623faa00dc100b3a4cd485badb Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Thu, 9 Jan 2025 17:37:01 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 713852290 --- .../google/cloud/vertexai/api/EndpointServiceSettings.java | 5 ++--- .../google/cloud/vertexai/api/LlmUtilityServiceSettings.java | 3 +-- .../google/cloud/vertexai/api/PredictionServiceSettings.java | 3 +-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/EndpointServiceSettings.java b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/EndpointServiceSettings.java index a4bbf3da6107..018ce3db83bf 100644 --- a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/EndpointServiceSettings.java +++ b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/EndpointServiceSettings.java @@ -16,9 +16,6 @@ package com.google.cloud.vertexai.api; -import static com.google.cloud.vertexai.api.EndpointServiceClient.ListEndpointsPagedResponse; -import static com.google.cloud.vertexai.api.EndpointServiceClient.ListLocationsPagedResponse; - import com.google.api.core.ApiFunction; import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; @@ -36,6 +33,8 @@ import com.google.cloud.location.ListLocationsRequest; import com.google.cloud.location.ListLocationsResponse; import com.google.cloud.location.Location; +import com.google.cloud.vertexai.api.EndpointServiceClient.ListEndpointsPagedResponse; +import com.google.cloud.vertexai.api.EndpointServiceClient.ListLocationsPagedResponse; import com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings; import com.google.iam.v1.GetIamPolicyRequest; import com.google.iam.v1.Policy; diff --git a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/LlmUtilityServiceSettings.java b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/LlmUtilityServiceSettings.java index a10dd1ae4629..80258104ca0a 100644 --- a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/LlmUtilityServiceSettings.java +++ b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/LlmUtilityServiceSettings.java @@ -16,8 +16,6 @@ package com.google.cloud.vertexai.api; -import static com.google.cloud.vertexai.api.LlmUtilityServiceClient.ListLocationsPagedResponse; - import com.google.api.core.ApiFunction; import com.google.api.core.BetaApi; import com.google.api.gax.core.GoogleCredentialsProvider; @@ -34,6 +32,7 @@ import com.google.cloud.location.ListLocationsRequest; import com.google.cloud.location.ListLocationsResponse; import com.google.cloud.location.Location; +import com.google.cloud.vertexai.api.LlmUtilityServiceClient.ListLocationsPagedResponse; import com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings; import com.google.iam.v1.GetIamPolicyRequest; import com.google.iam.v1.Policy; diff --git a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceSettings.java b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceSettings.java index b8a38d1811e0..286c63281124 100644 --- a/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceSettings.java +++ b/java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/api/PredictionServiceSettings.java @@ -16,8 +16,6 @@ package com.google.cloud.vertexai.api; -import static com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse; - import com.google.api.HttpBody; import com.google.api.core.ApiFunction; import com.google.api.core.BetaApi; @@ -37,6 +35,7 @@ import com.google.cloud.location.ListLocationsRequest; import com.google.cloud.location.ListLocationsResponse; import com.google.cloud.location.Location; +import com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse; import com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings; import com.google.iam.v1.GetIamPolicyRequest; import com.google.iam.v1.Policy;