Class VertexAIParameters
Parameters used in Vertex AI JobType executions.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class VertexAIParameters : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Env
Environment variables. At most 100 environment variables can be specified and unique. Example:
GCP_BUCKET=gs://my-bucket/samples/
Declaration
[JsonProperty("env")]
public virtual IDictionary<string, string> Env { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Network
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.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |