ArmMachineLearningModelFactory.MachineLearningAssetReferenceBase 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.
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.