Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PSCAutomationConfig (v0.54.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PSCAutomationConfig.

PSC config that is used to automatically create forwarding rule via ServiceConnectionMap.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#network

def network() -> ::String
Returns
  • (::String) — Required. The full name of the Google Compute Engine network. Format: projects/{project}/global/networks/{network}. Where {project} is a project number, as in '12345', and {network} is network name.

#network=

def network=(value) -> ::String
Parameter
  • value (::String) — Required. The full name of the Google Compute Engine network. Format: projects/{project}/global/networks/{network}. Where {project} is a project number, as in '12345', and {network} is network name.
Returns
  • (::String) — Required. The full name of the Google Compute Engine network. Format: projects/{project}/global/networks/{network}. Where {project} is a project number, as in '12345', and {network} is network name.

#project_id

def project_id() -> ::String
Returns
  • (::String) — Required. Project id used to create forwarding rule.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — Required. Project id used to create forwarding rule.
Returns
  • (::String) — Required. Project id used to create forwarding rule.