bigframes._config.ExperimentOptions#
- class bigframes._config.ExperimentOptions[source]#
Encapsulates the configration for experiments
- property ai_operators: bool#
If True, allow using the AI operators.
Examples:
>>> import bigframes.pandas as bpd >>> bpd.options.experiments.ai_operators = True
- property blob_display: bool#
Whether to display the blob content in notebook DataFrame preview. Default True.