bigframes._config.ComputeOptions.ai_ops_confirmation_threshold#

ComputeOptions.ai_ops_confirmation_threshold: int | None = 0#

Guards against unexpected processing of large amount of rows by semantic operators.

If the number of rows exceeds the threshold, the user will be asked to confirm their operations to resume. The default value is 0. Set the value to None to turn off the guard.

Returns:

Number of rows.

Return type:

Optional[int]