Uses of Class
com.azure.ai.openai.assistants.models.CreateFileSearchToolResourceVectorStoreOptions
Packages that use CreateFileSearchToolResourceVectorStoreOptions
Package
Description
Package containing the data models for Assistants.
-
Uses of CreateFileSearchToolResourceVectorStoreOptions in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return CreateFileSearchToolResourceVectorStoreOptionsModifier and TypeMethodDescriptionCreateFileSearchToolResourceVectorStoreOptions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CreateFileSearchToolResourceVectorStoreOptions from the JsonReader.CreateFileSearchToolResourceVectorStoreOptions.setMetadata
(Map<String, String> metadata) Set the metadata property: A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type CreateFileSearchToolResourceVectorStoreOptionsModifier and TypeMethodDescriptionCreateFileSearchToolResourceVectorStoreOptionsList.getVectorStores()
Get the vectorStore property: A list of vector stores.Constructor parameters in com.azure.ai.openai.assistants.models with type arguments of type CreateFileSearchToolResourceVectorStoreOptionsModifierConstructorDescriptionCreateFileSearchToolResourceVectorStoreOptionsList
(List<CreateFileSearchToolResourceVectorStoreOptions> vectorStores) Creates an instance of CreateFileSearchToolResourceVectorStoreOptionsList class.