File tree Expand file tree Collapse file tree 6 files changed +33
-36
lines changed
clients/google-api-services-firebaseml/v2beta
com/google/api/services/firebaseml/v2beta/model Expand file tree Collapse file tree 6 files changed +33
-36
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-firebaseml</artifactId >
25
- <version >v2beta-rev20240704 -2.0.0</version >
25
+ <version >v2beta-rev20240719 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20240704 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20240719 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -81,13 +81,6 @@ public final class GoogleCloudAiplatformV1beta1Candidate extends com.google.api.
81
81
@ com .google .api .client .util .Key
82
82
private java .util .List <GoogleCloudAiplatformV1beta1SafetyRating > safetyRatings ;
83
83
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
-
91
84
/**
92
85
* Output only. Source attribution of the generated content.
93
86
* @return value or {@code null} for none
@@ -213,23 +206,6 @@ public GoogleCloudAiplatformV1beta1Candidate setSafetyRatings(java.util.List<Goo
213
206
return this ;
214
207
}
215
208
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 GoogleCloudAiplatformV1beta1Candidate setScore (java .lang .Double score ) {
229
- this .score = score ;
230
- return this ;
231
- }
232
-
233
209
@ Override
234
210
public GoogleCloudAiplatformV1beta1Candidate set (String fieldName , Object value ) {
235
211
return (GoogleCloudAiplatformV1beta1Candidate ) super .set (fieldName , value );
Original file line number Diff line number Diff line change @@ -78,6 +78,13 @@ public final class GoogleCloudAiplatformV1beta1GenerationConfig extends com.goog
78
78
@ com .google .api .client .util .Key
79
79
private GoogleCloudAiplatformV1beta1Schema responseSchema ;
80
80
81
+ /**
82
+ * Optional. Seed.
83
+ * The value may be {@code null}.
84
+ */
85
+ @ com .google .api .client .util .Key
86
+ private java .lang .Integer seed ;
87
+
81
88
/**
82
89
* Optional. Stop sequences.
83
90
* The value may be {@code null}.
@@ -222,6 +229,23 @@ public GoogleCloudAiplatformV1beta1GenerationConfig setResponseSchema(GoogleClou
222
229
return this ;
223
230
}
224
231
232
+ /**
233
+ * Optional. Seed.
234
+ * @return value or {@code null} for none
235
+ */
236
+ public java .lang .Integer getSeed () {
237
+ return seed ;
238
+ }
239
+
240
+ /**
241
+ * Optional. Seed.
242
+ * @param seed seed or {@code null} for none
243
+ */
244
+ public GoogleCloudAiplatformV1beta1GenerationConfig setSeed (java .lang .Integer seed ) {
245
+ this .seed = seed ;
246
+ return this ;
247
+ }
248
+
225
249
/**
226
250
* Optional. Stop sequences.
227
251
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 30
30
public final class GoogleCloudAiplatformV1beta1Retrieval extends com .google .api .client .json .GenericJson {
31
31
32
32
/**
33
- * Optional. Disable using the result from this tool in detecting grounding attribution. This does
34
- * not affect how the result is given to the model for generation.
33
+ * Optional. Deprecated. This option is no longer supported.
35
34
* The value may be {@code null}.
36
35
*/
37
36
@ com .google .api .client .util .Key
@@ -53,17 +52,15 @@ public final class GoogleCloudAiplatformV1beta1Retrieval extends com.google.api.
53
52
private GoogleCloudAiplatformV1beta1VertexRagStore vertexRagStore ;
54
53
55
54
/**
56
- * Optional. Disable using the result from this tool in detecting grounding attribution. This does
57
- * not affect how the result is given to the model for generation.
55
+ * Optional. Deprecated. This option is no longer supported.
58
56
* @return value or {@code null} for none
59
57
*/
60
58
public java .lang .Boolean getDisableAttribution () {
61
59
return disableAttribution ;
62
60
}
63
61
64
62
/**
65
- * Optional. Disable using the result from this tool in detecting grounding attribution. This does
66
- * not affect how the result is given to the model for generation.
63
+ * Optional. Deprecated. This option is no longer supported.
67
64
* @param disableAttribution disableAttribution or {@code null} for none
68
65
*/
69
66
public GoogleCloudAiplatformV1beta1Retrieval setDisableAttribution (java .lang .Boolean disableAttribution ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-firebaseml</artifactId >
11
- <version >v2beta-rev20240704 -2.0.0</version >
12
- <name >Firebase ML API v2beta-rev20240704 -2.0.0</name >
11
+ <version >v2beta-rev20240719 -2.0.0</version >
12
+ <name >Firebase ML API v2beta-rev20240719 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-firebaseml</artifactId >
25
- <version >v2beta-rev20240704 -2.0.0</version >
25
+ <version >v2beta-rev20240719 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20240704 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20240719 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments