public static final class ExecutionTemplate.VertexAIParameters.Builder extends GeneratedMessage.Builder<ExecutionTemplate.VertexAIParameters.Builder> implements ExecutionTemplate.VertexAIParametersOrBuilder
Parameters used in Vertex AI JobType executions.
Protobuf type google.cloud.notebooks.v1.ExecutionTemplate.VertexAIParameters
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public ExecutionTemplate.VertexAIParameters build()
buildPartial()
public ExecutionTemplate.VertexAIParameters buildPartial()
clear()
public ExecutionTemplate.VertexAIParameters.Builder clear()
Overrides
clearEnv()
public ExecutionTemplate.VertexAIParameters.Builder clearEnv()
clearNetwork()
public ExecutionTemplate.VertexAIParameters.Builder clearNetwork()
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.
string network = 1;
containsEnv(String key)
public boolean containsEnv(String key)
Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
map<string, string> env = 2;
| Parameter |
| Name |
Description |
key |
String
|
getDefaultInstanceForType()
public ExecutionTemplate.VertexAIParameters getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEnv() (deprecated)
public Map<String,String> getEnv()
getEnvCount()
Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
map<string, string> env = 2;
| Returns |
| Type |
Description |
int |
|
getEnvMap()
public Map<String,String> getEnvMap()
Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
map<string, string> env = 2;
getEnvOrDefault(String key, String defaultValue)
public String getEnvOrDefault(String key, String defaultValue)
Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
map<string, string> env = 2;
| Returns |
| Type |
Description |
String |
|
getEnvOrThrow(String key)
public String getEnvOrThrow(String key)
Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
map<string, string> env = 2;
| Parameter |
| Name |
Description |
key |
String
|
| Returns |
| Type |
Description |
String |
|
getMutableEnv() (deprecated)
public Map<String,String> getMutableEnv()
Use alternate mutation accessors instead.
getNetwork()
public String getNetwork()
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.
string network = 1;
| Returns |
| Type |
Description |
String |
The network.
|
getNetworkBytes()
public ByteString getNetworkBytes()
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.
string network = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for network.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ExecutionTemplate.VertexAIParameters other)
public ExecutionTemplate.VertexAIParameters.Builder mergeFrom(ExecutionTemplate.VertexAIParameters other)
public ExecutionTemplate.VertexAIParameters.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ExecutionTemplate.VertexAIParameters.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
putAllEnv(Map<String,String> values)
public ExecutionTemplate.VertexAIParameters.Builder putAllEnv(Map<String,String> values)
Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
map<string, string> env = 2;
putEnv(String key, String value)
public ExecutionTemplate.VertexAIParameters.Builder putEnv(String key, String value)
Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
map<string, string> env = 2;
removeEnv(String key)
public ExecutionTemplate.VertexAIParameters.Builder removeEnv(String key)
Environment variables.
At most 100 environment variables can be specified and unique.
Example: GCP_BUCKET=gs://my-bucket/samples/
map<string, string> env = 2;
| Parameter |
| Name |
Description |
key |
String
|
setNetwork(String value)
public ExecutionTemplate.VertexAIParameters.Builder setNetwork(String value)
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.
string network = 1;
| Parameter |
| Name |
Description |
value |
String
The network to set.
|
setNetworkBytes(ByteString value)
public ExecutionTemplate.VertexAIParameters.Builder setNetworkBytes(ByteString value)
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.
string network = 1;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for network to set.
|