JobEntityDetectorConfigurationArgs

data class JobEntityDetectorConfigurationArgs(val allowedStatistics: Output<JobAllowedStatisticsArgs>? = null, val entityTypes: Output<List<String>>) : ConvertibleToJava<JobEntityDetectorConfigurationArgs>

Constructors

Link copied to clipboard
constructor(allowedStatistics: Output<JobAllowedStatisticsArgs>? = null, entityTypes: Output<List<String>>)

Properties

Link copied to clipboard

Configuration of statistics that are allowed to be run on columns that contain detected entities. When undefined, no statistics will be computed on columns that contain detected entities.

Link copied to clipboard
val entityTypes: Output<List<String>>

Entity types to detect. Can be any of the following:

Functions

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