ArmMachineLearningModelFactory.MonitoringTarget 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.
Monitoring target definition.
public static Azure.ResourceManager.MachineLearning.Models.MonitoringTarget MonitoringTarget(string deploymentId = default, string modelId = default, Azure.ResourceManager.MachineLearning.Models.ModelTaskType taskType = default);
static member MonitoringTarget : string * string * Azure.ResourceManager.MachineLearning.Models.ModelTaskType -> Azure.ResourceManager.MachineLearning.Models.MonitoringTarget
Public Shared Function MonitoringTarget (Optional deploymentId As String = Nothing, Optional modelId As String = Nothing, Optional taskType As ModelTaskType = Nothing) As MonitoringTarget
Parameters
- deploymentId
- String
Reference to the deployment asset targeted by this monitor.
- modelId
- String
Reference to the model asset targeted by this monitor.
- taskType
- ModelTaskType
[Required] The machine learning task type of the monitored model.
Returns
A new MonitoringTarget instance for mocking.