Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::ExecutionTemplate::VertexAIParameters.
Parameters used in Vertex AI JobType executions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#env
def env() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — Environment variables.
At most 100 environment variables can be specified and unique.
Example:
GCP_BUCKET=gs://my-bucket/samples/
#env=
def env=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
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/
-
(::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
def network() -> ::String
-
(::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 formprojects/{project}/global/networks/{network}
. Where{project}
is a project number, as in12345
, 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=
def network=(value) -> ::String
-
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 formprojects/{project}/global/networks/{network}
. Where{project}
is a project number, as in12345
, 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.
-
(::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 formprojects/{project}/global/networks/{network}
. Where{project}
is a project number, as in12345
, 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.