Databricks SDK for JavaScript
    Preparing search index...

    Interface RetrieveUserVisibleMetricsResponse

    Response containing user-visible metrics

    interface RetrieveUserVisibleMetricsResponse {
        metricValues?: MetricValues[];
        nextPageToken?: string;
    }
    Index

    Properties

    metricValues?: MetricValues[]

    Collection of metric values

    nextPageToken?: string

    A token that can be used to get the next page of results. If not present, there are no more results to show.