Class ExecutionTemplate.VertexAIParameters (1.74.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.74.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  ExecutionTemplate . VertexAIParameters   extends   GeneratedMessageV3   implements   ExecutionTemplate . VertexAIParametersOrBuilder  
   Parameters used in Vertex AI JobType executions.
 Protobuf type google.cloud.notebooks.v1.ExecutionTemplate.VertexAIParameters
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  ENV_FIELD_NUMBER 
  
    
public   static   final   int   ENV_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NETWORK_FIELD_NUMBER 
  
    
public   static   final   int   NETWORK_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   ExecutionTemplate . VertexAIParameters   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   ExecutionTemplate . VertexAIParameters . Builder   newBuilder ()  
  
  newBuilder(ExecutionTemplate.VertexAIParameters prototype) 
  
    
public   static   ExecutionTemplate . VertexAIParameters . Builder   newBuilder ( ExecutionTemplate . VertexAIParameters   prototype )  
  
  
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ExecutionTemplate . VertexAIParameters   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<ExecutionTemplate . VertexAIParameters >  parser ()  
  
  Methods
   
  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  
      
        keyString  
     
  
  
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   ExecutionTemplate . VertexAIParameters   getDefaultInstanceForType ()  
  
  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  
      
        keyString  
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String  
     
  
  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.
 
     
  
  getParserForType() 
  
    
public   Parser<ExecutionTemplate . VertexAIParameters >  getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  internalGetMapFieldReflection(int number) 
  
    
protected   MapFieldReflectionAccessor   internalGetMapFieldReflection ( int   number )  
  
    
      
        Parameter  
      
        Name Description  
      
        numberint  
     
  
  
    
      
        Returns  
      
        Type Description  
      
        com.google.protobuf.MapFieldReflectionAccessor  
     
  
  Overrides 
  com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   ExecutionTemplate . VertexAIParameters . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ExecutionTemplate . VertexAIParameters . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   ExecutionTemplate . VertexAIParameters . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]