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