Class InferenceStatusResponse.PlatformStatus
Namespace: Nvidia.Clara.DicomAdapter.API.Rest
Assembly: Nvidia.Clara.Dicom.API.dll
Syntax
public class PlatformStatus : object
Properties
| Improve this Doc View SourceCreated
Gets or set when the job was created.
Declaration
public DateTimeOffset? Created { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTimeOffset> |
JobId
Gets or set Clara Platform generated Job ID.
Declaration
public string JobId { get; set; }
Property Value
Type | Description |
---|---|
String |
PayloadId
Gets or set Clara Platform generated Payload ID.
Declaration
public string PayloadId { get; set; }
Property Value
Type | Description |
---|---|
String |
Priority
Gets or set job's priority.
Declaration
public JobPriority Priority { get; set; }
Property Value
Type | Description |
---|---|
JobPriority |
Started
Gets or set when the job started execution.
Declaration
public DateTimeOffset? Started { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTimeOffset> |
State
Gets or sets job's state.
Declaration
public JobState State { get; set; }
Property Value
Type | Description |
---|---|
JobState |
Status
Gets or set job's status.
Declaration
public JobStatus Status { get; set; }
Property Value
Type | Description |
---|---|
JobStatus |
Stopped
Gets or set when the job stopped execution.
Declaration
public DateTimeOffset? Stopped { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTimeOffset> |