Uses of Class
com.google.cloud.aiplatform.v1beta1.Value
-
Packages that use Value Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Value in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Value Modifier and Type Method Description Value
Value.Builder. build()
Value
Value.Builder. buildPartial()
static Value
Value. getDefaultInstance()
Value
Value.Builder. getDefaultInstanceForType()
Value
Value. getDefaultInstanceForType()
Value
PipelineJob.RuntimeConfig.Builder. getParametersOrDefault(String key, Value defaultValue)
Deprecated.Value
PipelineJob.RuntimeConfig. getParametersOrDefault(String key, Value defaultValue)
Deprecated.Value
PipelineJob.RuntimeConfigOrBuilder. getParametersOrDefault(String key, Value defaultValue)
Deprecated.Value
PipelineJob.RuntimeConfig.Builder. getParametersOrThrow(String key)
Deprecated.Value
PipelineJob.RuntimeConfig. getParametersOrThrow(String key)
Deprecated.Value
PipelineJob.RuntimeConfigOrBuilder. getParametersOrThrow(String key)
Deprecated.static Value
Value. parseDelimitedFrom(InputStream input)
static Value
Value. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(byte[] data)
static Value
Value. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(com.google.protobuf.ByteString data)
static Value
Value. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(com.google.protobuf.CodedInputStream input)
static Value
Value. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(InputStream input)
static Value
Value. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(ByteBuffer data)
static Value
Value. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Value Modifier and Type Method Description Map<String,Value>
PipelineJob.RuntimeConfig.Builder. getMutableParameters()
Deprecated.Map<String,Value>
PipelineJob.RuntimeConfig.Builder. getParameters()
Deprecated.Map<String,Value>
PipelineJob.RuntimeConfig. getParameters()
Deprecated.Map<String,Value>
PipelineJob.RuntimeConfigOrBuilder. getParameters()
Deprecated.Map<String,Value>
PipelineJob.RuntimeConfig.Builder. getParametersMap()
Deprecated.Map<String,Value>
PipelineJob.RuntimeConfig. getParametersMap()
Deprecated.Map<String,Value>
PipelineJob.RuntimeConfigOrBuilder. getParametersMap()
Deprecated.com.google.protobuf.Parser<Value>
Value. getParserForType()
static com.google.protobuf.Parser<Value>
Value. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Value Modifier and Type Method Description Value
PipelineJob.RuntimeConfig.Builder. getParametersOrDefault(String key, Value defaultValue)
Deprecated.Value
PipelineJob.RuntimeConfig. getParametersOrDefault(String key, Value defaultValue)
Deprecated.Value
PipelineJob.RuntimeConfigOrBuilder. getParametersOrDefault(String key, Value defaultValue)
Deprecated.Value.Builder
Value.Builder. mergeFrom(Value other)
static Value.Builder
Value. newBuilder(Value prototype)
PipelineJob.RuntimeConfig.Builder
PipelineJob.RuntimeConfig.Builder. putParameters(String key, Value value)
Deprecated.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type Value Modifier and Type Method Description PipelineJob.RuntimeConfig.Builder
PipelineJob.RuntimeConfig.Builder. putAllParameters(Map<String,Value> values)
Deprecated.
-