Table of Contents

Enum GeminiFileState

States for the lifecycle of a File.

public enum GeminiFileState
Extension Methods

Fields

[EnumMember(Value = "ACTIVE")] Active = 2

File is processed and available for inference.

[EnumMember(Value = "FAILED")] Failed = 3

File failed processing.

[EnumMember(Value = "PROCESSING")] Processing = 1

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

[EnumMember(Value = "STATE_UNSPECIFIED")] Unspecified = 0

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