Skip to content

Commit cf0d25b

Browse files
1 parent 6404ace commit cf0d25b

File tree

8 files changed

+90
-24
lines changed

8 files changed

+90
-24
lines changed

clients/google-api-services-aiplatform/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-aiplatform</artifactId>
25-
<version>v1-rev20250107-2.0.0</version>
25+
<version>v1-rev20250114-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-aiplatform:v1-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20250114-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1SupervisedTuningDataStats.java

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudAiplatformV1SupervisedTuningDataStats extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Output only. For each index in `truncated_example_indices`, the user-facing reason why the
34+
* example was dropped. Must not include example itself.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.util.List<java.lang.String> droppedExampleReasons;
39+
3240
/**
3341
* Output only. Number of billable characters in the tuning dataset.
3442
* The value may be {@code null}.
@@ -44,7 +52,9 @@ public final class GoogleCloudAiplatformV1SupervisedTuningDataStats extends com.
4452
private java.lang.Long totalBillableTokenCount;
4553

4654
/**
47-
* The number of examples in the dataset that have been truncated by any amount.
55+
* Output only. The number of examples in the dataset that have been dropped. An example can be
56+
* dropped for reasons including: too many tokens, contains an invalid image, contains too many
57+
* images, etc.
4858
* The value may be {@code null}.
4959
*/
5060
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -58,7 +68,7 @@ public final class GoogleCloudAiplatformV1SupervisedTuningDataStats extends com.
5868
private java.lang.Long totalTuningCharacterCount;
5969

6070
/**
61-
* A partial sample of the indices (starting from 1) of the truncated examples.
71+
* Output only. A partial sample of the indices (starting from 1) of the dropped examples.
6272
* The value may be {@code null}.
6373
*/
6474
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -112,6 +122,25 @@ public final class GoogleCloudAiplatformV1SupervisedTuningDataStats extends com.
112122
@com.google.api.client.util.Key
113123
private GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution userOutputTokenDistribution;
114124

125+
/**
126+
* Output only. For each index in `truncated_example_indices`, the user-facing reason why the
127+
* example was dropped. Must not include example itself.
128+
* @return value or {@code null} for none
129+
*/
130+
public java.util.List<java.lang.String> getDroppedExampleReasons() {
131+
return droppedExampleReasons;
132+
}
133+
134+
/**
135+
* Output only. For each index in `truncated_example_indices`, the user-facing reason why the
136+
* example was dropped. Must not include example itself.
137+
* @param droppedExampleReasons droppedExampleReasons or {@code null} for none
138+
*/
139+
public GoogleCloudAiplatformV1SupervisedTuningDataStats setDroppedExampleReasons(java.util.List<java.lang.String> droppedExampleReasons) {
140+
this.droppedExampleReasons = droppedExampleReasons;
141+
return this;
142+
}
143+
115144
/**
116145
* Output only. Number of billable characters in the tuning dataset.
117146
* @return value or {@code null} for none
@@ -147,15 +176,19 @@ public GoogleCloudAiplatformV1SupervisedTuningDataStats setTotalBillableTokenCou
147176
}
148177

149178
/**
150-
* The number of examples in the dataset that have been truncated by any amount.
179+
* Output only. The number of examples in the dataset that have been dropped. An example can be
180+
* dropped for reasons including: too many tokens, contains an invalid image, contains too many
181+
* images, etc.
151182
* @return value or {@code null} for none
152183
*/
153184
public java.lang.Long getTotalTruncatedExampleCount() {
154185
return totalTruncatedExampleCount;
155186
}
156187

157188
/**
158-
* The number of examples in the dataset that have been truncated by any amount.
189+
* Output only. The number of examples in the dataset that have been dropped. An example can be
190+
* dropped for reasons including: too many tokens, contains an invalid image, contains too many
191+
* images, etc.
159192
* @param totalTruncatedExampleCount totalTruncatedExampleCount or {@code null} for none
160193
*/
161194
public GoogleCloudAiplatformV1SupervisedTuningDataStats setTotalTruncatedExampleCount(java.lang.Long totalTruncatedExampleCount) {
@@ -181,15 +214,15 @@ public GoogleCloudAiplatformV1SupervisedTuningDataStats setTotalTuningCharacterC
181214
}
182215

183216
/**
184-
* A partial sample of the indices (starting from 1) of the truncated examples.
217+
* Output only. A partial sample of the indices (starting from 1) of the dropped examples.
185218
* @return value or {@code null} for none
186219
*/
187220
public java.util.List<java.lang.Long> getTruncatedExampleIndices() {
188221
return truncatedExampleIndices;
189222
}
190223

