Databricks SDK for JavaScript
    Preparing search index...

    Deprecated: legacy inference table configuration. Please use AI Gateway inference tables instead. See https://docs.databricks.com/aws/en/ai-gateway/inference-tables.

    interface AutoCaptureConfig {
        catalogName?: string;
        enabled?: boolean;
        schemaName?: string;
        state?: AutoCaptureState;
        tableNamePrefix?: string;
    }
    Index

    Properties

    catalogName?: string

    The name of the catalog in Unity Catalog. NOTE: On update, you cannot change the catalog name if the inference table is already enabled.

    enabled?: boolean

    Indicates whether the inference table is enabled.

    schemaName?: string

    The name of the schema in Unity Catalog. NOTE: On update, you cannot change the schema name if the inference table is already enabled.

    tableNamePrefix?: string

    The prefix of the table in Unity Catalog. NOTE: On update, you cannot change the prefix name if the inference table is already enabled.