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