Databricks SDK for JavaScript
    Preparing search index...

    Binds a single UC function parameter to a source column.

    interface InputBinding {
        column?: string;
        parameter?: string;
    }
    Index

    Properties

    Properties

    column?: string

    Source column whose value is passed for this parameter at execution time.

    parameter?: string

    Name of the UC function parameter.