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
Modifier and TypeMethodDescriptionOutput only.Output only.Output only.intOutput only.booleanOutput only.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
-
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];
-