Databricks SDK for JavaScript
    Preparing search index...

    Variable ForecastingExperiment_StateConst

    ForecastingExperiment_State: {
        CANCELLED: "CANCELLED";
        FAILED: "FAILED";
        PENDING: "PENDING";
        RUNNING: "RUNNING";
        SUCCEEDED: "SUCCEEDED";
    } = ...

    Type Declaration

    • ReadonlyCANCELLED: "CANCELLED"

      The forecasting experiment has been cancelled.

    • ReadonlyFAILED: "FAILED"

      The forecasting experiment has failed.

    • ReadonlyPENDING: "PENDING"

      The forecasting experiment is pending and has not started yet.

    • ReadonlyRUNNING: "RUNNING"

      The forecasting experiment is currently running.

    • ReadonlySUCCEEDED: "SUCCEEDED"

      The forecasting experiment has completed successfully.