Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeInputEvent
Packages that use FlowTraceNodeInputEvent
-
Uses of FlowTraceNodeInputEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowTraceNodeInputEventModifier and TypeMethodDescriptionfinal FlowTraceNodeInputEventFlowTrace.nodeInputTrace()Contains information about the input into a node.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowTraceNodeInputEventModifier and TypeMethodDescriptionstatic FlowTraceFlowTrace.fromNodeInputTrace(FlowTraceNodeInputEvent nodeInputTrace) Create an instance of this class withFlowTrace.nodeInputTrace()initialized to the given value.FlowTrace.Builder.nodeInputTrace(FlowTraceNodeInputEvent nodeInputTrace) Contains information about the input into a node.