Databricks SDK for JavaScript
    Preparing search index...
    interface GetRunRequest {
        runId?: string;
        runUuid?: string;
    }
    Index

    Properties

    Properties

    runId?: string

    ID of the run to fetch. Must be provided.

    runUuid?: string

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