Databricks SDK for JavaScript
    Preparing search index...

    Stores the run state of the clean rooms notebook task.

    interface CleanRoomTaskRunState {
        lifeCycleState?: CleanRoomTaskRunLifeCycleState;
        resultState?: CleanRoomTaskRunResultState;
    }
    Index

    Properties

    A value indicating the run's current lifecycle state. This field is always available in the response. Note: Additional states might be introduced in future releases.

    A value indicating the run's result. This field is only available for terminal lifecycle states. Note: Additional states might be introduced in future releases.