PreventionDeidentifyTemplateDeidentifyConfigArgs

data class PreventionDeidentifyTemplateDeidentifyConfigArgs(val imageTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsArgs>? = null, val infoTypeTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsArgs>? = null, val recordTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigArgs>

Constructors

Properties

Link copied to clipboard

Treat the dataset as an image and redact. Structure is documented below.

Link copied to clipboard

Treat the dataset as free-form text and apply the same free text transformation everywhere Structure is documented below.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): PreventionDeidentifyTemplateDeidentifyConfigArgs