ArmMachineLearningModelFactory.MachineLearningInstanceTypeSchema 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.
Instance type schema.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningInstanceTypeSchema MachineLearningInstanceTypeSchema(System.Collections.Generic.IDictionary<string,string> nodeSelector = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningInstanceTypeSchemaResources resources = default);
static member MachineLearningInstanceTypeSchema : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.MachineLearning.Models.MachineLearningInstanceTypeSchemaResources -> Azure.ResourceManager.MachineLearning.Models.MachineLearningInstanceTypeSchema
Public Shared Function MachineLearningInstanceTypeSchema (Optional nodeSelector As IDictionary(Of String, String) = Nothing, Optional resources As MachineLearningInstanceTypeSchemaResources = Nothing) As MachineLearningInstanceTypeSchema
Parameters
- nodeSelector
- IDictionary<String,String>
Node Selector.
Resource requests/limits for this instance type.
Returns
A new MachineLearningInstanceTypeSchema instance for mocking.