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