network property

String? network
getter/setter pair

The full name of the Compute Engine [network](/compute/docs/networks-and-firewalls#networks) to peered with Vertex AI to host the persistent resources.

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 resources aren't peered with any network.

Optional.

Implementation

core.String? network;