Cloud AI Platform v1 API - Class ModelMonitoringStatsAnomalies.Types.FeatureHistoricStatsAnomalies (2.27.0)

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

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

Historical Stats (and Anomalies) for a specific Feature.

Inheritance

object > ModelMonitoringStatsAnomalies.Types.FeatureHistoricStatsAnomalies

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FeatureHistoricStatsAnomalies()

public FeatureHistoricStatsAnomalies()

FeatureHistoricStatsAnomalies(FeatureHistoricStatsAnomalies)

public FeatureHistoricStatsAnomalies(ModelMonitoringStatsAnomalies.Types.FeatureHistoricStatsAnomalies other)
Parameter
NameDescription
otherModelMonitoringStatsAnomaliesTypesFeatureHistoricStatsAnomalies

Properties

FeatureDisplayName

public string FeatureDisplayName { get; set; }

Display Name of the Feature.

Property Value
TypeDescription
string

PredictionStats

public RepeatedField<FeatureStatsAnomaly> PredictionStats { get; }

A list of historical stats generated by different time window's Prediction Dataset.

Property Value
TypeDescription
RepeatedFieldFeatureStatsAnomaly

Threshold

public ThresholdConfig Threshold { get; set; }

Threshold for anomaly detection.

Property Value
TypeDescription
ThresholdConfig

TrainingStats

public FeatureStatsAnomaly TrainingStats { get; set; }

Stats calculated for the Training Dataset.

Property Value
TypeDescription
FeatureStatsAnomaly