Databricks SDK for JavaScript
    Preparing search index...
    interface Function {
        aliases?: RegisteredModelAlias[];
        comment?: string;
        dataType?: ColumnTypeName;
        dependencyList?: DependencyList;
        fullDataType?: string;
        id?: string;
        inputParams?: FunctionParameterInfos;
        name?: string;
        properties?: string;
        routineDefinition?: string;
        schema?: string;
        securableKind?: SharedSecurableKind;
        share?: string;
        shareId?: string;
        storageLocation?: string;
        tags?: TagKeyValue[];
    }
    Index

    Properties

    The aliass of registered model.

    comment?: string

    The comment of the function.

    dataType?: ColumnTypeName

    The data type of the function.

    dependencyList?: DependencyList

    The dependency list of the function.

    fullDataType?: string

    The full data type of the function.

    id?: string

    The id of the function.

    The function parameter information.

    name?: string

    The name of the function.

    properties?: string

    The properties of the function.

    routineDefinition?: string

    The routine definition of the function.

    schema?: string

    The name of the schema that the function belongs to.

    securableKind?: SharedSecurableKind

    The securable kind of the function.

    share?: string

    The name of the share that the function belongs to.

    shareId?: string

    The id of the share that the function belongs to.

    storageLocation?: string

    The storage location of the function.

    tags?: TagKeyValue[]

    The tags of the function.