public interface RagEmbeddingModelConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModelConfigCase()
public abstract RagEmbeddingModelConfig.ModelConfigCase getModelConfigCase()| Returns | |
|---|---|
| Type | Description |
RagEmbeddingModelConfig.ModelConfigCase |
|
getVertexPredictionEndpoint()
public abstract RagEmbeddingModelConfig.VertexPredictionEndpoint getVertexPredictionEndpoint()The Vertex AI Prediction Endpoint that either refers to a publisher model or an endpoint that is hosting a 1P fine-tuned text embedding model. Endpoints hosting non-1P fine-tuned text embedding models are currently not supported. This is used for dense vector search.
.google.cloud.vertexai.v1.RagEmbeddingModelConfig.VertexPredictionEndpoint vertex_prediction_endpoint = 1;
| Returns | |
|---|---|
| Type | Description |
RagEmbeddingModelConfig.VertexPredictionEndpoint |
The vertexPredictionEndpoint. |
getVertexPredictionEndpointOrBuilder()
public abstract RagEmbeddingModelConfig.VertexPredictionEndpointOrBuilder getVertexPredictionEndpointOrBuilder()The Vertex AI Prediction Endpoint that either refers to a publisher model or an endpoint that is hosting a 1P fine-tuned text embedding model. Endpoints hosting non-1P fine-tuned text embedding models are currently not supported. This is used for dense vector search.
.google.cloud.vertexai.v1.RagEmbeddingModelConfig.VertexPredictionEndpoint vertex_prediction_endpoint = 1;
| Returns | |
|---|---|
| Type | Description |
RagEmbeddingModelConfig.VertexPredictionEndpointOrBuilder |
|
hasVertexPredictionEndpoint()
public abstract boolean hasVertexPredictionEndpoint()The Vertex AI Prediction Endpoint that either refers to a publisher model or an endpoint that is hosting a 1P fine-tuned text embedding model. Endpoints hosting non-1P fine-tuned text embedding models are currently not supported. This is used for dense vector search.
.google.cloud.vertexai.v1.RagEmbeddingModelConfig.VertexPredictionEndpoint vertex_prediction_endpoint = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the vertexPredictionEndpoint field is set. |