Enum VectorizationProcessingState
- Assembly
- FoundationaLLM.Common.dll
Describes the state of a vectorization request.
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum VectorizationProcessingState
- Extension Methods
Fields
Completed = 2
All steps of the request have completed successfully.
Failed = 3
An error occurred during processing.
InProgress = 1
The request is being processed.
New = 0
The vectorization request is new and has not been processed.