DeviceCapacityInfoProperties interface
The properties of Device Capacity Info
Properties
| cluster |
Cluster capacity data for compute resources (Memory and GPU). |
| cluster |
Cluster capacity data for storage resources (CSV). |
| node |
The dictionary of individual node names and node capacities in the cluster. |
| time |
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