Interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucketOrBuilder

    • Method Detail

      • getMinProbability

        double getMinProbability()
         Between 0 and 1.
         
        double min_probability = 1;
        Returns:
        The minProbability.
      • getMaxProbability

        double getMaxProbability()
         Always greater than or equal to min_probability.
         
        double max_probability = 2;
        Returns:
        The maxProbability.
      • getBucketSize

        long getBucketSize()
         Number of records within these probability bounds.
         
        int64 bucket_size = 5;
        Returns:
        The bucketSize.
      • getBucketValuesCount

        int getBucketValuesCount()
         Sample of quasi-identifier tuple values in this bucket. The total
         number of classes returned per bucket is capped at 20.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues bucket_values = 6;
      • getBucketValueCount

        long getBucketValueCount()
         Total number of distinct quasi-identifier tuple values in this bucket.
         
        int64 bucket_value_count = 7;
        Returns:
        The bucketValueCount.