public static final class TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder extends GeneratedMessage.Builder<TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder> implements TrainProcessorVersionRequest.FoundationModelTuningOptionsOrBuilderOptions to control foundation model tuning of the processor.
Protobuf type
google.cloud.documentai.v1beta3.TrainProcessorVersionRequest.FoundationModelTuningOptions
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TrainProcessorVersionRequest.FoundationModelTuningOptions.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TrainProcessorVersionRequest.FoundationModelTuningOptions build()| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions |
|
buildPartial()
public TrainProcessorVersionRequest.FoundationModelTuningOptions buildPartial()| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions |
|
clear()
public TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder clear()| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder |
|
clearLearningRateMultiplier()
public TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder clearLearningRateMultiplier()Optional. The multiplier to apply to the recommended learning rate. Valid values are between 0.1 and 10. If not provided, recommended learning rate will be used.
float learning_rate_multiplier = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder |
This builder for chaining. |
clearPreviousFineTunedProcessorVersionName()
public TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder clearPreviousFineTunedProcessorVersionName() Optional. Resource name of a previously fine tuned version id to copy the
overwritten configs from. The base_processor_version should be newer than
the base processor version used to fine tune this provided processor
version. Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}.
string previous_fine_tuned_processor_version_name = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder |
This builder for chaining. |
clearTrainSteps()
public TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder clearTrainSteps()Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If not provided, recommended steps will be used.
int32 train_steps = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public TrainProcessorVersionRequest.FoundationModelTuningOptions getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLearningRateMultiplier()
public float getLearningRateMultiplier()Optional. The multiplier to apply to the recommended learning rate. Valid values are between 0.1 and 10. If not provided, recommended learning rate will be used.
float learning_rate_multiplier = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
float |
The learningRateMultiplier. |
getPreviousFineTunedProcessorVersionName()
public String getPreviousFineTunedProcessorVersionName() Optional. Resource name of a previously fine tuned version id to copy the
overwritten configs from. The base_processor_version should be newer than
the base processor version used to fine tune this provided processor
version. Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}.
string previous_fine_tuned_processor_version_name = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The previousFineTunedProcessorVersionName. |
getPreviousFineTunedProcessorVersionNameBytes()
public ByteString getPreviousFineTunedProcessorVersionNameBytes() Optional. Resource name of a previously fine tuned version id to copy the
overwritten configs from. The base_processor_version should be newer than
the base processor version used to fine tune this provided processor
version. Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}.
string previous_fine_tuned_processor_version_name = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for previousFineTunedProcessorVersionName. |
getTrainSteps()
public int getTrainSteps()Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If not provided, recommended steps will be used.
int32 train_steps = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The trainSteps. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TrainProcessorVersionRequest.FoundationModelTuningOptions other)
public TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder mergeFrom(TrainProcessorVersionRequest.FoundationModelTuningOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
TrainProcessorVersionRequest.FoundationModelTuningOptions |
| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder |
|
setLearningRateMultiplier(float value)
public TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder setLearningRateMultiplier(float value)Optional. The multiplier to apply to the recommended learning rate. Valid values are between 0.1 and 10. If not provided, recommended learning rate will be used.
float learning_rate_multiplier = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe learningRateMultiplier to set. |
| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder |
This builder for chaining. |
setPreviousFineTunedProcessorVersionName(String value)
public TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder setPreviousFineTunedProcessorVersionName(String value) Optional. Resource name of a previously fine tuned version id to copy the
overwritten configs from. The base_processor_version should be newer than
the base processor version used to fine tune this provided processor
version. Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}.
string previous_fine_tuned_processor_version_name = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe previousFineTunedProcessorVersionName to set. |
| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder |
This builder for chaining. |
setPreviousFineTunedProcessorVersionNameBytes(ByteString value)
public TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder setPreviousFineTunedProcessorVersionNameBytes(ByteString value) Optional. Resource name of a previously fine tuned version id to copy the
overwritten configs from. The base_processor_version should be newer than
the base processor version used to fine tune this provided processor
version. Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}.
string previous_fine_tuned_processor_version_name = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for previousFineTunedProcessorVersionName to set. |
| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder |
This builder for chaining. |
setTrainSteps(int value)
public TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder setTrainSteps(int value)Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If not provided, recommended steps will be used.
int32 train_steps = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe trainSteps to set. |
| Returns | |
|---|---|
| Type | Description |
TrainProcessorVersionRequest.FoundationModelTuningOptions.Builder |
This builder for chaining. |