Package com.google.cloud.aiplatform.v1
Interface ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies,ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.Builder
- Enclosing class:
- ModelMonitoringStatsAnomalies
public static interface ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDisplay Name of the Feature.com.google.protobuf.ByteStringDisplay Name of the Feature.getPredictionStats(int index) A list of historical stats generated by different time window's Prediction Dataset.intA list of historical stats generated by different time window's Prediction Dataset.A list of historical stats generated by different time window's Prediction Dataset.getPredictionStatsOrBuilder(int index) A list of historical stats generated by different time window's Prediction Dataset.List<? extends FeatureStatsAnomalyOrBuilder>A list of historical stats generated by different time window's Prediction Dataset.Threshold for anomaly detection.Threshold for anomaly detection.Stats calculated for the Training Dataset.Stats calculated for the Training Dataset.booleanThreshold for anomaly detection.booleanStats calculated for the Training Dataset.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFeatureDisplayName
String getFeatureDisplayName()Display Name of the Feature.
string feature_display_name = 1;- Returns:
- The featureDisplayName.
-
getFeatureDisplayNameBytes
com.google.protobuf.ByteString getFeatureDisplayNameBytes()Display Name of the Feature.
string feature_display_name = 1;- Returns:
- The bytes for featureDisplayName.
-
hasThreshold
boolean hasThreshold()Threshold for anomaly detection.
.google.cloud.aiplatform.v1.ThresholdConfig threshold = 3;- Returns:
- Whether the threshold field is set.
-
getThreshold
ThresholdConfig getThreshold()Threshold for anomaly detection.
.google.cloud.aiplatform.v1.ThresholdConfig threshold = 3;- Returns:
- The threshold.
-
getThresholdOrBuilder
ThresholdConfigOrBuilder getThresholdOrBuilder()Threshold for anomaly detection.
.google.cloud.aiplatform.v1.ThresholdConfig threshold = 3; -
hasTrainingStats
boolean hasTrainingStats()Stats calculated for the Training Dataset.
.google.cloud.aiplatform.v1.FeatureStatsAnomaly training_stats = 4;- Returns:
- Whether the trainingStats field is set.
-
getTrainingStats
FeatureStatsAnomaly getTrainingStats()Stats calculated for the Training Dataset.
.google.cloud.aiplatform.v1.FeatureStatsAnomaly training_stats = 4;- Returns:
- The trainingStats.
-
getTrainingStatsOrBuilder
FeatureStatsAnomalyOrBuilder getTrainingStatsOrBuilder()Stats calculated for the Training Dataset.
.google.cloud.aiplatform.v1.FeatureStatsAnomaly training_stats = 4; -
getPredictionStatsList
List<FeatureStatsAnomaly> getPredictionStatsList()A list of historical stats generated by different time window's Prediction Dataset.
repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5; -
getPredictionStats
A list of historical stats generated by different time window's Prediction Dataset.
repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5; -
getPredictionStatsCount
int getPredictionStatsCount()A list of historical stats generated by different time window's Prediction Dataset.
repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5; -
getPredictionStatsOrBuilderList
List<? extends FeatureStatsAnomalyOrBuilder> getPredictionStatsOrBuilderList()A list of historical stats generated by different time window's Prediction Dataset.
repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5; -
getPredictionStatsOrBuilder
A list of historical stats generated by different time window's Prediction Dataset.
repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5;
-