You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GenerationConfig.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,14 @@ public final class GenerationConfig extends com.google.api.client.json.GenericJs
67
67
@com.google.api.client.util.Key
68
68
privatejava.lang.StringresponseMimeType;
69
69
70
+
/**
71
+
* Optional. Control Three levels of creativity in the model output. Default:
72
+
* RESPONSE_STYLE_BALANCED
73
+
* The value may be {@code null}.
74
+
*/
75
+
@com.google.api.client.util.Key
76
+
privatejava.lang.StringresponseStyle;
77
+
70
78
/**
71
79
* Optional. Stop sequences.
72
80
* The value may be {@code null}.
@@ -186,6 +194,25 @@ public GenerationConfig setResponseMimeType(java.lang.String responseMimeType) {
186
194
returnthis;
187
195
}
188
196
197
+
/**
198
+
* Optional. Control Three levels of creativity in the model output. Default:
199
+
* RESPONSE_STYLE_BALANCED
200
+
* @return value or {@code null} for none
201
+
*/
202
+
publicjava.lang.StringgetResponseStyle() {
203
+
returnresponseStyle;
204
+
}
205
+
206
+
/**
207
+
* Optional. Control Three levels of creativity in the model output. Default:
208
+
* RESPONSE_STYLE_BALANCED
209
+
* @param responseStyle responseStyle or {@code null} for none
0 commit comments