ภาษา

ArmMachineLearningModelFactory.MachineLearningOutputPathAssetReference Method

Definition

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.

Applies to