Uses of Class
com.azure.ai.agents.persistent.models.VectorStoreFileBatchStatus
Packages that use VectorStoreFileBatchStatus
Package
Description
Package containing the data models for Agents.
-
Uses of VectorStoreFileBatchStatus in com.azure.ai.agents.persistent.models
Fields in com.azure.ai.agents.persistent.models declared as VectorStoreFileBatchStatusModifier and TypeFieldDescriptionstatic final VectorStoreFileBatchStatusVectorStoreFileBatchStatus.CANCELLEDThe vector store file batch was cancelled.static final VectorStoreFileBatchStatusVectorStoreFileBatchStatus.COMPLETEDthe vector store file batch is ready for use.static final VectorStoreFileBatchStatusVectorStoreFileBatchStatus.FAILEDThe vector store file batch failed to process.static final VectorStoreFileBatchStatusVectorStoreFileBatchStatus.IN_PROGRESSThe vector store is still processing this file batch.Methods in com.azure.ai.agents.persistent.models that return VectorStoreFileBatchStatusModifier and TypeMethodDescriptionstatic VectorStoreFileBatchStatusVectorStoreFileBatchStatus.fromString(String name) Creates or finds a VectorStoreFileBatchStatus from its string representation.VectorStoreFileBatch.getStatus()Get the status property: The status of the vector store files batch, 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 VectorStoreFileBatchStatusModifier and TypeMethodDescriptionstatic Collection<VectorStoreFileBatchStatus> VectorStoreFileBatchStatus.values()Gets known VectorStoreFileBatchStatus values.