public sealed class ExecutionTemplate.Types.VertexAIParameters : IMessage<ExecutionTemplate.Types.VertexAIParameters>, IEquatable<ExecutionTemplate.Types.VertexAIParameters>, IDeepCloneable<ExecutionTemplate.Types.VertexAIParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ExecutionTemplate.Types.VertexAIParameters.
Parameters used in Vertex AI JobType executions.
Implements
IMessageExecutionTemplateTypesVertexAIParameters, IEquatableExecutionTemplateTypesVertexAIParameters, IDeepCloneableExecutionTemplateTypesVertexAIParameters, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
VertexAIParameters()
public VertexAIParameters()
VertexAIParameters(VertexAIParameters)
public VertexAIParameters(ExecutionTemplate.Types.VertexAIParameters other)
Parameter | |
---|---|
Name | Description |
other | ExecutionTemplateTypesVertexAIParameters |
Properties
Env
public MapField<string, string> Env { get; }
Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Network
public string Network { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |