Search Results for

    Show / Hide Table of Contents

    Class InferenceStatusResponse.PlatformStatus

    Inheritance
    Object
    InferenceStatusResponse.PlatformStatus
    Namespace: Nvidia.Clara.DicomAdapter.API.Rest
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public class PlatformStatus : object

    Properties

    | Improve this Doc View Source

    Created

    Gets or set when the job was created.

    Declaration
    public DateTimeOffset? Created { get; set; }
    Property Value
    Type Description
    Nullable<DateTimeOffset>
    | Improve this Doc View Source

    JobId

    Gets or set Clara Platform generated Job ID.

    Declaration
    public string JobId { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    PayloadId

    Gets or set Clara Platform generated Payload ID.

    Declaration
    public string PayloadId { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Priority

    Gets or set job's priority.

    Declaration
    public JobPriority Priority { get; set; }
    Property Value
    Type Description
    JobPriority
    | Improve this Doc View Source

    Started

    Gets or set when the job started execution.

    Declaration
    public DateTimeOffset? Started { get; set; }
    Property Value
    Type Description
    Nullable<DateTimeOffset>
    | Improve this Doc View Source

    State

    Gets or sets job's state.

    Declaration
    public JobState State { get; set; }
    Property Value
    Type Description
    JobState
    | Improve this Doc View Source

    Status

    Gets or set job's status.

    Declaration
    public JobStatus Status { get; set; }
    Property Value
    Type Description
    JobStatus
    | Improve this Doc View Source

    Stopped

    Gets or set when the job stopped execution.

    Declaration
    public DateTimeOffset? Stopped { get; set; }
    Property Value
    Type Description
    Nullable<DateTimeOffset>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2021 NVIDIA Corporation
    NVIDIA Clara™ is a trademark of NVIDIA Corporation.
    Generated by DocFX