| Class | Description |
|---|---|
| AutomaticFunctionCallingResponder |
A responder that automatically calls functions when requested by the GenAI model.
|
| ChatSession |
Represents a conversation between the user and the model.
|
| Constants |
A class that holds all constants for vertexai/generativeai.
|
| ContentMaker |
Helper class to create content.
|
| ContentMaker.ContentMakerForRole |
Helper class to create content for a given role.
|
| FunctionDeclarationMaker |
Helper class to create
FunctionDeclaration |
| GenerativeModel |
This class holds a generative model that can complete what you provided.
|
| GenerativeModel.Builder |
Builder class for
GenerativeModel. |
| PartMaker |
Helper class to create
Part |
| ResponseHandler |
Helper class to post-process GenerateContentResponse.
|
| ResponseStream<GenerateContentResponse> |
An iterable of GenerateContentResponse.
|
| ResponseStreamIteratorWithHistory<GenerateContentResponse> |
Iterator of the ResponseStream that holds the response chunks.
|
| SchemaMaker |
Helper class to create
Schema |
Copyright © 2025 Google LLC. All rights reserved.