ArmCognitiveServicesModelFactory.CalculateModelCapacityResult 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 CalculateModelCapacityResult.
public static Azure.ResourceManager.CognitiveServices.Models.CalculateModelCapacityResult CalculateModelCapacityResult (Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentModel model = default, string skuName = default, Azure.ResourceManager.CognitiveServices.Models.CalculateModelCapacityResultEstimatedCapacity estimatedCapacity = default);
static member CalculateModelCapacityResult : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentModel * string * Azure.ResourceManager.CognitiveServices.Models.CalculateModelCapacityResultEstimatedCapacity -> Azure.ResourceManager.CognitiveServices.Models.CalculateModelCapacityResult
Public Shared Function CalculateModelCapacityResult (Optional model As CognitiveServicesAccountDeploymentModel = Nothing, Optional skuName As String = Nothing, Optional estimatedCapacity As CalculateModelCapacityResultEstimatedCapacity = Nothing) As CalculateModelCapacityResult
Parameters
Properties of Cognitive Services account deployment model.
- skuName
- String
- estimatedCapacity
- CalculateModelCapacityResultEstimatedCapacity
Model Estimated Capacity.
Returns
A new CalculateModelCapacityResult instance for mocking.