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