DiscoveryModelFactory.ComputeUsage Method
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 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.