Databricks SDK for JavaScript
    Preparing search index...
    interface TelemetryConfig {
        inferenceTableConfig?: TelemetryInferenceTableConfig;
        telemetryProfile?:
            | { $case: "telemetryProfileId"; telemetryProfileId: string }
            | { $case: "tableNames"; tableNames: UnityCatalogTableNames };
    }
    Index

    Properties

    inferenceTableConfig?: TelemetryInferenceTableConfig

    Configuration for inference table payload logging, including sampling.

    telemetryProfile?:
        | { $case: "telemetryProfileId"; telemetryProfileId: string }
        | { $case: "tableNames"; tableNames: UnityCatalogTableNames }

    Type Declaration

    • { $case: "telemetryProfileId"; telemetryProfileId: string }
      • $case: "telemetryProfileId"
      • telemetryProfileId: string

        The ID of an existing telemetry profile to apply to this endpoint. Provide this to reuse a telemetry profile that has already been created, instead of specifying table_names.

    • { $case: "tableNames"; tableNames: UnityCatalogTableNames }
      • $case: "tableNames"
      • tableNames: UnityCatalogTableNames

        The Unity Catalog tables to which endpoint telemetry (logs, traces, and metrics) is exported. Provide this to create a new telemetry profile for the endpoint from the given tables.