Interface FeatureMonitorJob.JobSummaryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FeatureMonitorJob.JobSummary, FeatureMonitorJob.JobSummary.Builder
Enclosing class:
FeatureMonitorJob

public static interface FeatureMonitorJob.JobSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTotalSlotMs

      long getTotalSlotMs()
       Output only. BigQuery slot milliseconds consumed.
       
      int64 total_slot_ms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The totalSlotMs.
    • getFeatureStatsAndAnomaliesList

      List<FeatureStatsAndAnomaly> getFeatureStatsAndAnomaliesList()
       Output only. Features and their stats and anomalies
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getFeatureStatsAndAnomalies

      FeatureStatsAndAnomaly getFeatureStatsAndAnomalies(int index)
       Output only. Features and their stats and anomalies
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getFeatureStatsAndAnomaliesCount

      int getFeatureStatsAndAnomaliesCount()
       Output only. Features and their stats and anomalies
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getFeatureStatsAndAnomaliesOrBuilderList

      List<? extends FeatureStatsAndAnomalyOrBuilder> getFeatureStatsAndAnomaliesOrBuilderList()
       Output only. Features and their stats and anomalies
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getFeatureStatsAndAnomaliesOrBuilder

      FeatureStatsAndAnomalyOrBuilder getFeatureStatsAndAnomaliesOrBuilder(int index)
       Output only. Features and their stats and anomalies
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];