| 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 |
|---|---|
LlmUtilityServiceClient |
VertexAI.getLlmUtilityClient()
Returns the
LlmUtilityServiceClient with GRPC or REST, based on the Transport type. |
| Modifier and Type | Method and Description |
|---|---|
VertexAI.Builder |
VertexAI.Builder.setLlmClientSupplier(com.google.common.base.Supplier<LlmUtilityServiceClient> llmClientSupplier) |
| Modifier and Type | Method and Description |
|---|---|
static LlmUtilityServiceClient |
LlmUtilityServiceClient.create()
Constructs an instance of LlmUtilityServiceClient with default settings.
|
static LlmUtilityServiceClient |
LlmUtilityServiceClient.create(LlmUtilityServiceSettings settings)
Constructs an instance of LlmUtilityServiceClient, using the given settings.
|
static LlmUtilityServiceClient |
LlmUtilityServiceClient.create(LlmUtilityServiceStub stub)
Constructs an instance of LlmUtilityServiceClient, using the given stub for making calls.
|
Copyright © 2024 Google LLC. All rights reserved.