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 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

       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];