AzureAIProjectsModelFactory.ModelDeploymentSku 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.
Sku information.
public static Azure.AI.Projects.ModelDeploymentSku ModelDeploymentSku(long capacity = 0, string family = default, string name = default, string size = default, string tier = default);
static member ModelDeploymentSku : int64 * string * string * string * string -> Azure.AI.Projects.ModelDeploymentSku
Public Shared Function ModelDeploymentSku (Optional capacity As Long = 0, Optional family As String = Nothing, Optional name As String = Nothing, Optional size As String = Nothing, Optional tier As String = Nothing) As ModelDeploymentSku
Parameters
- capacity
- Int64
Sku capacity.
- family
- String
Sku family.
- name
- String
Sku name.
- size
- String
Sku size.
- tier
- String
Sku tier.
Returns
A new ModelDeploymentSku instance for mocking.