Class GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies
Historical Stats (and Anomalies) for a specific Feature.
Inheritance
GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureDisplayName
Display Name of the Feature.
Declaration
[JsonProperty("featureDisplayName")]
public virtual string FeatureDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
PredictionStats
A list of historical stats generated by different time window's Prediction Dataset.
Declaration
[JsonProperty("predictionStats")]
public virtual IList<GoogleCloudAiplatformV1beta1FeatureStatsAnomaly> PredictionStats { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1FeatureStatsAnomaly> |
Threshold
Threshold for anomaly detection.
Declaration
[JsonProperty("threshold")]
public virtual GoogleCloudAiplatformV1beta1ThresholdConfig Threshold { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ThresholdConfig |
TrainingStats
Stats calculated for the Training Dataset.
Declaration
[JsonProperty("trainingStats")]
public virtual GoogleCloudAiplatformV1beta1FeatureStatsAnomaly TrainingStats { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1FeatureStatsAnomaly |