Search Results for

    Show / Hide Table of Contents

    Class InferenceStatusResponse

    Response message of a inference status query.

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

    Properties

    | Improve this Doc View Source

    Dicom

    Gets or set DICOM Adapter status.

    Declaration
    public InferenceStatusResponse.DicomAdapterStatus Dicom { get; set; }
    Property Value
    Type Description
    InferenceStatusResponse.DicomAdapterStatus
    | Improve this Doc View Source

    Message

    Gets or sets additional message.

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

    Platform

    Gets or sets Clara Platform status.

    Declaration
    public InferenceStatusResponse.PlatformStatus Platform { get; set; }
    Property Value
    Type Description
    InferenceStatusResponse.PlatformStatus
    | Improve this Doc View Source

    TransactionId

    Gets or set the transaction ID of a request.

    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