DiscoveryModelFactory.SupercomputerUsage Method

Definition

Overview of compute usage for a supercomputer.

public static Azure.AI.Discovery.SupercomputerUsage SupercomputerUsage(long activeJobs = 0, long pendingJobs = 0, System.Collections.Generic.IDictionary<string,Azure.AI.Discovery.NodePoolUsage> nodePools = default);
static member SupercomputerUsage : int64 * int64 * System.Collections.Generic.IDictionary<string, Azure.AI.Discovery.NodePoolUsage> -> Azure.AI.Discovery.SupercomputerUsage
Public Shared Function SupercomputerUsage (Optional activeJobs As Long = 0, Optional pendingJobs As Long = 0, Optional nodePools As IDictionary(Of String, NodePoolUsage) = Nothing) As SupercomputerUsage

Parameters

activeJobs
Int64

Number of active jobs on the supercomputer.

pendingJobs
Int64

Number of pending jobs on the supercomputer.

nodePools
IDictionary<String,NodePoolUsage>

Nodepool utilization for each nodepool for a supercomputer.

Returns

A new SupercomputerUsage instance for mocking.

Applies to