Uses of Class
com.google.genai.types.GenerateContentConfig.Builder
Packages that use GenerateContentConfig.Builder
-
Uses of GenerateContentConfig.Builder in com.google.genai.types
Methods in com.google.genai.types that return GenerateContentConfig.BuilderModifier and TypeMethodDescriptionabstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.audioTimestamp(boolean audioTimestamp) Setter for audioTimestamp.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.automaticFunctionCalling(AutomaticFunctionCallingConfig automaticFunctionCalling) Setter for automaticFunctionCalling.GenerateContentConfig.Builder.automaticFunctionCalling(AutomaticFunctionCallingConfig.Builder automaticFunctionCallingBuilder) Setter for automaticFunctionCalling builder.GenerateContentConfig.builder()Instantiates a builder for GenerateContentConfig.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.cachedContent(String cachedContent) Setter for cachedContent.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.candidateCount(Integer candidateCount) Setter for candidateCount.GenerateContentConfig.Builder.clearAudioTimestamp()Clears the value of audioTimestamp field.GenerateContentConfig.Builder.clearAutomaticFunctionCalling()Clears the value of automaticFunctionCalling field.GenerateContentConfig.Builder.clearCachedContent()Clears the value of cachedContent field.GenerateContentConfig.Builder.clearCandidateCount()Clears the value of candidateCount field.GenerateContentConfig.Builder.clearFrequencyPenalty()Clears the value of frequencyPenalty field.GenerateContentConfig.Builder.clearHttpOptions()Clears the value of httpOptions field.GenerateContentConfig.Builder.clearImageConfig()Clears the value of imageConfig field.GenerateContentConfig.Builder.clearLabels()Clears the value of labels field.GenerateContentConfig.Builder.clearLogprobs()Clears the value of logprobs field.GenerateContentConfig.Builder.clearMaxOutputTokens()Clears the value of maxOutputTokens field.GenerateContentConfig.Builder.clearMediaResolution()Clears the value of mediaResolution field.GenerateContentConfig.Builder.clearModelSelectionConfig()Clears the value of modelSelectionConfig field.GenerateContentConfig.Builder.clearPresencePenalty()Clears the value of presencePenalty field.GenerateContentConfig.Builder.clearResponseJsonSchema()Clears the value of responseJsonSchema field.GenerateContentConfig.Builder.clearResponseLogprobs()Clears the value of responseLogprobs field.GenerateContentConfig.Builder.clearResponseMimeType()Clears the value of responseMimeType field.GenerateContentConfig.Builder.clearResponseModalities()Clears the value of responseModalities field.GenerateContentConfig.Builder.clearResponseSchema()Clears the value of responseSchema field.GenerateContentConfig.Builder.clearRoutingConfig()Clears the value of routingConfig field.GenerateContentConfig.Builder.clearSafetySettings()Clears the value of safetySettings field.GenerateContentConfig.Builder.clearSeed()Clears the value of seed field.GenerateContentConfig.Builder.clearShouldReturnHttpResponse()Clears the value of shouldReturnHttpResponse field.GenerateContentConfig.Builder.clearSpeechConfig()Clears the value of speechConfig field.GenerateContentConfig.Builder.clearStopSequences()Clears the value of stopSequences field.GenerateContentConfig.Builder.clearSystemInstruction()Clears the value of systemInstruction field.GenerateContentConfig.Builder.clearTemperature()Clears the value of temperature field.GenerateContentConfig.Builder.clearThinkingConfig()Clears the value of thinkingConfig field.GenerateContentConfig.Builder.clearToolConfig()Clears the value of toolConfig field.GenerateContentConfig.Builder.clearTools()Clears the value of tools field.GenerateContentConfig.Builder.clearTopK()Clears the value of topK field.GenerateContentConfig.Builder.clearTopP()Clears the value of topP field.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.frequencyPenalty(Float frequencyPenalty) Setter for frequencyPenalty.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.httpOptions(HttpOptions httpOptions) Setter for httpOptions.GenerateContentConfig.Builder.httpOptions(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.imageConfig(ImageConfig imageConfig) Setter for imageConfig.GenerateContentConfig.Builder.imageConfig(ImageConfig.Builder imageConfigBuilder) Setter for imageConfig builder.abstract GenerateContentConfig.BuilderSetter for labels.abstract GenerateContentConfig.BuilderSetter for logprobs.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.maxOutputTokens(Integer maxOutputTokens) Setter for maxOutputTokens.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.mediaResolution(MediaResolution mediaResolution) Setter for mediaResolution.GenerateContentConfig.Builder.mediaResolution(MediaResolution.Known knownType) Setter for mediaResolution given a known enum.GenerateContentConfig.Builder.mediaResolution(String mediaResolution) Setter for mediaResolution given a string.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.modelSelectionConfig(ModelSelectionConfig modelSelectionConfig) Setter for modelSelectionConfig.GenerateContentConfig.Builder.modelSelectionConfig(ModelSelectionConfig.Builder modelSelectionConfigBuilder) Setter for modelSelectionConfig builder.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.presencePenalty(Float presencePenalty) Setter for presencePenalty.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.responseJsonSchema(Object responseJsonSchema) Setter for responseJsonSchema.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.responseLogprobs(boolean responseLogprobs) Setter for responseLogprobs.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.responseMimeType(String responseMimeType) Setter for responseMimeType.GenerateContentConfig.Builder.responseModalities(String... responseModalities) Setter for responseModalities.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.responseModalities(List<String> responseModalities) Setter for responseModalities.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.responseSchema(Schema responseSchema) Setter for responseSchema.GenerateContentConfig.Builder.responseSchema(Schema.Builder responseSchemaBuilder) Setter for responseSchema builder.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.routingConfig(GenerationConfigRoutingConfig routingConfig) Setter for routingConfig.GenerateContentConfig.Builder.routingConfig(GenerationConfigRoutingConfig.Builder routingConfigBuilder) Setter for routingConfig builder.GenerateContentConfig.Builder.safetySettings(SafetySetting... safetySettings) Setter for safetySettings.GenerateContentConfig.Builder.safetySettings(SafetySetting.Builder... safetySettingsBuilders) Setter for safetySettings builder.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.safetySettings(List<SafetySetting> safetySettings) Setter for safetySettings.abstract GenerateContentConfig.BuilderSetter for seed.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.shouldReturnHttpResponse(boolean shouldReturnHttpResponse) Setter for shouldReturnHttpResponse.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.speechConfig(SpeechConfig speechConfig) Setter for speechConfig.GenerateContentConfig.Builder.speechConfig(SpeechConfig.Builder speechConfigBuilder) Setter for speechConfig builder.GenerateContentConfig.Builder.stopSequences(String... stopSequences) Setter for stopSequences.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.stopSequences(List<String> stopSequences) Setter for stopSequences.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.systemInstruction(Content systemInstruction) Setter for systemInstruction.GenerateContentConfig.Builder.systemInstruction(Content.Builder systemInstructionBuilder) Setter for systemInstruction builder.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.temperature(Float temperature) Setter for temperature.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.thinkingConfig(ThinkingConfig thinkingConfig) Setter for thinkingConfig.GenerateContentConfig.Builder.thinkingConfig(ThinkingConfig.Builder thinkingConfigBuilder) Setter for thinkingConfig builder.abstract GenerateContentConfig.BuilderGenerateContentConfig.toBuilder()Creates a builder with the same values as this instance.abstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.toolConfig(ToolConfig toolConfig) Setter for toolConfig.GenerateContentConfig.Builder.toolConfig(ToolConfig.Builder toolConfigBuilder) Setter for toolConfig builder.Setter for tools.GenerateContentConfig.Builder.tools(Tool.Builder... toolsBuilders) Setter for tools builder.abstract GenerateContentConfig.BuilderSetter for tools.abstract GenerateContentConfig.BuilderSetter for topK.abstract GenerateContentConfig.BuilderSetter for topP.Methods in com.google.genai.types with parameters of type GenerateContentConfig.BuilderModifier and TypeMethodDescriptionGenerateContentParameters.Builder.config(GenerateContentConfig.Builder configBuilder) Setter for config builder.InlinedRequest.Builder.config(GenerateContentConfig.Builder configBuilder) Setter for config builder.