Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateRunRequest {
        endTime?: bigint;
        runId?: string;
        runName?: string;
        runUuid?: string;
        status?: RunStatus;
    }
    Index

    Properties

    endTime?: bigint

    Unix timestamp in milliseconds of when the run ended.

    runId?: string

    ID of the run to update. Must be provided.

    runName?: string

    Updated name of the run.

    runUuid?: string

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

    status?: RunStatus

    Updated status of the run.