Search Results for

    Show / Hide Table of Contents

    Class InferenceJob

    InferenceJob is used to track status a of job that is to be submitted to the Clara Platform service. It is used internally by the JobSubmissionService.

    Inheritance
    Object
    Job
    InferenceJob
    Inherited Members
    Job.JobId
    Job.PayloadId
    Namespace: Nvidia.Clara.DicomAdapter.API
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public class InferenceJob : Job

    Constructors

    | Improve this Doc View Source

    InferenceJob()

    Declaration
    public InferenceJob()

    Properties

    | Improve this Doc View Source

    InferenceJobId

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

    Instances

    Declaration
    public IList<InstanceStorageInfo> Instances { get; set; }
    Property Value
    Type Description
    IList<InstanceStorageInfo>
    | Improve this Doc View Source

    JobName

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

    JobPayloadsStoragePath

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

    LastUpdate

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

    PipelineId

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

    Priority

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

    Source

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

    State

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

    TryCount

    Declaration
    public int TryCount { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    SetStoragePath(String)

    Declaration
    public void SetStoragePath(string targetStoragePath)
    Parameters
    Type Name Description
    String targetStoragePath
    • 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