Uses of Class
com.google.genai.types.VertexAISearchDataStoreSpec
Packages that use VertexAISearchDataStoreSpec
-
Uses of VertexAISearchDataStoreSpec in com.google.genai.types
Methods in com.google.genai.types that return VertexAISearchDataStoreSpecModifier and TypeMethodDescriptionabstract VertexAISearchDataStoreSpecVertexAISearchDataStoreSpec.Builder.build()static VertexAISearchDataStoreSpecDeserializes a JSON string to a VertexAISearchDataStoreSpec object.Methods in com.google.genai.types that return types with arguments of type VertexAISearchDataStoreSpecModifier and TypeMethodDescriptionabstract Optional<List<VertexAISearchDataStoreSpec>>VertexAISearch.dataStoreSpecs()Specifications that define the specific DataStores to be searched, along with configurations for those data stores.Methods in com.google.genai.types with parameters of type VertexAISearchDataStoreSpecModifier and TypeMethodDescriptionVertexAISearch.Builder.dataStoreSpecs(VertexAISearchDataStoreSpec... dataStoreSpecs) Setter for dataStoreSpecs.Method parameters in com.google.genai.types with type arguments of type VertexAISearchDataStoreSpecModifier and TypeMethodDescriptionabstract VertexAISearch.BuilderVertexAISearch.Builder.dataStoreSpecs(List<VertexAISearchDataStoreSpec> dataStoreSpecs) Setter for dataStoreSpecs.