network property
The full name of the Compute Engine [network](/compute/docs/networks-and-firewalls#networks) to which the Job should be peered.
For example, projects/12345/global/networks/myVPC
.
[Format](/compute/docs/reference/rest/v1/networks/insert) is of the form
projects/{project}/global/networks/{network}
. Where {project} is a
project number, as in 12345
, and {network} is a network name. To specify
this field, you must have already
configured VPC Network Peering for Vertex AI.
If this field is left unspecified, the job is not peered with any network.
Optional.
Implementation
core.String? network;