Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeExecutionContent
Packages that use NodeExecutionContent
-
Uses of NodeExecutionContent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeExecutionContentModifier and TypeMethodDescriptionfinal NodeExecutionContentNodeInputField.content()The content of the input field, which can contain text or structured data.final NodeExecutionContentNodeOutputField.content()The content of the output field, which can contain text or structured data.static NodeExecutionContentNodeExecutionContent.fromDocument(Document document) Create an instance of this class withdocument()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type NodeExecutionContentModifier and TypeMethodDescriptionNodeInputField.Builder.content(NodeExecutionContent content) The content of the input field, which can contain text or structured data.NodeOutputField.Builder.content(NodeExecutionContent content) The content of the output field, which can contain text or structured data.