Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateExperimentRequest {
        experimentId?: string;
        newName?: string;
    }
    Index

    Properties

    experimentId?: string

    ID of the associated experiment.

    newName?: string

    If provided, the experiment's name is changed to the new name. The new name must be unique.