Table of Contents

Class InferenceRequestResponse

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

Response message of a successful inference request.

public class InferenceRequestResponse
Inheritance
InferenceRequestResponse

Properties

TransactionId

Gets or sets the original request transaction ID.

public string TransactionId { get; set; }

Property Value

string