Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailEvent
-
-
Uses of GuardrailEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GuardrailEvent Modifier and Type Method Description GuardrailEventGuardrailEvent.BuilderImpl. build()GuardrailEventGuardrailEvent. copy(Consumer<? super GuardrailEvent.Builder> modifier)Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailEvent Modifier and Type Method Description default voidRetrieveAndGenerateStreamResponseHandler.Visitor. visitGuardrail(GuardrailEvent event)Invoked when aGuardrailEventis encountered.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type GuardrailEvent Modifier and Type Method Description RetrieveAndGenerateStreamResponseHandler.Visitor.BuilderRetrieveAndGenerateStreamResponseHandler.Visitor.Builder. onGuardrail(Consumer<GuardrailEvent> c)Callback to invoke when aGuardrailEventis visited.Constructors in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailEvent Constructor Description BuilderImpl(GuardrailEvent model) -
Uses of GuardrailEvent in software.amazon.awssdk.services.bedrockagentruntime.model.retrieveandgeneratestreamresponseoutput
Subclasses of GuardrailEvent in software.amazon.awssdk.services.bedrockagentruntime.model.retrieveandgeneratestreamresponseoutput Modifier and Type Class Description classDefaultGuardrailA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.GuardrailEventthat represents theRetrieveAndGenerateStreamResponseOutput$guardrailevent.
-