Databricks SDK for JavaScript
    Preparing search index...

    Inference table payload logging configuration

    interface TelemetryInferenceTableConfig {
        name?: string;
        samplingFraction?: number;
    }
    Index

    Properties

    name?: string

    The full name of the inference table created for this endpoint.

    samplingFraction?: number

    Fraction of requests sampled for payload logging, in the range [0.0, 1.0], where 1.0 logs all requests.