public static final class ExecutionTemplate.VertexAIParameters.Builder extends GeneratedMessageV3.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.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ExecutionTemplate.VertexAIParameters.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ExecutionTemplate.VertexAIParameters build()
   
  
  
  buildPartial()
  
    public ExecutionTemplate.VertexAIParameters buildPartial()
   
  
  
  clear()
  
    public ExecutionTemplate.VertexAIParameters.Builder clear()
   
  
  Overrides
  
  
  clearEnv()
  
    public ExecutionTemplate.VertexAIParameters.Builder clearEnv()
   
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ExecutionTemplate.VertexAIParameters.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  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;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ExecutionTemplate.VertexAIParameters.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public ExecutionTemplate.VertexAIParameters.Builder clone()
   
  
  Overrides
  
  
  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()
  
    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()
  
    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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  internalGetMapField(int number)
  
    protected MapField internalGetMapField(int number)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | number | int
 | 
    
  
  
  Overrides
  
  
  internalGetMutableMapField(int number)
  
    protected MapField internalGetMutableMapField(int number)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | number | int
 | 
    
  
  
  Overrides
  
  
  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
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ExecutionTemplate.VertexAIParameters.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  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
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ExecutionTemplate.VertexAIParameters.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  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. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ExecutionTemplate.VertexAIParameters.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ExecutionTemplate.VertexAIParameters.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides