Search Results for

    Show / Hide Table of Contents

    Class InferenceRequestMetadata

    Represents the metadata associated with an inference request.

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

    details> is required.

    Examples
    {
        ...
        "inputMetadata" : {
            "details" : { ... }
        }
        ...
    }

    Properties

    | Improve this Doc View Source

    Details

    Gets or sets the details of an inference request.

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