Interface ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomaliesOrBuilder

    • Method Detail

      • getFeatureDisplayName

        String getFeatureDisplayName()
         Display Name of the Feature.
         
        string feature_display_name = 1;
        Returns:
        The featureDisplayName.
      • getFeatureDisplayNameBytes

        com.google.protobuf.ByteString getFeatureDisplayNameBytes()
         Display Name of the Feature.
         
        string feature_display_name = 1;
        Returns:
        The bytes for featureDisplayName.
      • hasThreshold

        boolean hasThreshold()
         Threshold for anomaly detection.
         
        .google.cloud.aiplatform.v1.ThresholdConfig threshold = 3;
        Returns:
        Whether the threshold field is set.
      • getThreshold

        ThresholdConfig getThreshold()
         Threshold for anomaly detection.
         
        .google.cloud.aiplatform.v1.ThresholdConfig threshold = 3;
        Returns:
        The threshold.
      • getThresholdOrBuilder

        ThresholdConfigOrBuilder getThresholdOrBuilder()
         Threshold for anomaly detection.
         
        .google.cloud.aiplatform.v1.ThresholdConfig threshold = 3;
      • hasTrainingStats

        boolean hasTrainingStats()
         Stats calculated for the Training Dataset.
         
        .google.cloud.aiplatform.v1.FeatureStatsAnomaly training_stats = 4;
        Returns:
        Whether the trainingStats field is set.
      • getTrainingStats

        FeatureStatsAnomaly getTrainingStats()
         Stats calculated for the Training Dataset.
         
        .google.cloud.aiplatform.v1.FeatureStatsAnomaly training_stats = 4;
        Returns:
        The trainingStats.
      • getTrainingStatsOrBuilder

        FeatureStatsAnomalyOrBuilder getTrainingStatsOrBuilder()
         Stats calculated for the Training Dataset.
         
        .google.cloud.aiplatform.v1.FeatureStatsAnomaly training_stats = 4;
      • getPredictionStatsList

        List<FeatureStatsAnomaly> getPredictionStatsList()
         A list of historical stats generated by different time window's
         Prediction Dataset.
         
        repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5;
      • getPredictionStats

        FeatureStatsAnomaly getPredictionStats​(int index)
         A list of historical stats generated by different time window's
         Prediction Dataset.
         
        repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5;
      • getPredictionStatsCount

        int getPredictionStatsCount()
         A list of historical stats generated by different time window's
         Prediction Dataset.
         
        repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5;
      • getPredictionStatsOrBuilderList

        List<? extends FeatureStatsAnomalyOrBuilder> getPredictionStatsOrBuilderList()
         A list of historical stats generated by different time window's
         Prediction Dataset.
         
        repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5;
      • getPredictionStatsOrBuilder

        FeatureStatsAnomalyOrBuilder getPredictionStatsOrBuilder​(int index)
         A list of historical stats generated by different time window's
         Prediction Dataset.
         
        repeated .google.cloud.aiplatform.v1.FeatureStatsAnomaly prediction_stats = 5;