Delen via


MonitoringTarget Class

Definition

Monitoring target definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MonitoringTargetTypeConverter))]
public class MonitoringTarget : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringTarget
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MonitoringTargetTypeConverter))>]
type MonitoringTarget = class
    interface IMonitoringTarget
    interface IJsonSerializable
Public Class MonitoringTarget
Implements IMonitoringTarget
Inheritance
MonitoringTarget
Attributes
Implements

Constructors

MonitoringTarget()

Creates an new MonitoringTarget instance.

Properties

DeploymentId

Reference to the deployment asset targeted by this monitor.

ModelId

Reference to the model asset targeted by this monitor.

TaskType

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MonitoringTarget.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MonitoringTarget.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringTarget.

FromJsonString(String)

Creates a new instance of MonitoringTarget, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MonitoringTarget into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to