Databricks SDK for JavaScript
    Preparing search index...
    interface GetExperimentResponse {
        experiment?: Experiment;
        runs?: RunInfo[];
    }
    Index

    Properties

    Properties

    experiment?: Experiment

    Experiment details.

    runs?: RunInfo[]

    A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs.

    This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.