Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeInputEvent
Packages that use NodeInputEvent
-
Uses of NodeInputEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeInputEventModifier and TypeMethodDescriptionfinal NodeInputEventFlowExecutionEvent.nodeInputEvent()Contains information about the inputs provided to a specific node during execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type NodeInputEventModifier and TypeMethodDescriptionstatic FlowExecutionEventFlowExecutionEvent.fromNodeInputEvent(NodeInputEvent nodeInputEvent) Create an instance of this class withFlowExecutionEvent.nodeInputEvent()initialized to the given value.FlowExecutionEvent.Builder.nodeInputEvent(NodeInputEvent nodeInputEvent) Contains information about the inputs provided to a specific node during execution.