ArmMachineLearningModelFactory.MachineLearningResourceBase 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 MachineLearningResourceBase.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase MachineLearningResourceBase(string description = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member MachineLearningResourceBase : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase
Public Shared Function MachineLearningResourceBase (Optional description As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As MachineLearningResourceBase
Parameters
- description
- String
The asset description text.
- properties
- IDictionary<String,String>
The asset property dictionary.
- tags
- IDictionary<String,String>
Tag dictionary. Tags can be added, removed, and updated.
Returns
A new MachineLearningResourceBase instance for mocking.