Databricks SDK for JavaScript
    Preparing search index...

    This structure embodies the machine type that hosts spark containers Note: this should be an internal data structure for now It is defined in proto in case we want to send it over the wire in the future (which is likely)

    interface NodeInstanceType {
        instanceTypeId?: string;
        localDisks?: number;
        localDiskSizeGb?: number;
        localNvmeDisks?: number;
        localNvmeDiskSizeGb?: number;
    }
    Index

    Properties

    instanceTypeId?: string

    Unique identifier across instance types

    localDisks?: number

    Number of local disks that are present on this instance.

    localDiskSizeGb?: number

    Size of the individual local disks attached to this instance (i.e. per local disk).

    localNvmeDisks?: number

    Number of local nvme disks that are present on this instance.

    localNvmeDiskSizeGb?: number

    Size of the individual local nvme disks attached to this instance (i.e. per local disk).