Skip to content

Commit 74f40f3

Browse files
1 parent b55d937 commit 74f40f3

File tree

41 files changed

+2039
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2039
-173
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-rev20240715-2.0.0</version>
25+
<version>v1-rev20240725-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-rev20240715-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20240725-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ public final class CloudAiLargeModelsVisionImage extends com.google.api.client.j
3636
@com.google.api.client.util.Key
3737
private java.lang.String encoding;
3838

39+
/**
40+
* Generation seed for the sampled image. This parameter is exposed to the user only if one of the
41+
* following is true: 1. The user specified per-example seeds in the request. 2. The user doesn't
42+
* specify the generation seed in the request.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.Integer generationSeed;
47+
3948
/**
4049
* Raw bytes.
4150
* The value may be {@code null}.
@@ -95,6 +104,27 @@ public CloudAiLargeModelsVisionImage setEncoding(java.lang.String encoding) {
95104
return this;
96105
}
97106

107+
/**
108+
* Generation seed for the sampled image. This parameter is exposed to the user only if one of the
109+
* following is true: 1. The user specified per-example seeds in the request. 2. The user doesn't
110+
* specify the generation seed in the request.
111+
* @return value or {@code null} for none
112+
*/
113+
public java.lang.Integer getGenerationSeed() {
114+
return generationSeed;
115+
}
116+
117+
/**
118+
* Generation seed for the sampled image. This parameter is exposed to the user only if one of the
119+
* following is true: 1. The user specified per-example seeds in the request. 2. The user doesn't
120+
* specify the generation seed in the request.
121+
* @param generationSeed generationSeed or {@code null} for none
122+
*/
123+
public CloudAiLargeModelsVisionImage setGenerationSeed(java.lang.Integer generationSeed) {
124+
this.generationSeed = generationSeed;
125+
return this;
126+
}
127+
98128
/**
99129
* Raw bytes.
100130
* @see #decodeImage()

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,20 @@ public final class GoogleCloudAiplatformV1BatchPredictionJob extends com.google.
225225
@com.google.api.client.util.Key
226226
private GoogleCloudAiplatformV1ResourcesConsumed resourcesConsumed;
227227

228+
/**
229+
* Output only. Reserved for future use.
230+
* The value may be {@code null}.
231+
*/
232+
@com.google.api.client.util.Key
233+
private java.lang.Boolean satisfiesPzi;
234+
235+
/**
236+
* Output only. Reserved for future use.
237+
* The value may be {@code null}.
238+
*/
239+
@com.google.api.client.util.Key
240+
private java.lang.Boolean satisfiesPzs;
241+
228242
/**
229243
* The service account that the DeployedModel's container runs as. If not specified, a system
230244
* generated one will be used, which has minimal permissions and the custom container, if used,
@@ -719,6 +733,40 @@ public GoogleCloudAiplatformV1BatchPredictionJob setResourcesConsumed(GoogleClou
719733
return this;
720734
}
721735

736+
/**
737+
* Output only. Reserved for future use.
738+
* @return value or {@code null} for none
739+
*/
740+
public java.lang.Boolean getSatisfiesPzi() {
741+
return satisfiesPzi;
742+
}
743+
744+
/**
745+
* Output only. Reserved for future use.
746+
* @param satisfiesPzi satisfiesPzi or {@code null} for none
747+
*/
748+
public GoogleCloudAiplatformV1BatchPredictionJob setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
749+
this.satisfiesPzi = satisfiesPzi;
750+
return this;
751+
}
752+
753+
/**
754+
* Output only. Reserved for future use.
755+
* @return value or {@code null} for none
756+
*/
757+
public java.lang.Boolean getSatisfiesPzs() {
758+
return satisfiesPzs;
759+
}
760+
761+
/**
762+
* Output only. Reserved for future use.
763+
* @param satisfiesPzs satisfiesPzs or {@code null} for none
764+
*/
765+
public GoogleCloudAiplatformV1BatchPredictionJob setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
766+
this.satisfiesPzs = satisfiesPzs;
767+
return this;
768+
}
769+
722770
/**
723771
* The service account that the DeployedModel's container runs as. If not specified, a system
724772
* generated one will be used, which has minimal permissions and the custom container, if used,

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@ public final class GoogleCloudAiplatformV1Candidate extends com.google.api.clien
8181
@com.google.api.client.util.Key
8282
private java.util.List<GoogleCloudAiplatformV1SafetyRating> safetyRatings;
8383

84-
/**
85-
* Output only. Confidence score of the candidate.
86-
* The value may be {@code null}.
87-
*/
88-
@com.google.api.client.util.Key
89-
private java.lang.Double score;
90-
9184
/**
9285
* Output only. Source attribution of the generated content.
9386
* @return value or {@code null} for none
@@ -213,23 +206,6 @@ public GoogleCloudAiplatformV1Candidate setSafetyRatings(java.util.List<GoogleCl
213206
return this;
214207
}
215208

216-
/**
217-
* Output only. Confidence score of the candidate.
218-
* @return value or {@code null} for none
219-
*/
220-
public java.lang.Double getScore() {
221-
return score;
222-
}
223-
224-
/**
225-
* Output only. Confidence score of the candidate.
226-
* @param score score or {@code null} for none
227-
*/
228-
public GoogleCloudAiplatformV1Candidate setScore(java.lang.Double score) {
229-
this.score = score;
230-
return this;
231-
}
232-
233209
@Override
234210
public GoogleCloudAiplatformV1Candidate set(String fieldName, Object value) {
235211
return (GoogleCloudAiplatformV1Candidate) super.set(fieldName, value);

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,20 @@ public final class GoogleCloudAiplatformV1DataItem extends com.google.api.client
7272
@com.google.api.client.util.Key
7373
private java.lang.Object payload;
7474

75+
/**
76+
* Output only. Reserved for future use.
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.lang.Boolean satisfiesPzi;
81+
82+
/**
83+
* Output only. Reserved for future use.
84+
* The value may be {@code null}.
85+
*/
86+
@com.google.api.client.util.Key
87+
private java.lang.Boolean satisfiesPzs;
88+
7589
/**
7690
* Output only. Timestamp when this DataItem was last updated.
7791
* The value may be {@code null}.
@@ -180,6 +194,40 @@ public GoogleCloudAiplatformV1DataItem setPayload(java.lang.Object payload) {
180194
return this;
181195
}
182196

197+
/**
198+
* Output only. Reserved for future use.
199+
* @return value or {@code null} for none
200+
*/
201+
public java.lang.Boolean getSatisfiesPzi() {
202+
return satisfiesPzi;
203+
}
204+
205+
/**
206+
* Output only. Reserved for future use.
207+
* @param satisfiesPzi satisfiesPzi or {@code null} for none
208+
*/
209+
public GoogleCloudAiplatformV1DataItem setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
210+
this.satisfiesPzi = satisfiesPzi;
211+
return this;
212+
}
213+
214+
/**
215+
* Output only. Reserved for future use.
216+
* @return value or {@code null} for none
217+
*/
218+
public java.lang.Boolean getSatisfiesPzs() {
219+
return satisfiesPzs;
220+
}
221+
222+
/**
223+
* Output only. Reserved for future use.
224+
* @param satisfiesPzs satisfiesPzs or {@code null} for none
225+
*/
226+
public GoogleCloudAiplatformV1DataItem setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
227+
this.satisfiesPzs = satisfiesPzs;
228+
return this;
229+
}
230+
183231
/**
184232
* Output only. Timestamp when this DataItem was last updated.
185233
* @return value or {@code null} for none

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,20 @@ public final class GoogleCloudAiplatformV1Dataset extends com.google.api.client.
129129
@com.google.api.client.util.Key
130130
private java.lang.String name;
131131

132+
/**
133+
* Output only. Reserved for future use.
134+
* The value may be {@code null}.
135+
*/
136+
@com.google.api.client.util.Key
137+
private java.lang.Boolean satisfiesPzi;
138+
139+
/**
140+
* Output only. Reserved for future use.
141+
* The value may be {@code null}.
142+
*/
143+
@com.google.api.client.util.Key
144+
private java.lang.Boolean satisfiesPzs;
145+
132146
/**
133147
* All SavedQueries belong to the Dataset will be returned in List/Get Dataset response. The
134148
* annotation_specs field will not be populated except for UI cases which will only use
@@ -383,6 +397,40 @@ public GoogleCloudAiplatformV1Dataset setName(java.lang.String name) {
383397
return this;
384398
}
385399

400+
/**
401+
* Output only. Reserved for future use.
402+
* @return value or {@code null} for none
403+
*/
404+
public java.lang.Boolean getSatisfiesPzi() {
405+
return satisfiesPzi;
406+
}
407+
408+
/**
409+
* Output only. Reserved for future use.
410+
* @param satisfiesPzi satisfiesPzi or {@code null} for none
411+
*/
412+
public GoogleCloudAiplatformV1Dataset setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
413+
this.satisfiesPzi = satisfiesPzi;
414+
return this;
415+
}
416+
417+
/**
418+
* Output only. Reserved for future use.
419+
* @return value or {@code null} for none
420+
*/
421+
public java.lang.Boolean getSatisfiesPzs() {
422+
return satisfiesPzs;
423+
}
424+
425+
/**
426+
* Output only. Reserved for future use.
427+
* @param satisfiesPzs satisfiesPzs or {@code null} for none
428+
*/
429+
public GoogleCloudAiplatformV1Dataset setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
430+
this.satisfiesPzs = satisfiesPzs;
431+
return this;
432+
}
433+
386434
/**
387435
* All SavedQueries belong to the Dataset will be returned in List/Get Dataset response. The
388436
* annotation_specs field will not be populated except for UI cases which will only use

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,20 @@ public final class GoogleCloudAiplatformV1DatasetVersion extends com.google.api.
8181
@com.google.api.client.util.Key
8282
private java.lang.String name;
8383

84+
/**
85+
* Output only. Reserved for future use.
86+
* The value may be {@code null}.
87+
*/
88+
@com.google.api.client.util.Key
89+
private java.lang.Boolean satisfiesPzi;
90+
91+
/**
92+
* Output only. Reserved for future use.
93+
* The value may be {@code null}.
94+
*/
95+
@com.google.api.client.util.Key
96+
private java.lang.Boolean satisfiesPzs;
97+
8498
/**
8599
* Output only. Timestamp when this DatasetVersion was last updated.
86100
* The value may be {@code null}.
@@ -213,6 +227,40 @@ public GoogleCloudAiplatformV1DatasetVersion setName(java.lang.String name) {
213227
return this;
214228
}
215229

230+
/**
231+
* Output only. Reserved for future use.
232+
* @return value or {@code null} for none
233+
*/
234+
public java.lang.Boolean getSatisfiesPzi() {
235+
return satisfiesPzi;
236+
}
237+
238+
/**
239+
* Output only. Reserved for future use.
240+
* @param satisfiesPzi satisfiesPzi or {@code null} for none
241+
*/
242+
public GoogleCloudAiplatformV1DatasetVersion setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
243+
this.satisfiesPzi = satisfiesPzi;
244+
return this;
245+
}
246+
247+
/**
248+
* Output only. Reserved for future use.
249+
* @return value or {@code null} for none
250+
*/
251+
public java.lang.Boolean getSatisfiesPzs() {
252+
return satisfiesPzs;
253+
}
254+
255+
/**
256+
* Output only. Reserved for future use.
257+
* @param satisfiesPzs satisfiesPzs or {@code null} for none
258+
*/
259+
public GoogleCloudAiplatformV1DatasetVersion setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
260+
this.satisfiesPzs = satisfiesPzs;
261+
return this;
262+
}
263+
216264
/**
217265
* Output only. Timestamp when this DatasetVersion was last updated.
218266
* @return value or {@code null} for none

0 commit comments

Comments
 (0)