Cloud AI Platform v1 API - Class ModelMonitoringStatsAnomalies (2.24.0)

public sealed class ModelMonitoringStatsAnomalies : IMessage<ModelMonitoringStatsAnomalies>, IEquatable<ModelMonitoringStatsAnomalies>, IDeepCloneable<ModelMonitoringStatsAnomalies>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ModelMonitoringStatsAnomalies.

Statistics and anomalies generated by Model Monitoring.

Inheritance

object > ModelMonitoringStatsAnomalies

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ModelMonitoringStatsAnomalies()

public ModelMonitoringStatsAnomalies()

ModelMonitoringStatsAnomalies(ModelMonitoringStatsAnomalies)

public ModelMonitoringStatsAnomalies(ModelMonitoringStatsAnomalies other)
Parameter
NameDescription
otherModelMonitoringStatsAnomalies

Properties

AnomalyCount

public int AnomalyCount { get; set; }

Number of anomalies within all stats.

Property Value
TypeDescription
int

DeployedModelId

public string DeployedModelId { get; set; }

Deployed Model ID.

Property Value
TypeDescription
string

FeatureStats

public RepeatedField<ModelMonitoringStatsAnomalies.Types.FeatureHistoricStatsAnomalies> FeatureStats { get; }

A list of historical Stats and Anomalies generated for all Features.

Property Value
TypeDescription
RepeatedFieldModelMonitoringStatsAnomaliesTypesFeatureHistoricStatsAnomalies

Objective

public ModelDeploymentMonitoringObjectiveType Objective { get; set; }

Model Monitoring Objective those stats and anomalies belonging to.

Property Value
TypeDescription
ModelDeploymentMonitoringObjectiveType