Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies

Statistics and anomalies generated by Model Monitoring.

Inheritance
object
GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies : IDirectResponseSchema

Properties

AnomalyCount

Number of anomalies within all stats.

Declaration
[JsonProperty("anomalyCount")]
public virtual int? AnomalyCount { get; set; }
Property Value
Type Description
int?

DeployedModelId

Deployed Model ID.

Declaration
[JsonProperty("deployedModelId")]
public virtual string DeployedModelId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FeatureStats

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

Declaration
[JsonProperty("featureStats")]
public virtual IList<GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies> FeatureStats { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies>

Objective

Model Monitoring Objective those stats and anomalies belonging to.

Declaration
[JsonProperty("objective")]
public virtual string Objective { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX