Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeDependencyEvent
-
Packages that use NodeDependencyEvent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeDependencyEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeDependencyEvent Modifier and Type Method Description 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 NodeDependencyEvent Modifier and Type Method Description static FlowExecutionEventFlowExecutionEvent. fromNodeDependencyEvent(NodeDependencyEvent nodeDependencyEvent)Create an instance of this class withFlowExecutionEvent.nodeDependencyEvent()initialized to the given value.FlowExecutionEvent.BuilderFlowExecutionEvent.Builder. nodeDependencyEvent(NodeDependencyEvent nodeDependencyEvent)Contains information about an internal trace of a specific node during execution.
-