DeviceCapacityInfoProperties interface

The properties of Device Capacity Info

Properties

clusterComputeCapacityInfo

Cluster capacity data for compute resources (Memory and GPU).

clusterStorageCapacityInfo

Cluster capacity data for storage resources (CSV).

nodeCapacityInfos

The dictionary of individual node names and node capacities in the cluster.

timeStamp

Timestamp of request in UTC

Property Details

clusterComputeCapacityInfo

Cluster capacity data for compute resources (Memory and GPU).

clusterComputeCapacityInfo?: ClusterCapacityViewData

Property Value

clusterStorageCapacityInfo

Cluster capacity data for storage resources (CSV).

clusterStorageCapacityInfo?: ClusterStorageViewData

Property Value

nodeCapacityInfos

The dictionary of individual node names and node capacities in the cluster.

nodeCapacityInfos?: Record<string, HostCapacity>

Property Value

Record<string, HostCapacity>

timeStamp

Timestamp of request in UTC

timeStamp?: Date

Property Value

Date