Package software.amazon.awssdk.services.bedrockruntime.model.invokemodelwithbidirectionalstreaminput
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 ofsoftware.amazon.awssdk.services.bedrockruntime.model.BidirectionalInputPayloadPartthat represents theInvokeModelWithBidirectionalStreamInput$chunkevent. Do not use this class directly. Instead, use the static builder methods onInvokeModelWithBidirectionalStreamInput.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultChunk.Builder-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.bedrockruntime.model.InvokeModelWithBidirectionalStreamInput
InvokeModelWithBidirectionalStreamInput.EventType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultChunk.Builderbuilder()InvokeModelWithBidirectionalStreamInput.EventTypesdkEventType()The type of this event.DefaultChunk.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.bedrockruntime.model.BidirectionalInputPayloadPart
bytes, copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
-
-
-
Method Detail
-
toBuilder
public DefaultChunk.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BidirectionalInputPayloadPart.Builder,BidirectionalInputPayloadPart>- Overrides:
toBuilderin classBidirectionalInputPayloadPart
-
builder
public static DefaultChunk.Builder builder()
-
sdkEventType
public InvokeModelWithBidirectionalStreamInput.EventType sdkEventType()
Description copied from interface:InvokeModelWithBidirectionalStreamInputThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-