Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTrace
Packages that use FlowTrace
-
Uses of FlowTrace in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowTraceModifier and TypeMethodDescriptionstatic FlowTraceFlowTrace.fromConditionNodeResultTrace(Consumer<FlowTraceConditionNodeResultEvent.Builder> conditionNodeResultTrace) Create an instance of this class withconditionNodeResultTrace()initialized to the given value.static FlowTraceFlowTrace.fromConditionNodeResultTrace(FlowTraceConditionNodeResultEvent conditionNodeResultTrace) Create an instance of this class withconditionNodeResultTrace()initialized to the given value.static FlowTraceFlowTrace.fromNodeActionTrace(Consumer<FlowTraceNodeActionEvent.Builder> nodeActionTrace) Create an instance of this class withnodeActionTrace()initialized to the given value.static FlowTraceFlowTrace.fromNodeActionTrace(FlowTraceNodeActionEvent nodeActionTrace) Create an instance of this class withnodeActionTrace()initialized to the given value.static FlowTraceFlowTrace.fromNodeDependencyTrace(Consumer<FlowTraceDependencyEvent.Builder> nodeDependencyTrace) Create an instance of this class withnodeDependencyTrace()initialized to the given value.static FlowTraceFlowTrace.fromNodeDependencyTrace(FlowTraceDependencyEvent nodeDependencyTrace) Create an instance of this class withnodeDependencyTrace()initialized to the given value.static FlowTraceFlowTrace.fromNodeInputTrace(Consumer<FlowTraceNodeInputEvent.Builder> nodeInputTrace) Create an instance of this class withnodeInputTrace()initialized to the given value.static FlowTraceFlowTrace.fromNodeInputTrace(FlowTraceNodeInputEvent nodeInputTrace) Create an instance of this class withnodeInputTrace()initialized to the given value.static FlowTraceFlowTrace.fromNodeOutputTrace(Consumer<FlowTraceNodeOutputEvent.Builder> nodeOutputTrace) Create an instance of this class withnodeOutputTrace()initialized to the given value.static FlowTraceFlowTrace.fromNodeOutputTrace(FlowTraceNodeOutputEvent nodeOutputTrace) Create an instance of this class withnodeOutputTrace()initialized to the given value.final FlowTraceFlowTraceEvent.trace()The trace object containing information about an input or output for a node in the flow.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowTraceModifier and TypeMethodDescriptionThe trace object containing information about an input or output for a node in the flow.final FlowTraceEvent.Builder