AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Generated by DocFX