Databricks SDK for JavaScript
    Preparing search index...
    interface CreateRunRequest {
        experimentId?: string;
        runName?: string;
        startTime?: bigint;
        tags?: RunTag[];
        userId?: string;
    }
    Index

    Properties

    experimentId?: string

    ID of the associated experiment.

    runName?: string

    The name of the run.

    startTime?: bigint

    Unix timestamp in milliseconds of when the run started.

    tags?: RunTag[]

    Additional metadata for run.

    userId?: string

    ID of the user executing the run. This field is deprecated as of MLflow 1.0, and will be removed in a future MLflow release. Use 'mlflow.user' tag instead.