ArmMachineLearningModelFactory.MachineLearningSkuSetting 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.
SkuSetting fulfills the need for stripped down SKU info in ARM contract.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuSetting MachineLearningSkuSetting(string name = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuTier? tier = default);
static member MachineLearningSkuSetting : string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuTier> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuSetting
Public Shared Function MachineLearningSkuSetting (Optional name As String = Nothing, Optional tier As Nullable(Of MachineLearningSkuTier) = Nothing) As MachineLearningSkuSetting
Parameters
- name
- String
[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
Returns
A new MachineLearningSkuSetting instance for mocking.