Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeOutputField
Packages that use NodeOutputField
-
Uses of NodeOutputField in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeOutputFieldModifier and TypeMethodDescriptionfinal List<NodeOutputField>NodeOutputEvent.fields()A list of output fields produced by the node.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type NodeOutputFieldModifier and TypeMethodDescriptionNodeOutputEvent.Builder.fields(NodeOutputField... fields) A list of output fields produced by the node.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type NodeOutputFieldModifier and TypeMethodDescriptionNodeOutputEvent.Builder.fields(Collection<NodeOutputField> fields) A list of output fields produced by the node.