Databricks SDK for JavaScript
    Preparing search index...
    interface Repair {
        effectivePerformanceTarget?: PerformanceTarget_PerformanceTarget;
        endTime?: bigint;
        id?: bigint;
        startTime?: bigint;
        state?: RunState;
        status?: RunStatus;
        taskRunIds?: bigint[];
        type?: RepairType;
    }
    Index

    Properties

    effectivePerformanceTarget?: PerformanceTarget_PerformanceTarget

    The actual performance target used by the serverless run during execution. This can differ from the client-set performance target on the request depending on whether the performance mode is supported by the job type.

    • STANDARD: Enables cost-efficient execution of serverless workloads.
    • PERFORMANCE_OPTIMIZED: Prioritizes fast startup and execution times through rapid scaling and optimized cluster performance.
    endTime?: bigint

    The end time of the (repaired) run.

    id?: bigint

    The ID of the repair. Only returned for the items that represent a repair in repair_history.

    startTime?: bigint

    The start time of the (repaired) run.

    state?: RunState

    Deprecated. Please use the status field instead.

    status?: RunStatus
    taskRunIds?: bigint[]

    The run IDs of the task runs that ran as part of this repair history item.

    type?: RepairType

    The repair history item type. Indicates whether a run is the original run or a repair run.