Databricks SDK for JavaScript
    Preparing search index...
    interface InferenceTableConfig {
        catalogName?: string;
        enabled?: boolean;
        schemaName?: string;
        tableNamePrefix?: string;
    }
    Index

    Properties

    catalogName?: string

    The name of the catalog in Unity Catalog. Required when enabling inference tables. NOTE: On update, you have to disable inference table first in order to change the catalog name.

    enabled?: boolean

    Indicates whether the inference table is enabled.

    schemaName?: string

    The name of the schema in Unity Catalog. Required when enabling inference tables. NOTE: On update, you have to disable inference table first in order to change the schema name.

    tableNamePrefix?: string

    The prefix of the table in Unity Catalog. NOTE: On update, you have to disable inference table first in order to change the prefix name.