public interface TunedModelRefOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPipelineJob()
public abstract 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 abstract 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 abstract String getTunedModel()
Support migration from model registry.
string tuned_model = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The tunedModel. |
getTunedModelBytes()
public abstract 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 abstract TunedModelRef.TunedModelRefCase getTunedModelRefCase()
Returns | |
---|---|
Type | Description |
TunedModelRef.TunedModelRefCase |
getTuningJob()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |