GooglePrivacyDlpV2NumericalStatsConfigArgs

data class GooglePrivacyDlpV2NumericalStatsConfigArgs(val field: Output<GooglePrivacyDlpV2FieldIdArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2NumericalStatsConfigArgs>

Compute numerical stats over an individual column, including min, max, and quantiles.

Constructors

constructor(field: Output<GooglePrivacyDlpV2FieldIdArgs>? = null)

Properties

Link copied to clipboard

Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.

Functions

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