Table of Contents

Enum FileState

States for the lifecycle of a File.

public enum FileState

Fields

Active = 2

File is processed and available for inference.

Failed = 3

File failed processing.

None = 0

The default value. This value is used if the state is omitted.

Processing = 1

File is being processed and cannot be used for inference yet.