Skip to content

Commit fefcff8

Browse files
1 parent a18374f commit fefcff8

File tree

8 files changed

+78
-12
lines changed

8 files changed

+78
-12
lines changed

clients/google-api-services-documentai/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-documentai</artifactId>
25-
<version>v1-rev20260224-2.0.0</version>
25+
<version>v1-rev20260316-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-documentai:v1-rev20260224-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1-rev20260316-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ public final class GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundation
3838
@com.google.api.client.util.Key
3939
private java.lang.Float learningRateMultiplier;
4040

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
45+
* rs/{processor}/processorVersions/{processorVersion}`.
46+
* The value may be {@code null}.
47+
*/
48+
@com.google.api.client.util.Key
49+
private java.lang.String previousFineTunedProcessorVersionName;
50+
4151
/**
4252
* Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If
4353
* not provided, recommended steps will be used.
@@ -65,6 +75,29 @@ public GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningO
6575
return this;
6676
}
6777

78+
/**
79+
* Optional. Resource name of a previously fine tuned version id to copy the overwritten configs
80+
* from. The base_processor_version should be newer than the base processor version used to fine
81+
* tune this provided processor version. Format: `projects/{project}/locations/{location}/processo
82+
* rs/{processor}/processorVersions/{processorVersion}`.
83+
* @return value or {@code null} for none
84+
*/
85+
public java.lang.String getPreviousFineTunedProcessorVersionName() {
86+
return previousFineTunedProcessorVersionName;
87+
}
88+
89+
/**
90+
* Optional. Resource name of a previously fine tuned version id to copy the overwritten configs
91+
* from. The base_processor_version should be newer than the base processor version used to fine
92+
* tune this provided processor version. Format: `projects/{project}/locations/{location}/processo
93+
* rs/{processor}/processorVersions/{processorVersion}`.
94+
* @param previousFineTunedProcessorVersionName previousFineTunedProcessorVersionName or {@code null} for none
95+
*/
96+
public GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions setPreviousFineTunedProcessorVersionName(java.lang.String previousFineTunedProcessorVersionName) {
97+
this.previousFineTunedProcessorVersionName = previousFineTunedProcessorVersionName;
98+
return this;
99+
}
100+
68101
/**
69102
* Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If
70103
* not provided, recommended steps will be used.

clients/google-api-services-documentai/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-documentai</artifactId>
11-
<version>v1-rev20260224-2.0.0</version>
12-
<name>Cloud Document AI API v1-rev20260224-2.0.0</name>
11+
<version>v1-rev20260316-2.0.0</version>
12+
<name>Cloud Document AI API v1-rev20260316-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-documentai/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-documentai</artifactId>
25-
<version>v1-rev20260224-2.0.0</version>
25+
<version>v1-rev20260316-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-documentai:v1-rev20260224-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1-rev20260316-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-documentai/v1beta3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-documentai</artifactId>
25-
<version>v1beta3-rev20260224-2.0.0</version>
25+
<version>v1beta3-rev20260316-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20260224-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20260316-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTuningOptions.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ public final class GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFound
3838
@com.google.api.client.util.Key
3939
private java.lang.Float learningRateMultiplier;
4040

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
45+
* rs/{processor}/processorVersions/{processorVersion}`.
46+
* The value may be {@code null}.
47+
*/
48+
@com.google.api.client.util.Key
49+
private java.lang.String previousFineTunedProcessorVersionName;
50+
4151
/**
4252
* Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If
4353
* not provided, recommended steps will be used.
@@ -65,6 +75,29 @@ public GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTu
6575
return this;
6676
}
6777

78+
/**
79+
* Optional. Resource name of a previously fine tuned version id to copy the overwritten configs
80+
* from. The base_processor_version should be newer than the base processor version used to fine
81+
* tune this provided processor version. Format: `projects/{project}/locations/{location}/processo
82+
* rs/{processor}/processorVersions/{processorVersion}`.
83+
* @return value or {@code null} for none
84+
*/
85+
public java.lang.String getPreviousFineTunedProcessorVersionName() {
86+
return previousFineTunedProcessorVersionName;
87+
}
88+
89+
/**
90+
* Optional. Resource name of a previously fine tuned version id to copy the overwritten configs
91+
* from. The base_processor_version should be newer than the base processor version used to fine
92+
* tune this provided processor version. Format: `projects/{project}/locations/{location}/processo
93+
* rs/{processor}/processorVersions/{processorVersion}`.
94+
* @param previousFineTunedProcessorVersionName previousFineTunedProcessorVersionName or {@code null} for none
95+
*/
96+
public GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTuningOptions setPreviousFineTunedProcessorVersionName(java.lang.String previousFineTunedProcessorVersionName) {
97+
this.previousFineTunedProcessorVersionName = previousFineTunedProcessorVersionName;
98+
return this;
99+
}
100+
68101
/**
69102
* Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If
70103
* not provided, recommended steps will be used.

clients/google-api-services-documentai/v1beta3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-documentai</artifactId>
11-
<version>v1beta3-rev20260224-2.0.0</version>
12-
<name>Cloud Document AI API v1beta3-rev20260224-2.0.0</name>
11+
<version>v1beta3-rev20260316-2.0.0</version>
12+
<name>Cloud Document AI API v1beta3-rev20260316-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-documentai/v1beta3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-documentai</artifactId>
25-
<version>v1beta3-rev20260224-2.0.0</version>
25+
<version>v1beta3-rev20260316-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20260224-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20260316-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)