Interface InvokeModelWithBidirectionalStreamInput
- All Known Implementing Classes:
BidirectionalInputPayloadPart
,DefaultChunk
@Generated("software.amazon.awssdk:codegen")
public interface InvokeModelWithBidirectionalStreamInput
Base interface for all event types in InvokeModelWithBidirectionalStreamInput.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The known possible types of events forInvokeModelWithBidirectionalStreamInput
. -
Method Summary
Modifier and TypeMethodDescriptionCreate a builder for thechunk
event type for this stream.The type of this event.
-
Method Details
-
chunkBuilder
Create a builder for thechunk
event type for this stream. -
sdkEventType
The type of this event. Corresponds to the:event-type
header on the Message.
-