public static interface ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFeatureDisplayName()
Display Name of the Feature.
|
com.google.protobuf.ByteString |
getFeatureDisplayNameBytes()
Display Name of the Feature.
|
FeatureStatsAnomaly |
getPredictionStats(int index)
A list of historical stats generated by different time window's
Prediction Dataset.
|
int |
getPredictionStatsCount()
A list of historical stats generated by different time window's
Prediction Dataset.
|
List<FeatureStatsAnomaly> |
getPredictionStatsList()
A list of historical stats generated by different time window's
Prediction Dataset.
|
FeatureStatsAnomalyOrBuilder |
getPredictionStatsOrBuilder(int index)
A list of historical stats generated by different time window's
Prediction Dataset.
|
List<? extends FeatureStatsAnomalyOrBuilder> |
getPredictionStatsOrBuilderList()
A list of historical stats generated by different time window's
Prediction Dataset.
|
ThresholdConfig |
getThreshold()
Threshold for anomaly detection.
|
ThresholdConfigOrBuilder |
getThresholdOrBuilder()
Threshold for anomaly detection.
|
FeatureStatsAnomaly |
getTrainingStats()
Stats calculated for the Training Dataset.
|
FeatureStatsAnomalyOrBuilder |
getTrainingStatsOrBuilder()
Stats calculated for the Training Dataset.
|
boolean |
hasThreshold()
Threshold for anomaly detection.
|
boolean |
hasTrainingStats()
Stats calculated for the Training Dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFeatureDisplayName()
Display Name of the Feature.
string feature_display_name = 1;com.google.protobuf.ByteString getFeatureDisplayNameBytes()
Display Name of the Feature.
string feature_display_name = 1;boolean hasThreshold()
Threshold for anomaly detection.
.google.cloud.aiplatform.v1beta1.ThresholdConfig threshold = 3;ThresholdConfig getThreshold()
Threshold for anomaly detection.
.google.cloud.aiplatform.v1beta1.ThresholdConfig threshold = 3;ThresholdConfigOrBuilder getThresholdOrBuilder()
Threshold for anomaly detection.
.google.cloud.aiplatform.v1beta1.ThresholdConfig threshold = 3;boolean hasTrainingStats()
Stats calculated for the Training Dataset.
.google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly training_stats = 4;FeatureStatsAnomaly getTrainingStats()
Stats calculated for the Training Dataset.
.google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly training_stats = 4;FeatureStatsAnomalyOrBuilder getTrainingStatsOrBuilder()
Stats calculated for the Training Dataset.
.google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly training_stats = 4;List<FeatureStatsAnomaly> getPredictionStatsList()
A list of historical stats generated by different time window's Prediction Dataset.
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly prediction_stats = 5;
FeatureStatsAnomaly getPredictionStats(int index)
A list of historical stats generated by different time window's Prediction Dataset.
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly prediction_stats = 5;
int getPredictionStatsCount()
A list of historical stats generated by different time window's Prediction Dataset.
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly prediction_stats = 5;
List<? extends FeatureStatsAnomalyOrBuilder> getPredictionStatsOrBuilderList()
A list of historical stats generated by different time window's Prediction Dataset.
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly prediction_stats = 5;
FeatureStatsAnomalyOrBuilder getPredictionStatsOrBuilder(int index)
A list of historical stats generated by different time window's Prediction Dataset.
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly prediction_stats = 5;
Copyright © 2022 Google LLC. All rights reserved.