Databricks SDK for JavaScript
    Preparing search index...
    interface TerminationReason {
        code?: TerminationCode;
        parameters?: Record<string, string>;
        type?: TerminationType;
    }
    Index

    Properties

    status code indicating why the cluster was terminated

    parameters?: Record<string, string>

    list of parameters that provide additional information about why the cluster was terminated

    type of the termination