Databricks SDK for JavaScript
    Preparing search index...

    Param associated with a run.

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

    Properties

    Properties

    key?: string

    Key identifying this param.

    value?: string

    Value associated with this param.