Class TpuConfig (2.12.0)

TpuConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for Cloud TPU.

Attributes

NameDescription
enabled bool
Whether Cloud TPU integration is enabled or not.
use_service_networking bool
Whether to use service networking for Cloud TPU or not.
ipv4_cidr_block str
IPv4 CIDR block reserved for Cloud TPU in the VPC.

Inheritance

builtins.object > proto.message.Message > TpuConfig