Class InferenceRequestResponse
Response message of a successful inference request.
Namespace: Nvidia.Clara.DicomAdapter.API.Rest
Assembly: Nvidia.Clara.Dicom.API.dll
Syntax
public class InferenceRequestResponse : object
Properties
| Improve this Doc View SourceJobId
Gets or sets the Clara Platform job ID associated with the request.
Declaration
public string JobId { get; set; }
Property Value
Type | Description |
---|---|
String |
PayloadId
Gets or sets the Clara Platform payload ID associated with the request.
Declaration
public string PayloadId { get; set; }
Property Value
Type | Description |
---|---|
String |
TransactionId
Gets or sets the original request transaction ID.
Declaration
public string TransactionId { get; set; }
Property Value
Type | Description |
---|---|
String |