Databricks SDK for JavaScript
    Preparing search index...

    Variable PerformanceTarget_PerformanceTargetConst

    PerformanceTarget_PerformanceTarget: {
        PERFORMANCE_OPTIMIZED: "PERFORMANCE_OPTIMIZED";
        PERFORMANCE_TARGET_UNSPECIFIED: "PERFORMANCE_TARGET_UNSPECIFIED";
        STANDARD: "STANDARD";
    } = ...

    PerformanceTarget defines how performant (lower latency) or cost efficient the execution of run on serverless compute should be. The performance mode on the job or pipeline should map to a performance setting that is passed to Cluster Manager (see cluster-common PerformanceTarget).

    Type Declaration

    • ReadonlyPERFORMANCE_OPTIMIZED: "PERFORMANCE_OPTIMIZED"
    • ReadonlyPERFORMANCE_TARGET_UNSPECIFIED: "PERFORMANCE_TARGET_UNSPECIFIED"
    • ReadonlySTANDARD: "STANDARD"