Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeExecutionContent
-
Packages that use NodeExecutionContent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeExecutionContent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeExecutionContent Modifier and Type Method Description NodeExecutionContentNodeInputField. content()The content of the input field, which can contain text or structured data.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 NodeExecutionContent Modifier and Type Method Description NodeInputField.BuilderNodeInputField.Builder. content(NodeExecutionContent content)The content of the input field, which can contain text or structured data.NodeOutputField.BuilderNodeOutputField.Builder. content(NodeExecutionContent content)The content of the output field, which can contain text or structured data.
-