ArmMachineLearningModelFactory.MachineLearningDeploymentResourceConfiguration 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.
The MachineLearningDeploymentResourceConfiguration.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentResourceConfiguration MachineLearningDeploymentResourceConfiguration(int? instanceCount = default, string instanceType = default, System.Collections.Generic.IDictionary<string,BinaryData> properties = default);
static member MachineLearningDeploymentResourceConfiguration : Nullable<int> * string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentResourceConfiguration
Public Shared Function MachineLearningDeploymentResourceConfiguration (Optional instanceCount As Nullable(Of Integer) = Nothing, Optional instanceType As String = Nothing, Optional properties As IDictionary(Of String, BinaryData) = Nothing) As MachineLearningDeploymentResourceConfiguration
Parameters
- instanceType
- String
Optional type of VM used as supported by the compute target.
- properties
- IDictionary<String,BinaryData>
Additional properties bag.
Returns
A new MachineLearningDeploymentResourceConfiguration instance for mocking.