Class SdpDeidentifyResult (0.3.0)

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

Sensitive Data Protection Deidentification Result.

Attributes

Name Description
execution_state google.cloud.modelarmor_v1beta.types.FilterExecutionState
Output only. Reports whether Sensitive Data Protection deidentification was successfully executed or not.
message_items MutableSequence[google.cloud.modelarmor_v1beta.types.MessageItem]
Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.
match_state google.cloud.modelarmor_v1beta.types.FilterMatchState
Output only. Match state for Sensitive Data Protection Deidentification. Value is MATCH_FOUND if content is de-identified.
data google.cloud.modelarmor_v1beta.types.DataItem
De-identified data.
transformed_bytes int
Total size in bytes that were transformed during deidentification.
info_types MutableSequence[str]
List of Sensitive Data Protection info-types that were de-identified.