ArmMachineLearningModelFactory.MachineLearningAssetBase 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 MachineLearningAssetBase.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase MachineLearningAssetBase(string description = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? isAnonymous = default, bool? isArchived = default);
static member MachineLearningAssetBase : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
Public Shared Function MachineLearningAssetBase (Optional description As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional isAnonymous As Nullable(Of Boolean) = Nothing, Optional isArchived As Nullable(Of Boolean) = Nothing) As MachineLearningAssetBase
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 MachineLearningAssetBase instance for mocking.