Databricks SDK for JavaScript
    Preparing search index...
    interface ListMetricHistoryRequest {
        maxResults?: number;
        metricKey?: string;
        pageToken?: string;
        runId?: string;
        runUuid?: string;
    }
    Index

    Properties

    maxResults?: number

    Maximum number of Metric records to return per paginated request. Default is set to 25,000. If set higher than 25,000, a request Exception will be raised.

    metricKey?: string

    Name of the metric.

    pageToken?: string

    Token indicating the page of metric histories to fetch.

    runId?: string

    ID of the run from which to fetch metric values. Must be provided.

    runUuid?: string

    [Deprecated, use run_id instead] ID of the run from which to fetch metric values. This field will be removed in a future MLflow version.