Databricks SDK for JavaScript
    Preparing search index...

    Parameter associated with a LoggedModel.

    interface LoggedModelParameter {
        key?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    key?: string

    The key identifying this param.

    value?: string

    The value of this param.