Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeActionEvent
Packages that use FlowTraceNodeActionEvent
-
Uses of FlowTraceNodeActionEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowTraceNodeActionEventModifier and TypeMethodDescriptionfinal FlowTraceNodeActionEventFlowTrace.nodeActionTrace()Contains information about an action (operation) called by a node.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowTraceNodeActionEventModifier and TypeMethodDescriptionstatic FlowTraceFlowTrace.fromNodeActionTrace(FlowTraceNodeActionEvent nodeActionTrace) Create an instance of this class withFlowTrace.nodeActionTrace()initialized to the given value.FlowTrace.Builder.nodeActionTrace(FlowTraceNodeActionEvent nodeActionTrace) Contains information about an action (operation) called by a node.