Class DefaultChunk
java.lang.Object
software.amazon.awssdk.services.bedrockruntime.model.BidirectionalInputPayloadPart
software.amazon.awssdk.services.bedrockruntime.model.invokemodelwithbidirectionalstreaminput.DefaultChunk
- All Implemented Interfaces:
Serializable
,SdkPojo
,InvokeModelWithBidirectionalStreamInput
,ToCopyableBuilder<BidirectionalInputPayloadPart.Builder,
BidirectionalInputPayloadPart>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultChunk
extends BidirectionalInputPayloadPart
A specialization of
software.amazon.awssdk.services.bedrockruntime.model.BidirectionalInputPayloadPart
that
represents the InvokeModelWithBidirectionalStreamInput$chunk
event. Do not use this class directly. Instead,
use the static builder methods on
InvokeModelWithBidirectionalStreamInput
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.bedrockruntime.model.InvokeModelWithBidirectionalStreamInput
InvokeModelWithBidirectionalStreamInput.EventType
-
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultChunk.Builder
builder()
The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.bedrockruntime.model.BidirectionalInputPayloadPart
bytes, copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<BidirectionalInputPayloadPart.Builder,
BidirectionalInputPayloadPart> - Overrides:
toBuilder
in classBidirectionalInputPayloadPart
- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:InvokeModelWithBidirectionalStreamInput
The type of this event. Corresponds to the:event-type
header on the Message.
-