networkConfigs property

List<NetworkConfig>? networkConfigs
getter/setter pair

Repeated network configurations for the TPU node.

This field is used to specify multiple networks configs for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.

Optional.

Implementation

core.List<NetworkConfig>? networkConfigs;