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 |
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() (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;
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
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.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.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)
Overrides
toBuilder()
public ExecutionTemplate.VertexAIParameters.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides