| Package | Description |
|---|---|
| com.google.cloud.vertexai.generativeai |
| Modifier and Type | Method and Description |
|---|---|
ResponseStream<GenerateContentResponse> |
GenerativeModel.generateContentStream(Content content)
Generates content with streaming support from generative model given a single Content.
|
ResponseStream<GenerateContentResponse> |
GenerativeModel.generateContentStream(List<Content> contents)
Generates content with streaming support from generative model given a list of contents.
|
ResponseStream<GenerateContentResponse> |
GenerativeModel.generateContentStream(String text)
Generates content with streaming support from generative model given a text.
|
ResponseStream<GenerateContentResponse> |
ChatSession.sendMessageStream(Content content)
Sends a message to the model and returns a stream of responses.
|
ResponseStream<GenerateContentResponse> |
ChatSession.sendMessageStream(String text)
Sends a message to the model and returns a stream of responses.
|
Copyright © 2024 Google LLC. All rights reserved.