Databricks SDK for JavaScript
    Preparing search index...

    Interface JobLevelParameter

    interface JobLevelParameter {
        default?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    default?: string

    Default value of the parameter.

    name?: string

    The name of the defined parameter. May only contain alphanumeric characters, _, -, and .