Uses of Class
com.google.genai.types.VertexRagStore
Packages that use VertexRagStore
-
Uses of VertexRagStore in com.google.genai.types
Methods in com.google.genai.types that return VertexRagStoreModifier and TypeMethodDescriptionabstract VertexRagStoreVertexRagStore.Builder.build()static VertexRagStoreDeserializes a JSON string to a VertexRagStore object.Methods in com.google.genai.types that return types with arguments of type VertexRagStoreModifier and TypeMethodDescriptionabstract Optional<VertexRagStore>Retrieval.vertexRagStore()Set to use data source powered by Vertex RAG store.Methods in com.google.genai.types with parameters of type VertexRagStoreModifier and TypeMethodDescriptionabstract Retrieval.BuilderRetrieval.Builder.vertexRagStore(VertexRagStore vertexRagStore) Setter for vertexRagStore.