Databricks SDK for JavaScript
    Preparing search index...

    Configuration for logging request and response payloads to a Unity Catalog inference table. When this configuration is present, payload logging is enabled by default.

    interface InferenceTableConfig {
        isDeleted?: boolean;
        parent?: string;
        table?: string;
        tableNamePrefix?: string;
    }
    Index

    Properties

    isDeleted?: boolean

    Whether the referenced inference table has been deleted. The configuration remains visible so you can identify the broken dependency. Payload logging cannot continue until the table is restored or the configuration is updated.

    parent?: string

    Parent Unity Catalog schema where the inference table is created, in the form schemas/{catalog}.{schema}. Required when configuring an inference table. After the inference table is created, this field cannot be changed.

    table?: string

    Resolved UC table for payload logs. Format: tables/{catalog}.{schema}.{table}.

    tableNamePrefix?: string

    Prefix used to form the inference table's registered name. AI Gateway appends _payload; for example, table_name_prefix = "orders" creates orders_payload. If unset, the prefix defaults to the service name. Read table from the response for the resulting resource name. After the inference table is created, this field cannot be changed.