Interface Feature.MonitoringStatsAnomalyOrBuilder

    • Method Detail

      • getObjectiveValue

        int getObjectiveValue()
         Output only. The objective for each stats.
         
        .google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.FeatureStatsAnomaly feature_stats_anomaly = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];