Uses of Class
com.azure.ai.agents.persistent.models.VectorStoreFileStatus
Packages that use VectorStoreFileStatus
Package
Description
Package containing the data models for Agents.
-
Uses of VectorStoreFileStatus in com.azure.ai.agents.persistent.models
Fields in com.azure.ai.agents.persistent.models declared as VectorStoreFileStatusModifier and TypeFieldDescriptionstatic final VectorStoreFileStatusVectorStoreFileStatus.CANCELLEDThe file was cancelled.static final VectorStoreFileStatusVectorStoreFileStatus.COMPLETEDThe file has been successfully processed.static final VectorStoreFileStatusVectorStoreFileStatus.FAILEDThe file has failed to process.static final VectorStoreFileStatusVectorStoreFileStatus.IN_PROGRESSThe file is currently being processed.Methods in com.azure.ai.agents.persistent.models that return VectorStoreFileStatusModifier and TypeMethodDescriptionstatic VectorStoreFileStatusVectorStoreFileStatus.fromString(String name) Creates or finds a VectorStoreFileStatus from its string representation.VectorStoreFile.getStatus()Get the status property: The status of the vector store file, which can be either `in_progress`, `completed`, `cancelled`, or `failed`.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type VectorStoreFileStatusModifier and TypeMethodDescriptionstatic Collection<VectorStoreFileStatus> VectorStoreFileStatus.values()Gets known VectorStoreFileStatus values.