Databricks SDK for JavaScript
    Preparing search index...
    interface ComputeConfig {
        gpuNodePoolId?: string;
        gpuType?: string;
        numGpus?: number;
    }
    Index

    Properties

    gpuNodePoolId?: string

    IDof the GPU pool to use.

    gpuType?: string

    GPU type.

    numGpus?: number

    Number of GPUs.