ArmMachineLearningModelFactory.MachineLearningOutputPathAssetReference 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 job output.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningOutputPathAssetReference MachineLearningOutputPathAssetReference(Azure.Core.ResourceIdentifier jobId = default, string path = default);
static member MachineLearningOutputPathAssetReference : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningOutputPathAssetReference
Public Shared Function MachineLearningOutputPathAssetReference (Optional jobId As ResourceIdentifier = Nothing, Optional path As String = Nothing) As MachineLearningOutputPathAssetReference
Parameters
- jobId
- ResourceIdentifier
ARM resource ID of the job.
- path
- String
The path of the file/directory in the job output.
Returns
A new MachineLearningOutputPathAssetReference instance for mocking.