Cloud AI Platform v1beta1 API - Class ModelMonitoringAnomaly (1.0.0-beta03)

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.

Inheritance

object > ModelMonitoringAnomaly

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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