Databricks SDK for JavaScript
    Preparing search index...

    Represents a forecasting experiment with its unique identifier, URL, and state.

    interface ForecastingExperiment {
        experimentId?: string;
        experimentPageUrl?: string;
        state?: ForecastingExperiment_State;
    }
    Index

    Properties

    experimentId?: string

    The unique ID for the forecasting experiment.

    experimentPageUrl?: string

    The URL to the forecasting experiment page.

    The current state of the forecasting experiment.