Search Results for

    Show / Hide Table of Contents

    Interface IJobs

    Interface wrapper for the Platform Jobs API

    Namespace: Nvidia.Clara.DicomAdapter.API
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public interface IJobs

    Methods

    | Improve this Doc View Source

    AddMetadata(Job, IDictionary<String, String>)

    Starts the job

    Declaration
    Task AddMetadata(Job job, IDictionary<string, string> metadata)
    Parameters
    Type Name Description
    Job job

    Add metadata to a job.

    IDictionary<String, String> metadata
    Returns
    Type Description
    Task
    | Improve this Doc View Source

    Create(String, String, JobPriority, IDictionary<String, String>)

    Creates a new job

    Declaration
    Task<Job> Create(string pipelineId, string jobName, JobPriority jobPriority, IDictionary<string, string> metadata)
    Parameters
    Type Name Description
    String pipelineId

    Pipeline ID to create a new job from.

    String jobName

    Name of the job.

    JobPriority jobPriority

    Priority of the job.

    IDictionary<String, String> metadata
    Returns
    Type Description
    Task<Job>
    | Improve this Doc View Source

    Start(Job)

    Starts the job

    Declaration
    Task Start(Job job)
    Parameters
    Type Name Description
    Job job

    Job to start.

    Returns
    Type Description
    Task
    | Improve this Doc View Source

    Status(String)

    Gets status of a job

    Declaration
    Task<JobDetails> Status(string jobId)
    Parameters
    Type Name Description
    String jobId

    job id

    Returns
    Type Description
    Task<JobDetails>
    • 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