Enum FileState
States for the lifecycle of a File.
public enum FileState
Fields
Active = 2File is processed and available for inference.
Failed = 3File failed processing.
None = 0The default value. This value is used if the state is omitted.
Processing = 1File is being processed and cannot be used for inference yet.