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