public sealed class VertexAIParameters : IMessage<ExecutionTemplate.Types.VertexAIParameters>, IEquatable<ExecutionTemplate.Types.VertexAIParameters>, IDeepCloneable<ExecutionTemplate.Types.VertexAIParameters>, IBufferMessage, IMessage
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-03-21 UTC."],[[["This page details the `VertexAIParameters` class, which is used for configuring parameters in Vertex AI JobType executions within the Google Cloud Notebooks V1 library."],["The `VertexAIParameters` class is found in the `Google.Cloud.Notebooks.V1` namespace and is part of the `Google.Cloud.Notebooks.V1.dll` assembly, with version history including versions from 1.0.0-beta04 up to 2.5.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling capabilities like deep cloning and protocol buffer messaging."],["Notable properties of `VertexAIParameters` include `Env` for setting environment variables and `Network` for specifying the Compute Engine network for the job to peer with."],["The `VertexAIParameters` class offers two constructors, one default and one that takes another `VertexAIParameters` instance, enabling the initialization of instances."]]],[]]