191224
/**
192-
* A partial sample of the indices (starting from 1) of the truncated examples.
225+
* Output only. A partial sample of the indices (starting from 1) of the dropped examples.
193226
* @param truncatedExampleIndices truncatedExampleIndices or {@code null} for none
194227
*/
195228
public GoogleCloudAiplatformV1SupervisedTuningDataStats setTruncatedExampleIndices(java.util.List<java.lang.Long> truncatedExampleIndices) {

clients/google-api-services-aiplatform/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-aiplatform</artifactId>
11-
<version>v1-rev20250107-2.0.0</version>
12-
<name>Vertex AI API v1-rev20250107-2.0.0</name>
11+
<version>v1-rev20250114-2.0.0</version>
12+
<name>Vertex AI API v1-rev20250114-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-aiplatform/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-aiplatform</artifactId>
25-
<version>v1-rev20250107-2.0.0</version>
25+
<version>v1-rev20250114-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-aiplatform:v1-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20250114-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-aiplatform/v1beta1/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-aiplatform</artifactId>
25-
<version>v1beta1-rev20250107-2.0.0</version>
25+
<version>v1beta1-rev20250114-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-aiplatform:v1beta1-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20250114-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-aiplatform/v1beta1/2.0.0/com/google/api/services/aiplatform/v1beta1/model/GoogleCloudAiplatformV1beta1SupervisedTuningDataStats.java

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudAiplatformV1beta1SupervisedTuningDataStats extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Output only. For each index in `truncated_example_indices`, the user-facing reason why the
34+
* example was dropped. Must not include example itself.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.util.List<java.lang.String> droppedExampleReasons;
39+
3240
/**
3341
* Output only. Number of billable characters in the tuning dataset.
3442
* The value may be {@code null}.
@@ -44,7 +52,9 @@ public final class GoogleCloudAiplatformV1beta1SupervisedTuningDataStats extends
4452
private java.lang.Long totalBillableTokenCount;
4553

4654
/**
47-
* The number of examples in the dataset that have been truncated by any amount.
55+
* Output only. The number of examples in the dataset that have been dropped. An example can be
56+
* dropped for reasons including: too many tokens, contains an invalid image, contains too many
57+
* images, etc.
4858
* The value may be {@code null}.
4959
*/
5060
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -58,7 +68,7 @@ public final class GoogleCloudAiplatformV1beta1SupervisedTuningDataStats extends
5868
private java.lang.Long totalTuningCharacterCount;
5969

6070
/**
61-
* A partial sample of the indices (starting from 1) of the truncated examples.
71+
* Output only. A partial sample of the indices (starting from 1) of the dropped examples.
6272
* The value may be {@code null}.
6373
*/
6474
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -112,6 +122,25 @@ public final class GoogleCloudAiplatformV1beta1SupervisedTuningDataStats extends
112122
@com.google.api.client.util.Key
113123
private GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution userOutputTokenDistribution;
114124

125+
/**
126+
* Output only. For each index in `truncated_example_indices`, the user-facing reason why the
127+
* example was dropped. Must not include example itself.
128+
* @return value or {@code null} for none
129+
*/
130+
public java.util.List<java.lang.String> getDroppedExampleReasons() {
131+
return droppedExampleReasons;
132+
}
133+
134+
/**
135+
* Output only. For each index in `truncated_example_indices`, the user-facing reason why the
136+
* example was dropped. Must not include example itself.
137+
* @param droppedExampleReasons droppedExampleReasons or {@code null} for none
138+
*/
139+
public GoogleCloudAiplatformV1beta1SupervisedTuningDataStats setDroppedExampleReasons(java.util.List<java.lang.String> droppedExampleReasons) {
140+
this.droppedExampleReasons = droppedExampleReasons;
141+
return this;
142+
}
143+
115144
/**
116145
* Output only. Number of billable characters in the tuning dataset.
117146
* @return value or {@code null} for none
@@ -147,15 +176,19 @@ public GoogleCloudAiplatformV1beta1SupervisedTuningDataStats setTotalBillableTok
147176
}
148177

149178
/**
150-
* The number of examples in the dataset that have been truncated by any amount.
179+
* Output only. The number of examples in the dataset that have been dropped. An example can be
180+
* dropped for reasons including: too many tokens, contains an invalid image, contains too many
181+
* images, etc.
151182
* @return value or {@code null} for none
152183
*/
153184
public java.lang.Long getTotalTruncatedExampleCount() {
154185
return totalTruncatedExampleCount;
155186
}
156187

157188
/**
158-
* The number of examples in the dataset that have been truncated by any amount.
189+
* Output only. The number of examples in the dataset that have been dropped. An example can be
190+
* dropped for reasons including: too many tokens, contains an invalid image, contains too many
191+
* images, etc.
159192
* @param totalTruncatedExampleCount totalTruncatedExampleCount or {@code null} for none
160193
*/
161194
public GoogleCloudAiplatformV1beta1SupervisedTuningDataStats setTotalTruncatedExampleCount(java.lang.Long totalTruncatedExampleCount) {
@@ -181,15 +214,15 @@ public GoogleCloudAiplatformV1beta1SupervisedTuningDataStats setTotalTuningChara
181214
}
182215

183216
/**
184-
* A partial sample of the indices (starting from 1) of the truncated examples.
217+
* Output only. A partial sample of the indices (starting from 1) of the dropped examples.
185218
* @return value or {@code null} for none
186219
*/
187220
public java.util.List<java.lang.Long> getTruncatedExampleIndices() {
188221
return truncatedExampleIndices;
189222
}
190223

191224
/**
192-
* A partial sample of the indices (starting from 1) of the truncated examples.
225+
* Output only. A partial sample of the indices (starting from 1) of the dropped examples.
193226
* @param truncatedExampleIndices truncatedExampleIndices or {@code null} for none
194227
*/
195228
public GoogleCloudAiplatformV1beta1SupervisedTuningDataStats setTruncatedExampleIndices(java.util.List<java.lang.Long> truncatedExampleIndices) {

clients/google-api-services-aiplatform/v1beta1/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-aiplatform</artifactId>
11-
<version>v1beta1-rev20250107-2.0.0</version>
12-
<name>Vertex AI API v1beta1-rev20250107-2.0.0</name>
11+
<version>v1beta1-rev20250114-2.0.0</version>
12+
<name>Vertex AI API v1beta1-rev20250114-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-aiplatform/v1beta1/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-aiplatform</artifactId>
25-
<version>v1beta1-rev20250107-2.0.0</version>
25+
<version>v1beta1-rev20250114-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-aiplatform:v1beta1-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20250114-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)