Skip to content

Commit 7ec01b9

Browse files
1 parent a8117aa commit 7ec01b9

19 files changed

+480
-36
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-rev20250916-2.0.0</version>
25+
<version>v1-rev20250920-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-rev20250916-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20250920-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ public final class GoogleCloudAiplatformV1AutoraterConfig extends com.google.api
5050
@com.google.api.client.util.Key
5151
private java.lang.Boolean flipEnabled;
5252

53+
/**
54+
* Optional. Configuration options for model generation and outputs.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private GoogleCloudAiplatformV1GenerationConfig generationConfig;
59+
5360
/**
5461
* Optional. Number of samples for each instance in the dataset. If not specified, the default is
5562
* 4. Minimum value is 1, maximum value is 32.
@@ -106,6 +113,23 @@ public GoogleCloudAiplatformV1AutoraterConfig setFlipEnabled(java.lang.Boolean f
106113
return this;
107114
}
108115

116+
/**
117+
* Optional. Configuration options for model generation and outputs.
118+
* @return value or {@code null} for none
119+
*/
120+
public GoogleCloudAiplatformV1GenerationConfig getGenerationConfig() {
121+
return generationConfig;
122+
}
123+
124+
/**
125+
* Optional. Configuration options for model generation and outputs.
126+
* @param generationConfig generationConfig or {@code null} for none
127+
*/
128+
public GoogleCloudAiplatformV1AutoraterConfig setGenerationConfig(GoogleCloudAiplatformV1GenerationConfig generationConfig) {
129+
this.generationConfig = generationConfig;
130+
return this;
131+
}
132+
109133
/**
110134
* Optional. Number of samples for each instance in the dataset. If not specified, the default is
111135
* 4. Minimum value is 1, maximum value is 32.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public final class GoogleCloudAiplatformV1BigQueryRequestSet extends com.google.
4646
private java.lang.String promptColumn;
4747

4848
/**
49-
* Optional. The name of the column that contains the rubrics. This will be in
50-
* evaluation_rubric.RubricGroup format (cl/762595858).
49+
* Optional. The name of the column that contains the rubrics. This is in
50+
* evaluation_rubric.RubricGroup format.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -106,17 +106,17 @@ public GoogleCloudAiplatformV1BigQueryRequestSet setPromptColumn(java.lang.Strin
106106
}
107107

108108
/**
109-
* Optional. The name of the column that contains the rubrics. This will be in
110-
* evaluation_rubric.RubricGroup format (cl/762595858).
109+
* Optional. The name of the column that contains the rubrics. This is in
110+
* evaluation_rubric.RubricGroup format.
111111
* @return value or {@code null} for none
112112
*/
113113
public java.lang.String getRubricsColumn() {
114114
return rubricsColumn;
115115
}
116116

117117
/**
118-
* Optional. The name of the column that contains the rubrics. This will be in
119-
* evaluation_rubric.RubricGroup format (cl/762595858).
118+
* Optional. The name of the column that contains the rubrics. This is in
119+
* evaluation_rubric.RubricGroup format.
120120
* @param rubricsColumn rubricsColumn or {@code null} for none
121121
*/
122122
public GoogleCloudAiplatformV1BigQueryRequestSet setRubricsColumn(java.lang.String rubricsColumn) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public final class GoogleCloudAiplatformV1EvaluationItem extends com.google.api.
7474
private GoogleCloudAiplatformV1EvaluationResult evaluationResponse;
7575

7676
/**
77-
* The GCS object where the request or response is stored.
77+
* The Cloud Storage object where the request or response is stored.
7878
* The value may be {@code null}.
7979
*/
8080
@com.google.api.client.util.Key
@@ -205,15 +205,15 @@ public GoogleCloudAiplatformV1EvaluationItem setEvaluationResponse(GoogleCloudAi
205205
}
206206

207207
/**
208-
* The GCS object where the request or response is stored.
208+
* The Cloud Storage object where the request or response is stored.
209209
* @return value or {@code null} for none
210210
*/
211211
public java.lang.String getGcsUri() {
212212
return gcsUri;
213213
}
214214

215215
/**
216-
* The GCS object where the request or response is stored.
216+
* The Cloud Storage object where the request or response is stored.
217217
* @param gcsUri gcsUri or {@code null} for none
218218
*/
219219
public GoogleCloudAiplatformV1EvaluationItem setGcsUri(java.lang.String gcsUri) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class GoogleCloudAiplatformV1FunctionCall extends com.google.api.cl
4040
private java.util.Map<String, java.lang.Object> args;
4141

4242
/**
43-
* Required. The name of the function to call. Matches [FunctionDeclaration.name].
43+
* Optional. The name of the function to call. Matches [FunctionDeclaration.name].
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -66,15 +66,15 @@ public GoogleCloudAiplatformV1FunctionCall setArgs(java.util.Map<String, java.la
6666
}
6767

6868
/**
69-
* Required. The name of the function to call. Matches [FunctionDeclaration.name].
69+
* Optional. The name of the function to call. Matches [FunctionDeclaration.name].
7070
* @return value or {@code null} for none
7171
*/
7272
public java.lang.String getName() {
7373
return name;
7474
}
7575

