Send feedback
Class ExecutionTemplate.VertexAIParameters (1.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.12.0 keyboard_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
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 data
byte []
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 key
String
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public ExecutionTemplate . VertexAIParameters getDefaultInstanceForType ()
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;
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
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
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter Name Description number
int
Overrides
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 )
Overrides
toBuilder()
public ExecutionTemplate . VertexAIParameters . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
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-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]