ArmCognitiveServicesModelFactory.ModelSkuCapacityProperties 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.ModelSkuCapacityProperties ModelSkuCapacityProperties(Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentModel model = default, string skuName = default, float? availableCapacity = default, float? availableFinetuneCapacity = default, string scopeId = default, Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesQuotaScopeType? scopeType = default);
static member ModelSkuCapacityProperties : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentModel * string * Nullable<single> * Nullable<single> * string * Nullable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesQuotaScopeType> -> Azure.ResourceManager.CognitiveServices.Models.ModelSkuCapacityProperties
Public Shared Function ModelSkuCapacityProperties (Optional model As CognitiveServicesAccountDeploymentModel = Nothing, Optional skuName As String = Nothing, Optional availableCapacity As Nullable(Of Single) = Nothing, Optional availableFinetuneCapacity As Nullable(Of Single) = Nothing, Optional scopeId As String = Nothing, Optional scopeType As Nullable(Of CognitiveServicesQuotaScopeType) = Nothing) As ModelSkuCapacityProperties
Parameters
Properties of Cognitive Services account deployment model.
- skuName
- String
The available capacity for deployment with a fine-tune version of this model and sku.
- scopeId
- String
The scope identifier for model SKU capacity.
- scopeType
- Nullable<CognitiveServicesQuotaScopeType>
The scope type for model SKU capacity.
Returns
A new ModelSkuCapacityProperties instance for mocking.