| Package | Description |
|---|---|
| com.google.cloud.vertexai.generativeai |
| Modifier and Type | Method and Description |
|---|---|
GenerativeModel |
GenerativeModel.Builder.build() |
GenerativeModel |
GenerativeModel.withGenerationConfig(GenerationConfig generationConfig)
Creates a copy of the current model with updated GenerationConfig.
|
GenerativeModel |
GenerativeModel.withSafetySettings(List<SafetySetting> safetySettings)
Creates a copy of the current model with updated safetySettings.
|
GenerativeModel |
GenerativeModel.withSystemInstruction(Content systemInstruction)
Creates a copy of the current model with updated system instructions.
|
GenerativeModel |
GenerativeModel.withToolConfig(ToolConfig toolConfig)
Creates a copy of the current model with updated tool config.
|
GenerativeModel |
GenerativeModel.withTools(List<Tool> tools)
Creates a copy of the current model with updated tools.
|
| Constructor and Description |
|---|
ChatSession(GenerativeModel model)
Creates a new chat session given a GenerativeModel instance.
|
Copyright © 2025 Google LLC. All rights reserved.