Module: Google::Privacy::Dlp::V2beta1::Likelihood
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.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; information with all likelihoods is included.
0- VERY_UNLIKELY =
Few matching elements.
1- UNLIKELY =
2- POSSIBLE =
Some matching elements.
3- LIKELY =
4- VERY_LIKELY =
Many matching elements.
5