public static interface Feature.MonitoringStatsAnomalyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureStatsAnomaly |
getFeatureStatsAnomaly()
Output only.
|
FeatureStatsAnomalyOrBuilder |
getFeatureStatsAnomalyOrBuilder()
Output only.
|
Feature.MonitoringStatsAnomaly.Objective |
getObjective()
Output only.
|
int |
getObjectiveValue()
Output only.
|
boolean |
hasFeatureStatsAnomaly()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getObjectiveValue()
Output only. The objective for each stats.
.google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective objective = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.