ภาษา

ArmMachineLearningModelFactory.MachineLearningAssetBase Method

Definition

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.

isAnonymous
Nullable<Boolean>

If the name version are system generated (anonymous registration).

isArchived
Nullable<Boolean>

Is the asset archived?.

Returns

A new MachineLearningAssetBase instance for mocking.

Applies to