public sealed class ModelMonitoringStatsAnomalies : IMessage<ModelMonitoringStatsAnomalies>, IEquatable<ModelMonitoringStatsAnomalies>, IDeepCloneable<ModelMonitoringStatsAnomalies>, IBufferMessage, IMessageStatistics and anomalies generated by Model Monitoring.
Implements
IMessage<ModelMonitoringStatsAnomalies>, IEquatable<ModelMonitoringStatsAnomalies>, IDeepCloneable<ModelMonitoringStatsAnomalies>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ModelMonitoringStatsAnomalies()
public ModelMonitoringStatsAnomalies()ModelMonitoringStatsAnomalies(ModelMonitoringStatsAnomalies)
public ModelMonitoringStatsAnomalies(ModelMonitoringStatsAnomalies other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelMonitoringStatsAnomalies |
Properties
AnomalyCount
public int AnomalyCount { get; set; }Number of anomalies within all stats.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
DeployedModelId
public string DeployedModelId { get; set; }Deployed Model ID.
| Property Value | |
|---|---|
| Type | Description |
String |
|
FeatureStats
public RepeatedField<ModelMonitoringStatsAnomalies.Types.FeatureHistoricStatsAnomalies> FeatureStats { get; }A list of historical Stats and Anomalies generated for all Features.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ModelMonitoringStatsAnomalies.Types.FeatureHistoricStatsAnomalies> |
|
Objective
public ModelDeploymentMonitoringObjectiveType Objective { get; set; }Model Monitoring Objective those stats and anomalies belonging to.
| Property Value | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringObjectiveType |
|