Databricks SDK for JavaScript
    Preparing search index...

    Interface PatchInferenceEndpointTelemetryConfigRequest

    Updates the telemetry configuration of a serving endpoint.

    interface PatchInferenceEndpointTelemetryConfigRequest {
        name?: string;
        telemetryConfig?: TelemetryConfig;
    }
    Index

    Properties

    name?: string

    The name of the serving endpoint whose telemetry configuration is being updated. This field is required.

    telemetryConfig?: TelemetryConfig

    The telemetry configuration to be applied to the serving endpoint. Can specify either a telemetry_profile_id to use an existing profile, or table_names to create a new profile with the specified Unity Catalog tables. If not provided, the telemetry configuration will be removed from the endpoint.