Table of Contents

Enum InferenceRequestState

Namespace
Monai.Deploy.InformaticsGateway.Api.Rest
Assembly
Monai.Deploy.InformaticsGateway.Api.dll

State of a inference request.

public enum InferenceRequestState

Fields

Completed = 2

Indicates MONAI Deploy Informatics Gateway has downloaded all the specified resources and uploaded to the MONAI Workload Manager.

InProcess = 1

The inference request is being processing by the MONAI Deploy Informatics Gateway.

Queued = 0

Indicates that an inference request is currently queued for data retrieval.