共用方式為


ArmCognitiveServicesModelFactory.CalculateModelCapacityResult Method

Definition

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

model
CognitiveServicesAccountDeploymentModel

Properties of Cognitive Services account deployment model.

skuName
String
estimatedCapacity
CalculateModelCapacityResultEstimatedCapacity

Model Estimated Capacity.

Returns

A new CalculateModelCapacityResult instance for mocking.

Applies to