Class ComputeOptions (0.16.0)

ComputeOptions(maximum_bytes_billed: typing.Optional[int] = None)

Encapsulates configuration for compute options.

Attribute

NameDescription
maximum_bytes_billed int, Options
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 _.