Enum InferenceRequestState
State of a inference request.
Namespace: Nvidia.Clara.DicomAdapter.API.Rest
Assembly: Nvidia.Clara.Dicom.API.dll
Syntax
public enum InferenceRequestState : int
Fields
Name | Description |
---|---|
Completed | Indicates DICOM Adapter has submitted a new pipeline job with the Clara Platform. |
InProcess | The inference request is being processing by DICOM Adapter. |
Queued | Indicates that an inference request is currently queued for data retrieval. |