public interface RagVectorDbConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ApiAuth |
getApiAuth()
Authentication config for the chosen Vector DB.
|
ApiAuthOrBuilder |
getApiAuthOrBuilder()
Authentication config for the chosen Vector DB.
|
RagVectorDbConfig.Pinecone |
getPinecone()
The config for the Pinecone.
|
RagVectorDbConfig.PineconeOrBuilder |
getPineconeOrBuilder()
The config for the Pinecone.
|
RagEmbeddingModelConfig |
getRagEmbeddingModelConfig()
Optional.
|
RagEmbeddingModelConfigOrBuilder |
getRagEmbeddingModelConfigOrBuilder()
Optional.
|
RagVectorDbConfig.RagManagedDb |
getRagManagedDb()
The config for the RAG-managed Vector DB.
|
RagVectorDbConfig.RagManagedDbOrBuilder |
getRagManagedDbOrBuilder()
The config for the RAG-managed Vector DB.
|
RagVectorDbConfig.VectorDbCase |
getVectorDbCase() |
RagVectorDbConfig.VertexVectorSearch |
getVertexVectorSearch()
The config for the Vertex Vector Search.
|
RagVectorDbConfig.VertexVectorSearchOrBuilder |
getVertexVectorSearchOrBuilder()
The config for the Vertex Vector Search.
|
boolean |
hasApiAuth()
Authentication config for the chosen Vector DB.
|
boolean |
hasPinecone()
The config for the Pinecone.
|
boolean |
hasRagEmbeddingModelConfig()
Optional.
|
boolean |
hasRagManagedDb()
The config for the RAG-managed Vector DB.
|
boolean |
hasVertexVectorSearch()
The config for the Vertex Vector Search.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRagManagedDb()
The config for the RAG-managed Vector DB.
.google.cloud.aiplatform.v1.RagVectorDbConfig.RagManagedDb rag_managed_db = 1;RagVectorDbConfig.RagManagedDb getRagManagedDb()
The config for the RAG-managed Vector DB.
.google.cloud.aiplatform.v1.RagVectorDbConfig.RagManagedDb rag_managed_db = 1;RagVectorDbConfig.RagManagedDbOrBuilder getRagManagedDbOrBuilder()
The config for the RAG-managed Vector DB.
.google.cloud.aiplatform.v1.RagVectorDbConfig.RagManagedDb rag_managed_db = 1;boolean hasPinecone()
The config for the Pinecone.
.google.cloud.aiplatform.v1.RagVectorDbConfig.Pinecone pinecone = 3;RagVectorDbConfig.Pinecone getPinecone()
The config for the Pinecone.
.google.cloud.aiplatform.v1.RagVectorDbConfig.Pinecone pinecone = 3;RagVectorDbConfig.PineconeOrBuilder getPineconeOrBuilder()
The config for the Pinecone.
.google.cloud.aiplatform.v1.RagVectorDbConfig.Pinecone pinecone = 3;boolean hasVertexVectorSearch()
The config for the Vertex Vector Search.
.google.cloud.aiplatform.v1.RagVectorDbConfig.VertexVectorSearch vertex_vector_search = 6;
RagVectorDbConfig.VertexVectorSearch getVertexVectorSearch()
The config for the Vertex Vector Search.
.google.cloud.aiplatform.v1.RagVectorDbConfig.VertexVectorSearch vertex_vector_search = 6;
RagVectorDbConfig.VertexVectorSearchOrBuilder getVertexVectorSearchOrBuilder()
The config for the Vertex Vector Search.
.google.cloud.aiplatform.v1.RagVectorDbConfig.VertexVectorSearch vertex_vector_search = 6;
boolean hasApiAuth()
Authentication config for the chosen Vector DB.
.google.cloud.aiplatform.v1.ApiAuth api_auth = 5;ApiAuth getApiAuth()
Authentication config for the chosen Vector DB.
.google.cloud.aiplatform.v1.ApiAuth api_auth = 5;ApiAuthOrBuilder getApiAuthOrBuilder()
Authentication config for the chosen Vector DB.
.google.cloud.aiplatform.v1.ApiAuth api_auth = 5;boolean hasRagEmbeddingModelConfig()
Optional. Immutable. The embedding model config of the Vector DB.
.google.cloud.aiplatform.v1.RagEmbeddingModelConfig rag_embedding_model_config = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
RagEmbeddingModelConfig getRagEmbeddingModelConfig()
Optional. Immutable. The embedding model config of the Vector DB.
.google.cloud.aiplatform.v1.RagEmbeddingModelConfig rag_embedding_model_config = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
RagEmbeddingModelConfigOrBuilder getRagEmbeddingModelConfigOrBuilder()
Optional. Immutable. The embedding model config of the Vector DB.
.google.cloud.aiplatform.v1.RagEmbeddingModelConfig rag_embedding_model_config = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
RagVectorDbConfig.VectorDbCase getVectorDbCase()
Copyright © 2025 Google LLC. All rights reserved.