Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeDependencyEvent
Packages that use NodeDependencyEvent
-
Uses of NodeDependencyEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeDependencyEventModifier and TypeMethodDescriptionfinal NodeDependencyEventFlowExecutionEvent.nodeDependencyEvent()Contains information about an internal trace of a specific node during execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type NodeDependencyEventModifier and TypeMethodDescriptionstatic FlowExecutionEventFlowExecutionEvent.fromNodeDependencyEvent(NodeDependencyEvent nodeDependencyEvent) Create an instance of this class withFlowExecutionEvent.nodeDependencyEvent()initialized to the given value.FlowExecutionEvent.Builder.nodeDependencyEvent(NodeDependencyEvent nodeDependencyEvent) Contains information about an internal trace of a specific node during execution.