ArmCognitiveServicesModelFactory.DeploymentSizeCapacity 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.
public static Azure.ResourceManager.CognitiveServices.Models.DeploymentSizeCapacity DeploymentSizeCapacity(int? modelInstanceAcceleratorCount = default, int? totalAvailableCapacity = default, int? largestDeploymentCapacity = default);
static member DeploymentSizeCapacity : Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.CognitiveServices.Models.DeploymentSizeCapacity
Public Shared Function DeploymentSizeCapacity (Optional modelInstanceAcceleratorCount As Nullable(Of Integer) = Nothing, Optional totalAvailableCapacity As Nullable(Of Integer) = Nothing, Optional largestDeploymentCapacity As Nullable(Of Integer) = Nothing) As DeploymentSizeCapacity
Parameters
The number of accelerators required per model instance.
The largest contiguous deployment capacity available for this deployment size.
Returns
A new DeploymentSizeCapacity instance for mocking.