Uses of Class
com.azure.ai.agents.persistent.models.VectorStoreStatus
Packages that use VectorStoreStatus
Package
Description
Package containing the data models for Agents.
-
Uses of VectorStoreStatus in com.azure.ai.agents.persistent.models
Fields in com.azure.ai.agents.persistent.models declared as VectorStoreStatusModifier and TypeFieldDescriptionstatic final VectorStoreStatusVectorStoreStatus.COMPLETEDcompleted status indicates that this vector store is ready for use.static final VectorStoreStatusVectorStoreStatus.EXPIREDexpired status indicates that this vector store has expired and is no longer available for use.static final VectorStoreStatusVectorStoreStatus.IN_PROGRESSin_progress status indicates that this vector store is still processing files.Methods in com.azure.ai.agents.persistent.models that return VectorStoreStatusModifier and TypeMethodDescriptionstatic VectorStoreStatusVectorStoreStatus.fromString(String name) Creates or finds a VectorStoreStatus from its string representation.VectorStore.getStatus()Get the status property: The status of the vector store, which can be either `expired`, `in_progress`, or `completed`.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type VectorStoreStatusModifier and TypeMethodDescriptionstatic Collection<VectorStoreStatus> VectorStoreStatus.values()Gets known VectorStoreStatus values.