ArmCognitiveServicesModelFactory.CalculateModelCapacityResultEstimatedCapacity 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.
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
Returns
A new CalculateModelCapacityResultEstimatedCapacity instance for mocking.