Class VertexAiEmbeddingConnectionDetails
java.lang.Object
org.springframework.ai.vertexai.embedding.VertexAiEmbeddingConnectionDetails
VertexAiEmbeddingConnectionDetails represents the details of a connection to the Vertex
AI embedding service. It provides methods to access the project ID, location,
publisher, and PredictionServiceSettings.
- Since:
- 1.0.0
- Author:
- Christian Tzolov, Mark Pollack
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionVertexAiEmbeddingConnectionDetails
(String projectId, String location, String publisher, com.google.cloud.aiplatform.v1.PredictionServiceSettings predictionServiceSettings) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
com.google.cloud.aiplatform.v1.EndpointName
getEndpointName
(String modelName) com.google.cloud.aiplatform.v1.PredictionServiceSettings
-
Field Details
-
DEFAULT_ENDPOINT
- See Also:
-
DEFAULT_ENDPOINT_SUFFIX
- See Also:
-
DEFAULT_PUBLISHER
- See Also:
-
-
Constructor Details
-
VertexAiEmbeddingConnectionDetails
-
-
Method Details
-
builder
-
getProjectId
-
getLocation
-
getPublisher
-
getEndpointName
-
getPredictionServiceSettings
public com.google.cloud.aiplatform.v1.PredictionServiceSettings getPredictionServiceSettings()
-