Uses of Class
com.azure.ai.openai.assistants.models.VectorStoreFileBatchStatus
Packages that use VectorStoreFileBatchStatus
Package
Description
Package containing the data models for Assistants.
-
Uses of VectorStoreFileBatchStatus in com.azure.ai.openai.assistants.models
Fields in com.azure.ai.openai.assistants.models declared as VectorStoreFileBatchStatusModifier and TypeFieldDescriptionstatic final VectorStoreFileBatchStatus
VectorStoreFileBatchStatus.CANCELLED
The vector store file batch was cancelled.static final VectorStoreFileBatchStatus
VectorStoreFileBatchStatus.COMPLETED
the vector store file batch is ready for use.static final VectorStoreFileBatchStatus
VectorStoreFileBatchStatus.FAILED
The vector store file batch failed to process.static final VectorStoreFileBatchStatus
VectorStoreFileBatchStatus.IN_PROGRESS
The vector store is still processing this file batch.Methods in com.azure.ai.openai.assistants.models that return VectorStoreFileBatchStatusModifier and TypeMethodDescriptionstatic VectorStoreFileBatchStatus
VectorStoreFileBatchStatus.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.openai.assistants.models that return types with arguments of type VectorStoreFileBatchStatusModifier and TypeMethodDescriptionstatic Collection
<VectorStoreFileBatchStatus> VectorStoreFileBatchStatus.values()
Gets known VectorStoreFileBatchStatus values.