Uses of Class
com.azure.ai.openai.assistants.models.FileState
Packages that use FileState
Package
Description
Package containing the data models for Assistants.
-
Uses of FileState in com.azure.ai.openai.assistants.models
Fields in com.azure.ai.openai.assistants.models declared as FileStateModifier and TypeFieldDescriptionstatic final FileState
FileState.DELETED
The entity has been deleted but may still be referenced by other entities predating the deletion.static final FileState
FileState.DELETING
The entity is in the process to be deleted.static final FileState
FileState.ERROR
The operation has completed processing with a failure and cannot be further consumed.static final FileState
FileState.PENDING
The operation was created and is not queued to be processed in the future.static final FileState
FileState.PROCESSED
The operation has successfully processed and is ready for consumption.static final FileState
FileState.RUNNING
The operation has started to be processed.static final FileState
FileState.UPLOADED
The file has been uploaded but it's not yet processed.Methods in com.azure.ai.openai.assistants.models that return FileStateModifier and TypeMethodDescriptionstatic FileState
FileState.fromString
(String name) Creates or finds a FileState from its string representation.OpenAIFile.getStatus()
Get the status property: The state of the file.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type FileStateModifier and TypeMethodDescriptionstatic Collection
<FileState> FileState.values()
Gets known FileState values.