NodePoolUsage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overview of compute usage for a nodepool.
public class NodePoolUsage : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.NodePoolUsage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.NodePoolUsage>
type NodePoolUsage = class
interface IJsonModel<NodePoolUsage>
interface IPersistableModel<NodePoolUsage>
Public Class NodePoolUsage
Implements IJsonModel(Of NodePoolUsage), IPersistableModel(Of NodePoolUsage)
- Inheritance
-
NodePoolUsage
- Implements
Properties
| Name | Description |
|---|---|
| AllocatableCPUs |
CPUs which are free to use (e.g. 1, or 500m for 500 milli-CPUs) across all nodes in the nodepool. |
| AllocatableGPUs |
GPUs which are free to use. |
| AllocatableMemory |
Memory which is free to use (e.g. 500Mi or 1Gi). |
| ReservedCPUs |
CPUs in use (e.g. 1, or 500m for 500 milli-CPUs) across all nodes in the nodepool. |
| ReservedGPUs |
GPUs which are in use. |
| ReservedMemory |
Memory which is in use (e.g. 500Mi or 1Gi). |