Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.MessageStopEvent.Builder
Packages that use MessageStopEvent.Builder
Package
Description
-
Uses of MessageStopEvent.Builder in software.amazon.awssdk.services.bedrockruntime.model
Classes in software.amazon.awssdk.services.bedrockruntime.model that implement MessageStopEvent.BuilderMethods in software.amazon.awssdk.services.bedrockruntime.model that return MessageStopEvent.BuilderModifier and TypeMethodDescriptionMessageStopEvent.Builder.additionalModelResponseFields(Document additionalModelResponseFields) The additional model response fields.final MessageStopEvent.BuilderMessageStopEvent.BuilderImpl.additionalModelResponseFields(Document additionalModelResponseFields) static MessageStopEvent.BuilderMessageStopEvent.builder()static MessageStopEvent.BuilderConverseStreamOutput.messageStopBuilder()Create a builder for themessageStopevent type for this stream.MessageStopEvent.Builder.stopReason(String stopReason) The reason why the model stopped generating output.MessageStopEvent.Builder.stopReason(StopReason stopReason) The reason why the model stopped generating output.final MessageStopEvent.BuilderMessageStopEvent.BuilderImpl.stopReason(String stopReason) final MessageStopEvent.BuilderMessageStopEvent.BuilderImpl.stopReason(StopReason stopReason) MessageStopEvent.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type MessageStopEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MessageStopEvent.Builder>MessageStopEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type MessageStopEvent.BuilderModifier and TypeMethodDescriptionfinal MessageStopEventMessageStopEvent.copy(Consumer<? super MessageStopEvent.Builder> modifier) -
Uses of MessageStopEvent.Builder in software.amazon.awssdk.services.bedrockruntime.model.conversestreamoutput