| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrockruntime.model | |
| software.amazon.awssdk.services.bedrockruntime.model.responsestream |
| Modifier and Type | Class and Description |
|---|---|
class |
PayloadPart
Payload content included in the response.
|
| Modifier and Type | Field and Description |
|---|---|
static ResponseStream |
ResponseStream.UNKNOWN
Special type of
ResponseStream for unknown types of events that this version of the SDK does not know
about |
| Modifier and Type | Method and Description |
|---|---|
default void |
InvokeModelWithResponseStreamResponseHandler.Visitor.visitDefault(ResponseStream event)
A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.
|
| Modifier and Type | Method and Description |
|---|---|
InvokeModelWithResponseStreamResponseHandler.Visitor.Builder |
InvokeModelWithResponseStreamResponseHandler.Visitor.Builder.onDefault(Consumer<ResponseStream> c)
Callback to invoke when either an unknown event is visited or an unhandled event is visited.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultChunk
A specialization of
software.amazon.awssdk.services.bedrockruntime.model.PayloadPart that represents the
ResponseStream$chunk event. |
Copyright © 2023. All rights reserved.