bigframes._config.SamplingOptions.with_random_state# SamplingOptions.with_random_state(state: int | None) → SamplingOptions[source]# Configures the seed for the uniform downsampling algorithm Parameters: state (None or int) – An int value for the data sampling random state Returns: The configuration for data sampling. Return type: bigframes._config.sampling_options.SamplingOptions