network property
The full name of the [Compute Engine network](/vpc/docs/vpc) to which the Job is peered.
For example, projects/12345/global/networks/myVPC
. The format of this
field is projects/{project}/global/networks/{network}
, where {project}
is a project number (like 12345
) and {network} is network name. Private
services access must already be configured for the network. If left
unspecified, the Job is not peered with any network. [Learn about using
VPC Network Peering.](/ai-platform/training/docs/vpc-peering).
Optional.
Implementation
core.String? network;