public sealed class ModelMonitoringAlert : IMessage<ModelMonitoringAlert>, IEquatable<ModelMonitoringAlert>, IDeepCloneable<ModelMonitoringAlert>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringAlert.
Represents a single monitoring alert. This is currently used in the SearchModelMonitoringAlerts api, thus the alert wrapped in this message belongs to the resource asked in the request.
Implements
IMessageModelMonitoringAlert, IEquatableModelMonitoringAlert, IDeepCloneableModelMonitoringAlert, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ModelMonitoringAlert()
public ModelMonitoringAlert()
ModelMonitoringAlert(ModelMonitoringAlert)
public ModelMonitoringAlert(ModelMonitoringAlert other)
Parameter | |
---|---|
Name | Description |
other |
ModelMonitoringAlert |
Properties
AlertTime
public Timestamp AlertTime { get; set; }
Alert creation time.
Property Value | |
---|---|
Type | Description |
Timestamp |
Anomaly
public ModelMonitoringAnomaly Anomaly { get; set; }
Anomaly details.
Property Value | |
---|---|
Type | Description |
ModelMonitoringAnomaly |
ObjectiveType
public string ObjectiveType { get; set; }
One of the supported monitoring objectives:
raw-feature-drift
prediction-output-drift
feature-attribution
Property Value | |
---|---|
Type | Description |
string |
StatsName
public string StatsName { get; set; }
The stats name.
Property Value | |
---|---|
Type | Description |
string |