共用方式為


ArmCognitiveServicesModelFactory.CalculateModelCapacityResultEstimatedCapacity Method

Definition

Initializes a new instance of CalculateModelCapacityResultEstimatedCapacity.

public static Azure.ResourceManager.CognitiveServices.Models.CalculateModelCapacityResultEstimatedCapacity CalculateModelCapacityResultEstimatedCapacity (int? value = default, int? deployableValue = default);
static member CalculateModelCapacityResultEstimatedCapacity : Nullable<int> * Nullable<int> -> Azure.ResourceManager.CognitiveServices.Models.CalculateModelCapacityResultEstimatedCapacity
Public Shared Function CalculateModelCapacityResultEstimatedCapacity (Optional value As Nullable(Of Integer) = Nothing, Optional deployableValue As Nullable(Of Integer) = Nothing) As CalculateModelCapacityResultEstimatedCapacity

Parameters

value
Nullable<Int32>
deployableValue
Nullable<Int32>

Returns

A new CalculateModelCapacityResultEstimatedCapacity instance for mocking.

Applies to