A hardware specification.

interface HardwareSpec {
    id?: string;
    name?: string;
    num_nodes?: number;
    rev?: string;
}

Properties

id?: string

The id of the hardware specification.

name?: string

The name of the hardware specification.

num_nodes?: number

The number of nodes applied to a computation.

rev?: string

The revision of the hardware specification.