7676
/**
77-
* Required. The name of the function to call. Matches [FunctionDeclaration.name].
77+
* Optional. The name of the function to call. Matches [FunctionDeclaration.name].
7878
* @param name name or {@code null} for none
7979
*/
8080
public GoogleCloudAiplatformV1FunctionCall setName(java.lang.String name) {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.aiplatform.v1.model;
18+
19+
/**
20+
* Represents a mount configuration for Lustre file system.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Vertex AI API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleCloudAiplatformV1LustreMount extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Required. The name of the Lustre filesystem.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String filesystem;
38+
39+
/**
40+
* Required. IP address of the Lustre instance.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String instanceIp;
45+
46+
/**
47+
* Required. Destination mount path. The Lustre file system will be mounted for the user under
48+
* /mnt/lustre/
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String mountPoint;
53+
54+
/**
55+
* Required. The unique identifier of the Lustre volume.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String volumeHandle;
60+
61+
/**
62+
* Required. The name of the Lustre filesystem.
63+
* @return value or {@code null} for none
64+
*/
65+
public java.lang.String getFilesystem() {
66+
return filesystem;
67+
}
68+
69+
/**
70+
* Required. The name of the Lustre filesystem.
71+
* @param filesystem filesystem or {@code null} for none
72+
*/
73+
public GoogleCloudAiplatformV1LustreMount setFilesystem(java.lang.String filesystem) {
74+
this.filesystem = filesystem;
75+
return this;
76+
}
77+
78+
/**
79+
* Required. IP address of the Lustre instance.
80+
* @return value or {@code null} for none
81+
*/
82+
public java.lang.String getInstanceIp() {
83+
return instanceIp;
84+
}
85+
86+
/**
87+
* Required. IP address of the Lustre instance.
88+
* @param instanceIp instanceIp or {@code null} for none
89+
*/
90+
public GoogleCloudAiplatformV1LustreMount setInstanceIp(java.lang.String instanceIp) {
91+
this.instanceIp = instanceIp;
92+
return this;
93+
}
94+
95+
/**
96+
* Required. Destination mount path. The Lustre file system will be mounted for the user under
97+
* /mnt/lustre/
98+
* @return value or {@code null} for none
99+
*/
100+
public java.lang.String getMountPoint() {
101+
return mountPoint;
102+
}
103+
104+
/**
105+
* Required. Destination mount path. The Lustre file system will be mounted for the user under
106+
* /mnt/lustre/
107+
* @param mountPoint mountPoint or {@code null} for none
108+
*/
109+
public GoogleCloudAiplatformV1LustreMount setMountPoint(java.lang.String mountPoint) {
110+
this.mountPoint = mountPoint;
111+
return this;
112+
}
113+
114+
/**
115+
* Required. The unique identifier of the Lustre volume.
116+
* @return value or {@code null} for none
117+
*/
118+
public java.lang.String getVolumeHandle() {
119+
return volumeHandle;
120+
}
121+
122+
/**
123+
* Required. The unique identifier of the Lustre volume.
124+
* @param volumeHandle volumeHandle or {@code null} for none
125+
*/
126+
public GoogleCloudAiplatformV1LustreMount setVolumeHandle(java.lang.String volumeHandle) {
127+
this.volumeHandle = volumeHandle;
128+
return this;
129+
}
130+
131+
@Override
132+
public GoogleCloudAiplatformV1LustreMount set(String fieldName, Object value) {
133+
return (GoogleCloudAiplatformV1LustreMount) super.set(fieldName, value);
134+
}
135+
136+
@Override
137+
public GoogleCloudAiplatformV1LustreMount clone() {
138+
return (GoogleCloudAiplatformV1LustreMount) super.clone();
139+
}
140+
141+
}

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,19 @@ public final class GoogleCloudAiplatformV1WorkerPoolSpec extends com.google.api.
4343
@com.google.api.client.util.Key
4444
private GoogleCloudAiplatformV1DiskSpec diskSpec;
4545

46+
/**
47+
* Optional. List of Lustre mounts.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.util.List<GoogleCloudAiplatformV1LustreMount> lustreMounts;
52+
53+
static {
54+
// hack to force ProGuard to consider GoogleCloudAiplatformV1LustreMount used, since otherwise it would be stripped out
55+
// see https://github.com/google/google-api-java-client/issues/543
56+
com.google.api.client.util.Data.nullOf(GoogleCloudAiplatformV1LustreMount.class);
57+
}
58+
4659
/**
4760
* Optional. Immutable. The specification of a single machine.
4861
* The value may be {@code null}.
@@ -111,6 +124,23 @@ public GoogleCloudAiplatformV1WorkerPoolSpec setDiskSpec(GoogleCloudAiplatformV1
111124
return this;
112125
}
113126

127+
/**
128+
* Optional. List of Lustre mounts.
129+
* @return value or {@code null} for none
130+
*/
131+
public java.util.List<GoogleCloudAiplatformV1LustreMount> getLustreMounts() {
132+
return lustreMounts;
133+
}
134+
135+
/**
136+
* Optional. List of Lustre mounts.
137+
* @param lustreMounts lustreMounts or {@code null} for none
138+
*/
139+
public GoogleCloudAiplatformV1WorkerPoolSpec setLustreMounts(java.util.List<GoogleCloudAiplatformV1LustreMount> lustreMounts) {
140+
this.lustreMounts = lustreMounts;
141+
return this;
142+
}
143+
114144
/**
115145
* Optional. Immutable. The specification of a single machine.
116146
* @return value or {@code null} for none

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-rev20250916-2.0.0</version>
12-
<name>Vertex AI API v1-rev20250916-2.0.0</name>
11+
<version>v1-rev20250920-2.0.0</version>
12+
<name>Vertex AI API v1-rev20250920-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-rev20250916-2.0.0</version>
25+
<version>v1-rev20250920-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-rev20250916-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20250920-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-rev20250916-2.0.0</version>
25+
<version>v1beta1-rev20250920-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-rev20250916-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20250920-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)