public sealed class ModelMonitoringAnomaly : IMessage<ModelMonitoringAnomaly>, IEquatable<ModelMonitoringAnomaly>, IDeepCloneable<ModelMonitoringAnomaly>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringAnomaly.
Represents a single model monitoring anomaly.
Implements
IMessageModelMonitoringAnomaly, IEquatableModelMonitoringAnomaly, IDeepCloneableModelMonitoringAnomaly, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ModelMonitoringAnomaly()
public ModelMonitoringAnomaly()
ModelMonitoringAnomaly(ModelMonitoringAnomaly)
public ModelMonitoringAnomaly(ModelMonitoringAnomaly other)
Parameter | |
---|---|
Name | Description |
other |
ModelMonitoringAnomaly |
Properties
Algorithm
public string Algorithm { get; set; }
Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.
Property Value | |
---|---|
Type | Description |
string |
AnomalyCase
public ModelMonitoringAnomaly.AnomalyOneofCase AnomalyCase { get; }
Property Value | |
---|---|
Type | Description |
ModelMonitoringAnomalyAnomalyOneofCase |
ModelMonitoringJob
public string ModelMonitoringJob { get; set; }
Model monitoring job resource name.
Property Value | |
---|---|
Type | Description |
string |
TabularAnomaly
public ModelMonitoringAnomaly.Types.TabularAnomaly TabularAnomaly { get; set; }
Tabular anomaly.
Property Value | |
---|---|
Type | Description |
ModelMonitoringAnomalyTypesTabularAnomaly |