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