Class TunedModelRef.Builder (3.52.0)

public static final class TunedModelRef.Builder extends GeneratedMessageV3.Builder<TunedModelRef.Builder> implements TunedModelRefOrBuilder

TunedModel Reference for legacy model migration.

Protobuf type google.cloud.aiplatform.v1.TunedModelRef

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TunedModelRef.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TunedModelRef.Builder
Overrides

build()

public TunedModelRef build()
Returns
Type Description
TunedModelRef

buildPartial()

public TunedModelRef buildPartial()
Returns
Type Description
TunedModelRef

clear()

public TunedModelRef.Builder clear()
Returns
Type Description
TunedModelRef.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public TunedModelRef.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
TunedModelRef.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public TunedModelRef.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
TunedModelRef.Builder
Overrides

clearPipelineJob()

public TunedModelRef.Builder clearPipelineJob()

Support migration from tuning job list page, from bison model to gemini model.

string pipeline_job = 3 [(.google.api.resource_reference) = { ... }

Returns
Type Description
TunedModelRef.Builder

This builder for chaining.

clearTunedModel()

public TunedModelRef.Builder clearTunedModel()

Support migration from model registry.

string tuned_model = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
TunedModelRef.Builder

This builder for chaining.

clearTunedModelRef()

public TunedModelRef.Builder clearTunedModelRef()
Returns
Type Description
TunedModelRef.Builder

clearTuningJob()

public TunedModelRef.Builder clearTuningJob()

Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.

string tuning_job = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
TunedModelRef.Builder

This builder for chaining.

clone()

public TunedModelRef.Builder clone()
Returns
Type Description
TunedModelRef.Builder
Overrides

getDefaultInstanceForType()

public TunedModelRef getDefaultInstanceForType()
Returns
Type Description
TunedModelRef

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPipelineJob()

public String getPipelineJob()

Support migration from tuning job list page, from bison model to gemini model.

string pipeline_job = 3 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The pipelineJob.

getPipelineJobBytes()

public ByteString getPipelineJobBytes()

Support migration from tuning job list page, from bison model to gemini model.

string pipeline_job = 3 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for pipelineJob.

getTunedModel()

public String getTunedModel()

Support migration from model registry.

string tuned_model = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The tunedModel.

getTunedModelBytes()

public ByteString getTunedModelBytes()

Support migration from model registry.

string tuned_model = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for tunedModel.

getTunedModelRefCase()

public TunedModelRef.TunedModelRefCase getTunedModelRefCase()
Returns
Type Description
TunedModelRef.TunedModelRefCase

getTuningJob()

public String getTuningJob()

Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.

string tuning_job = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The tuningJob.

getTuningJobBytes()

public ByteString getTuningJobBytes()

Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.

string tuning_job = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for tuningJob.

hasPipelineJob()

public boolean hasPipelineJob()

Support migration from tuning job list page, from bison model to gemini model.

string pipeline_job = 3 [(.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the pipelineJob field is set.

hasTunedModel()

public boolean hasTunedModel()

Support migration from model registry.

string tuned_model = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the tunedModel field is set.

hasTuningJob()

public boolean hasTuningJob()

Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.

string tuning_job = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the tuningJob field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TunedModelRef other)

public TunedModelRef.Builder mergeFrom(TunedModelRef other)
Parameter
Name Description
other TunedModelRef
Returns
Type Description
TunedModelRef.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TunedModelRef.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TunedModelRef.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TunedModelRef.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TunedModelRef.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TunedModelRef.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TunedModelRef.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public TunedModelRef.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TunedModelRef.Builder
Overrides

setPipelineJob(String value)

public TunedModelRef.Builder setPipelineJob(String value)

Support migration from tuning job list page, from bison model to gemini model.

string pipeline_job = 3 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The pipelineJob to set.

Returns
Type Description
TunedModelRef.Builder

This builder for chaining.

setPipelineJobBytes(ByteString value)

public TunedModelRef.Builder setPipelineJobBytes(ByteString value)

Support migration from tuning job list page, from bison model to gemini model.

string pipeline_job = 3 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for pipelineJob to set.

Returns
Type Description
TunedModelRef.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TunedModelRef.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
TunedModelRef.Builder
Overrides

setTunedModel(String value)

public TunedModelRef.Builder setTunedModel(String value)

Support migration from model registry.

string tuned_model = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The tunedModel to set.

Returns
Type Description
TunedModelRef.Builder

This builder for chaining.

setTunedModelBytes(ByteString value)

public TunedModelRef.Builder setTunedModelBytes(ByteString value)

Support migration from model registry.

string tuned_model = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for tunedModel to set.

Returns
Type Description
TunedModelRef.Builder

This builder for chaining.

setTuningJob(String value)

public TunedModelRef.Builder setTuningJob(String value)

Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.

string tuning_job = 2 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The tuningJob to set.

Returns
Type Description
TunedModelRef.Builder

This builder for chaining.

setTuningJobBytes(ByteString value)

public TunedModelRef.Builder setTuningJobBytes(ByteString value)

Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.

string tuning_job = 2 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for tuningJob to set.

Returns
Type Description
TunedModelRef.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final TunedModelRef.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TunedModelRef.Builder
Overrides