Module: Google::Privacy::Dlp::V2::Likelihood
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb
 
Overview
Categorization of results based on how likely they are to represent a match, based on the number of elements they contain which imply a match.
Constant Summary collapse
- LIKELIHOOD_UNSPECIFIED =
          
Default value; same as POSSIBLE.
 0- VERY_UNLIKELY =
          
Few matching elements.
 1- UNLIKELY =
 2- POSSIBLE =
          
Some matching elements.
 3- LIKELY =
 4- VERY_LIKELY =
          
Many matching elements.
 5