Language

ArmMachineLearningModelFactory.MachineLearningInstanceTypeSchema Method

Definition

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.

resources
MachineLearningInstanceTypeSchemaResources

Resource requests/limits for this instance type.

Returns

A new MachineLearningInstanceTypeSchema instance for mocking.

Applies to