| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerruntime.model | |
| software.amazon.awssdk.services.sagemakerruntime.model.responsestream |
| Modifier and Type | Class and Description |
|---|---|
class |
PayloadPart
A wrapper for pieces of the payload that's returned in response to a streaming inference request.
|
| 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 |
InvokeEndpointWithResponseStreamResponseHandler.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 |
|---|---|
InvokeEndpointWithResponseStreamResponseHandler.Visitor.Builder |
InvokeEndpointWithResponseStreamResponseHandler.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 |
DefaultPayloadPart
A specialization of
software.amazon.awssdk.services.sagemakerruntime.model.PayloadPart that represents the
ResponseStream$PayloadPart event. |
Copyright © 2023. All rights reserved.