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 \ ExecutionTemplateMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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, |
↳ env |
array|Google\Protobuf\Internal\MapField
Environment variables. At most 100 environment variables can be specified and unique. Example: |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnv
Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|