Search Results for

    Show / Hide Table of Contents

    Class InferenceRequestResponse

    Response message of a successful inference request.

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

    Properties

    | Improve this Doc View Source

    JobId

    Gets or sets the Clara Platform job ID associated with the request.

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

    PayloadId

    Gets or sets the Clara Platform payload ID associated with the request.

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

    TransactionId

    Gets or sets the original request transaction ID.

    Declaration
    public string TransactionId { get; set; }
    Property Value
    Type Description
    String
    • 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