Class GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies
Statistics and anomalies generated by Model Monitoring.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies : 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<GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies> FeatureStats { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies> |
Objective
Model Monitoring Objective those stats and anomalies belonging to.
Declaration
[JsonProperty("objective")]
public virtual string Objective { get; set; }
Property Value
Type | Description |
---|---|
string |