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
public static final class GenerationConfig.Builder {
356
354
ctor public GenerationConfig.Builder();
357
355
method public com.google.firebase.ai.type.GenerationConfig build();
356
+
method public com.google.firebase.ai.type.GenerationConfig.Builder setCandidateCount(Integer? candidateCount);
357
+
method public com.google.firebase.ai.type.GenerationConfig.Builder setFrequencyPenalty(Float? frequencyPenalty);
358
+
method public com.google.firebase.ai.type.GenerationConfig.Builder setMaxOutputTokens(Integer? maxOutputTokens);
359
+
method public com.google.firebase.ai.type.GenerationConfig.Builder setPresencePenalty(Float? presencePenalty);
360
+
method public com.google.firebase.ai.type.GenerationConfig.Builder setResponseMimeType(String? responseMimeType);
361
+
method public com.google.firebase.ai.type.GenerationConfig.Builder setResponseModalities(java.util.List<com.google.firebase.ai.type.ResponseModality>? responseModalities);
362
+
method public com.google.firebase.ai.type.GenerationConfig.Builder setResponseSchema(com.google.firebase.ai.type.Schema? responseSchema);
363
+
method public com.google.firebase.ai.type.GenerationConfig.Builder setStopSequences(java.util.List<java.lang.String>? stopSequences);
364
+
method public com.google.firebase.ai.type.GenerationConfig.Builder setTemperature(Float? temperature);
365
+
method public com.google.firebase.ai.type.GenerationConfig.Builder setTopK(Integer? topK);
366
+
method public com.google.firebase.ai.type.GenerationConfig.Builder setTopP(Float? topP);
0 commit comments