Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::ExecutionTemplate::VertexAIParameters.
(::Google::Protobuf::Map{::String => ::String}) — Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
value (::Google::Protobuf::Map{::String => ::String}) — Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
Returns
(::Google::Protobuf::Map{::String => ::String}) — Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
#network
defnetwork()->::String
Returns
(::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.
#network=
defnetwork=(value)->::String
Parameter
value (::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.
Returns
(::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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::ExecutionTemplate::VertexAIParameters (v1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/google-cloud-notebooks-v1/latest/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [1.0.1](/ruby/docs/reference/google-cloud-notebooks-v1/1.0.1/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [0.11.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.11.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [0.10.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.10.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [0.9.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.9.1/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [0.8.2](/ruby/docs/reference/google-cloud-notebooks-v1/0.8.2/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [0.7.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.7.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [0.6.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.6.1/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [0.5.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.5.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [0.4.2](/ruby/docs/reference/google-cloud-notebooks-v1/0.4.2/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [0.3.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.3.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [0.2.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.2.1/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters)\n- [0.1.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.1.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-VertexAIParameters) \nReference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::ExecutionTemplate::VertexAIParameters.\n\nParameters used in Vertex AI JobType executions. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #env\n\n def env() -\u003e ::Google::Protobuf::Map{::String =\u003e ::String}\n\n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Environment variables. At most 100 environment variables can be specified and unique. Example: `GCP_BUCKET=gs://my-bucket/samples/`\n\n### #env=\n\n def env=(value) -\u003e ::Google::Protobuf::Map{::String =\u003e ::String}\n\n**Parameter**\n\n- **value** (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Environment variables. At most 100 environment variables can be specified and unique. Example: `GCP_BUCKET=gs://my-bucket/samples/` \n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Environment variables. At most 100 environment variables can be specified and unique. Example: `GCP_BUCKET=gs://my-bucket/samples/`\n\n### #network\n\n def network() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The full name of the Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the Job should be peered. For example, `projects/12345/global/networks/myVPC`. [Format](https://cloud.google.com/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.\n\n\n Private services access must already be configured for the network. If\n left unspecified, the job is not peered with any network.\n\n### #network=\n\n def network=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- The full name of the Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the Job should be peered. For example, `projects/12345/global/networks/myVPC`. [Format](https://cloud.google.com/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.\n\n\n Private services access must already be configured for the network. If\nleft unspecified, the job is not peered with any network. \n**Returns**\n\n- (::String) --- The full name of the Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the Job should be peered. For example, `projects/12345/global/networks/myVPC`. [Format](https://cloud.google.com/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.\n\n\n Private services access must already be configured for the network. If\n left unspecified, the job is not peered with any network."]]