Prevention Deidentify Template Deidentify Config
data class PreventionDeidentifyTemplateDeidentifyConfig(val imageTransformations: PreventionDeidentifyTemplateDeidentifyConfigImageTransformations? = null, val infoTypeTransformations: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformations? = null, val recordTransformations: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformations? = null)
Constructors
Link copied to clipboard
constructor(imageTransformations: PreventionDeidentifyTemplateDeidentifyConfigImageTransformations? = null, infoTypeTransformations: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformations? = null, recordTransformations: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformations? = null)
Properties
Link copied to clipboard
Treat the dataset as an image and redact. Structure is documented below.
Link copied to clipboard
val infoTypeTransformations: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformations? = null
Treat the dataset as free-form text and apply the same free text transformation everywhere Structure is documented below.
Link copied to clipboard
val recordTransformations: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformations? = null
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. Structure is documented below.