Class RiskAnalysisJobConfig (2.0.1)

RiskAnalysisJobConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for a risk analysis job. See https://cloud.google.com/dlp/docs/concepts-risk-analysis to learn more.

Attributes

NameDescription
privacy_metric `.dlp.PrivacyMetric`
Privacy metric to compute.
source_table `.storage.BigQueryTable`
Input dataset to compute metrics over.
actions Sequence[`.dlp.Action`]
Actions to execute at the completion of the job. Are executed in the order provided.

Inheritance

builtins.object > proto.message.Message > RiskAnalysisJobConfig