Enum InferenceRequestState
State of a inference request.
Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public enum InferenceRequestState
Fields
Name | Description |
---|---|
Completed | Indicates MONAI Deploy Informatics Gateway has downloaded all the specified resources and uploaded to the MONAI Workload Manager. |
InProcess | The inference request is being processing by the MONAI Deploy Informatics Gateway. |
Queued | Indicates that an inference request is currently queued for data retrieval. |