DiscoveryModelFactory.ComputeUsage Method

Definition

Overview of compute usage for a project.

public static Azure.AI.Discovery.ComputeUsage ComputeUsage(System.Collections.Generic.IDictionary<string,Azure.AI.Discovery.SupercomputerUsage> supercomputers = default);
static member ComputeUsage : System.Collections.Generic.IDictionary<string, Azure.AI.Discovery.SupercomputerUsage> -> Azure.AI.Discovery.ComputeUsage
Public Shared Function ComputeUsage (Optional supercomputers As IDictionary(Of String, SupercomputerUsage) = Nothing) As ComputeUsage

Parameters

supercomputers
IDictionary<String,SupercomputerUsage>

Index of information for each supercomputer in the workspace of a project. Indexed by the (short) name of the supercomputer.

Returns

A new ComputeUsage instance for mocking.

Applies to