bigframes._config.ComputeOptions.maximum_bytes_billed#
- ComputeOptions.maximum_bytes_billed: int | None = None#
Limits the bytes billed for query jobs.
Queries that will have bytes billed beyond this limit will fail (without incurring a charge). If unspecified, this will be set to your project default. See maximum_bytes_billed: https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.job.QueryJobConfig#google_cloud_bigquery_job_QueryJobConfig_maximum_bytes_billed.
- Returns:
Number of bytes, if set.
- Return type:
int | None