Enum FileState
States for the lifecycle of a File.
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public enum FileState
Fields
| Name | Description |
|---|---|
| Active | File is processed and available for inference. |
| Failed | File failed processing. |
| None | The default value. This value is used if the state is omitted. |
| Processing | File is being processed and cannot be used for inference yet. |