Databricks SDK for JavaScript
    Preparing search index...

    The storage location for an experiment's traces.

    interface ExperimentTraceLocation {
        location?: {
            $case: "ucTraceLocation";
            ucTraceLocation: UcTraceLocation;
        };
    }
    Index

    Properties

    Properties

    location?: { $case: "ucTraceLocation"; ucTraceLocation: UcTraceLocation }

    Type Declaration

    • $case: "ucTraceLocation"
    • ucTraceLocation: UcTraceLocation

      A Unity Catalog schema where the experiment's traces are stored as Delta tables.