Uses of Class
com.azure.ai.openai.assistants.models.VectorStoreUpdateOptions
Packages that use VectorStoreUpdateOptions
Package
Description
Package containing the classes for Assistants.
Package containing the data models for Assistants.
-
Uses of VectorStoreUpdateOptions in com.azure.ai.openai.assistants
Methods in com.azure.ai.openai.assistants with parameters of type VectorStoreUpdateOptionsModifier and TypeMethodDescriptionAssistantsAsyncClient.modifyVectorStore
(String vectorStoreId, VectorStoreUpdateOptions vectorStoreUpdateOptions) The ID of the vector store to modify.AssistantsClient.modifyVectorStore
(String vectorStoreId, VectorStoreUpdateOptions vectorStoreUpdateOptions) The ID of the vector store to modify. -
Uses of VectorStoreUpdateOptions in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return VectorStoreUpdateOptionsModifier and TypeMethodDescriptionstatic VectorStoreUpdateOptions
VectorStoreUpdateOptions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreUpdateOptions from the JsonReader.VectorStoreUpdateOptions.setExpiresAfter
(VectorStoreExpirationPolicy expiresAfter) Set the expiresAfter property: Details on when this vector store expires.VectorStoreUpdateOptions.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.Set the name property: The name of the vector store.