Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeOutputEvent.Builder
Packages that use NodeOutputEvent.Builder
-
Uses of NodeOutputEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeOutputEvent.BuilderModifier and TypeMethodDescriptionstatic NodeOutputEvent.BuilderNodeOutputEvent.builder()NodeOutputEvent.Builder.fields(Collection<NodeOutputField> fields) A list of output fields produced by the node.NodeOutputEvent.Builder.fields(Consumer<NodeOutputField.Builder>... fields) A list of output fields produced by the node.NodeOutputEvent.Builder.fields(NodeOutputField... fields) A list of output fields produced by the node.The name of the node that produced the outputs.The timestamp when the outputs were produced by the node.NodeOutputEvent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeOutputEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NodeOutputEvent.Builder>NodeOutputEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type NodeOutputEvent.BuilderModifier and TypeMethodDescriptionstatic FlowExecutionEventFlowExecutionEvent.fromNodeOutputEvent(Consumer<NodeOutputEvent.Builder> nodeOutputEvent) Create an instance of this class withFlowExecutionEvent.nodeOutputEvent()initialized to the given value.default FlowExecutionEvent.BuilderFlowExecutionEvent.Builder.nodeOutputEvent(Consumer<NodeOutputEvent.Builder> nodeOutputEvent) Contains information about the outputs produced by a specific node during execution.