Compartir a través de


MonitoringTarget(ModelTaskType) Constructor

Definition

Initializes a new instance of MonitoringTarget.

public MonitoringTarget (Azure.ResourceManager.MachineLearning.Models.ModelTaskType taskType);
new Azure.ResourceManager.MachineLearning.Models.MonitoringTarget : Azure.ResourceManager.MachineLearning.Models.ModelTaskType -> Azure.ResourceManager.MachineLearning.Models.MonitoringTarget
Public Sub New (taskType As ModelTaskType)

Parameters

taskType
ModelTaskType

[Required] The machine learning task type of the monitored model.

Applies to