Lingua

ArmMachineLearningModelFactory.MachineLearningDataPathAssetReference Method

Definition

Reference to an asset via its path in a datastore.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningDataPathAssetReference MachineLearningDataPathAssetReference(string datastoreId = default, string path = default);
static member MachineLearningDataPathAssetReference : string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningDataPathAssetReference
Public Shared Function MachineLearningDataPathAssetReference (Optional datastoreId As String = Nothing, Optional path As String = Nothing) As MachineLearningDataPathAssetReference

Parameters

datastoreId
String

ARM resource ID of the datastore where the asset is located.

path
String

The path of the file/directory in the datastore.

Returns

A new MachineLearningDataPathAssetReference instance for mocking.

Applies to