Package com.google.cloud.aiplatform.v1
Interface Feature.MonitoringStatsAnomalyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Feature.MonitoringStatsAnomaly
,Feature.MonitoringStatsAnomaly.Builder
- Enclosing class:
- Feature
public static interface Feature.MonitoringStatsAnomalyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureStatsAnomaly
getFeatureStatsAnomaly()
Output only.FeatureStatsAnomalyOrBuilder
getFeatureStatsAnomalyOrBuilder()
Output only.Feature.MonitoringStatsAnomaly.Objective
getObjective()
Output only.int
getObjectiveValue()
Output only.boolean
hasFeatureStatsAnomaly()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getObjectiveValue
int getObjectiveValue()
Output only. The objective for each stats.
.google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for objective.
-
getObjective
Feature.MonitoringStatsAnomaly.Objective getObjective()
Output only. The objective for each stats.
.google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The objective.
-
hasFeatureStatsAnomaly
boolean hasFeatureStatsAnomaly()
Output only. The stats and anomalies generated at specific timestamp.
.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the featureStatsAnomaly field is set.
-
getFeatureStatsAnomaly
FeatureStatsAnomaly getFeatureStatsAnomaly()
Output only. The stats and anomalies generated at specific timestamp.
.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The featureStatsAnomaly.
-
getFeatureStatsAnomalyOrBuilder
FeatureStatsAnomalyOrBuilder getFeatureStatsAnomalyOrBuilder()
Output only. The stats and anomalies generated at specific timestamp.
.google.cloud.aiplatform.v1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-