Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeOutputEvent
-
Packages that use NodeOutputEvent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeOutputEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeOutputEvent Modifier and Type Method Description NodeOutputEventFlowExecutionEvent. nodeOutputEvent()Contains information about the outputs produced by a specific node during execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type NodeOutputEvent Modifier and Type Method Description static FlowExecutionEventFlowExecutionEvent. fromNodeOutputEvent(NodeOutputEvent nodeOutputEvent)Create an instance of this class withFlowExecutionEvent.nodeOutputEvent()initialized to the given value.FlowExecutionEvent.BuilderFlowExecutionEvent.Builder. nodeOutputEvent(NodeOutputEvent nodeOutputEvent)Contains information about the outputs produced by a specific node during execution.
-