Lingua

ArmMachineLearningModelFactory.MachineLearningAssetReferenceBase Method

Definition

Base definition for asset references. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningIdAssetReference, MachineLearningDataPathAssetReference, and MachineLearningOutputPathAssetReference.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetReferenceBase MachineLearningAssetReferenceBase(string referenceType = default);
static member MachineLearningAssetReferenceBase : string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetReferenceBase
Public Shared Function MachineLearningAssetReferenceBase (Optional referenceType As String = Nothing) As MachineLearningAssetReferenceBase

Parameters

referenceType
String

[Required] Specifies the type of asset reference.

Returns

A new MachineLearningAssetReferenceBase instance for mocking.

Applies to