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.
|
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.VertexFeatureStore |
getVertexFeatureStore()
The config for the Vertex Feature Store.
|
RagVectorDbConfig.VertexFeatureStoreOrBuilder |
getVertexFeatureStoreOrBuilder()
The config for the Vertex Feature Store.
|
RagVectorDbConfig.VertexVectorSearch |
getVertexVectorSearch()
The config for the Vertex Vector Search.
|
RagVectorDbConfig.VertexVectorSearchOrBuilder |
getVertexVectorSearchOrBuilder()
The config for the Vertex Vector Search.
|
RagVectorDbConfig.Weaviate |
getWeaviate()
The config for the Weaviate.
|
RagVectorDbConfig.WeaviateOrBuilder |
getWeaviateOrBuilder()
The config for the Weaviate.
|
boolean |
hasApiAuth()
Authentication config for the chosen Vector DB.
|
boolean |
hasPinecone()
The config for the Pinecone.
|
boolean |
hasRagManagedDb()
The config for the RAG-managed Vector DB.
|
boolean |
hasVertexFeatureStore()
The config for the Vertex Feature Store.
|
boolean |
hasVertexVectorSearch()
The config for the Vertex Vector Search.
|
boolean |
hasWeaviate()
The config for the Weaviate.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRagManagedDb()
The config for the RAG-managed Vector DB.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.RagManagedDb rag_managed_db = 1;
RagVectorDbConfig.RagManagedDb getRagManagedDb()
The config for the RAG-managed Vector DB.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.RagManagedDb rag_managed_db = 1;
RagVectorDbConfig.RagManagedDbOrBuilder getRagManagedDbOrBuilder()
The config for the RAG-managed Vector DB.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.RagManagedDb rag_managed_db = 1;
boolean hasWeaviate()
The config for the Weaviate.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.Weaviate weaviate = 2;RagVectorDbConfig.Weaviate getWeaviate()
The config for the Weaviate.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.Weaviate weaviate = 2;RagVectorDbConfig.WeaviateOrBuilder getWeaviateOrBuilder()
The config for the Weaviate.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.Weaviate weaviate = 2;boolean hasPinecone()
The config for the Pinecone.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.Pinecone pinecone = 3;RagVectorDbConfig.Pinecone getPinecone()
The config for the Pinecone.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.Pinecone pinecone = 3;RagVectorDbConfig.PineconeOrBuilder getPineconeOrBuilder()
The config for the Pinecone.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.Pinecone pinecone = 3;boolean hasVertexFeatureStore()
The config for the Vertex Feature Store.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.VertexFeatureStore vertex_feature_store = 4;
RagVectorDbConfig.VertexFeatureStore getVertexFeatureStore()
The config for the Vertex Feature Store.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.VertexFeatureStore vertex_feature_store = 4;
RagVectorDbConfig.VertexFeatureStoreOrBuilder getVertexFeatureStoreOrBuilder()
The config for the Vertex Feature Store.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.VertexFeatureStore vertex_feature_store = 4;
boolean hasVertexVectorSearch()
The config for the Vertex Vector Search.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.VertexVectorSearch vertex_vector_search = 6;
RagVectorDbConfig.VertexVectorSearch getVertexVectorSearch()
The config for the Vertex Vector Search.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.VertexVectorSearch vertex_vector_search = 6;
RagVectorDbConfig.VertexVectorSearchOrBuilder getVertexVectorSearchOrBuilder()
The config for the Vertex Vector Search.
.google.cloud.aiplatform.v1beta1.RagVectorDbConfig.VertexVectorSearch vertex_vector_search = 6;
boolean hasApiAuth()
Authentication config for the chosen Vector DB.
.google.cloud.aiplatform.v1beta1.ApiAuth api_auth = 5;ApiAuth getApiAuth()
Authentication config for the chosen Vector DB.
.google.cloud.aiplatform.v1beta1.ApiAuth api_auth = 5;ApiAuthOrBuilder getApiAuthOrBuilder()
Authentication config for the chosen Vector DB.
.google.cloud.aiplatform.v1beta1.ApiAuth api_auth = 5;RagVectorDbConfig.VectorDbCase getVectorDbCase()
Copyright © 2024 Google LLC. All rights reserved.