Google Cloud Notebooks V1 Client - Class VertexAIParameters (0.4.1)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class VertexAIParameters.

Parameters used in Vertex AI JobType executions.

Generated from protobuf message google.cloud.notebooks.v1.ExecutionTemplate.VertexAIParameters

Namespace

Google \ Cloud \ Notebooks \ V1 \ ExecutionTemplate

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ network string

The full name of the Compute Engine network to which the Job should be peered. For example, projects/12345/global/networks/myVPC. Format is of the form projects/{project}/global/networks/{network}. Where {project} is a project number, as in 12345, and {network} is a network name. Private services access must already be configured for the network. If left unspecified, the job is not peered with any network.

↳ env array|Google\Protobuf\Internal\MapField

Environment variables. At most 100 environment variables can be specified and unique. Example: GCP_BUCKET=gs://my-bucket/samples/

getNetwork

The full name of the Compute Engine network to which the Job should be peered. For example, projects/12345/global/networks/myVPC.

Format is of the form projects/{project}/global/networks/{network}. Where {project} is a project number, as in 12345, and {network} is a network name. Private services access must already be configured for the network. If left unspecified, the job is not peered with any network.

Returns
TypeDescription
string

setNetwork

The full name of the Compute Engine network to which the Job should be peered. For example, projects/12345/global/networks/myVPC.

Format is of the form projects/{project}/global/networks/{network}. Where {project} is a project number, as in 12345, and {network} is a network name. Private services access must already be configured for the network. If left unspecified, the job is not peered with any network.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEnv

Environment variables.

At most 100 environment variables can be specified and unique. Example: GCP_BUCKET=gs://my-bucket/samples/

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setEnv

Environment variables.

At most 100 environment variables can be specified and unique. Example: GCP_BUCKET=gs://my-bucket/samples/

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this