Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeOutputField
-
Packages that use NodeOutputField Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 NodeOutputField Modifier and Type Method Description 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 NodeOutputField Modifier and Type Method Description NodeOutputEvent.BuilderNodeOutputEvent.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 NodeOutputField Modifier and Type Method Description NodeOutputEvent.BuilderNodeOutputEvent.Builder. fields(Collection<NodeOutputField> fields)A list of output fields produced by the node.
-