Databricks SDK for JavaScript
    Preparing search index...

    Variable HardwareAcceleratorTypeConst

    HardwareAcceleratorType: {
        GPU_1X_A10: "GPU_1xA10";
        GPU_1X_H100: "GPU_1xH100";
        GPU_8X_B300: "GPU_8xB300";
        GPU_8X_H100: "GPU_8xH100";
    } = ...

    HardwareAcceleratorType: The type of hardware accelerator to use for compute workloads. NOTE: This enum is referenced and is intended to be used by other services that need to specify hardware accelerator requirements for AI compute workloads.

    Type Declaration

    • ReadonlyGPU_1X_A10: "GPU_1xA10"

      GPU_1xA10: Single A10 GPU configuration.

    • ReadonlyGPU_1X_H100: "GPU_1xH100"

      GPU_1xH100: Single H100 GPU configuration.

    • ReadonlyGPU_8X_B300: "GPU_8xB300"

      GPU_8xB300: 8x B300 GPU configuration.

    • ReadonlyGPU_8X_H100: "GPU_8xH100"

      GPU_8xH100: 8x H100 GPU configuration.