| Package | Description |
|---|---|
| com.google.cloud.vertexai | |
| com.google.cloud.vertexai.api |
A client to Vertex AI API
The interfaces provided are listed below, along with usage samples.
|
| Modifier and Type | Method and Description |
|---|---|
PredictionServiceClient |
VertexAI.getPredictionServiceClient()
Returns the
PredictionServiceClient with GRPC or REST, based on the Transport type. |
| Modifier and Type | Method and Description |
|---|---|
VertexAI.Builder |
VertexAI.Builder.setPredictionClientSupplier(com.google.common.base.Supplier<PredictionServiceClient> predictionClientSupplier) |
| Modifier and Type | Method and Description |
|---|---|
static PredictionServiceClient |
PredictionServiceClient.create()
Constructs an instance of PredictionServiceClient with default settings.
|
static PredictionServiceClient |
PredictionServiceClient.create(PredictionServiceSettings settings)
Constructs an instance of PredictionServiceClient, using the given settings.
|
static PredictionServiceClient |
PredictionServiceClient.create(PredictionServiceStub stub)
Constructs an instance of PredictionServiceClient, using the given stub for making calls.
|
Copyright © 2025 Google LLC. All rights reserved.