You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions.java
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,16 @@ public final class GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundation
38
38
@com.google.api.client.util.Key
39
39
privatejava.lang.FloatlearningRateMultiplier;
40
40
41
+
/**
42
+
* Optional. Resource name of a previously fine tuned version id to copy the overwritten configs
43
+
* from. The base_processor_version should be newer than the base processor version used to fine
44
+
* tune this provided processor version. Format: `projects/{project}/locations/{location}/processo
Copy file name to clipboardExpand all lines: clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTuningOptions.java
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,16 @@ public final class GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFound
38
38
@com.google.api.client.util.Key
39
39
privatejava.lang.FloatlearningRateMultiplier;
40
40
41
+
/**
42
+
* Optional. Resource name of a previously fine tuned version id to copy the overwritten configs
43
+
* from. The base_processor_version should be newer than the base processor version used to fine
44
+
* tune this provided processor version. Format: `projects/{project}/locations/{location}/processo
0 commit comments