Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.NodeOutputField.Builder
-
Packages that use NodeOutputField.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeOutputField.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeOutputField.Builder Modifier and Type Method Description static NodeOutputField.BuilderNodeOutputField. builder()default NodeOutputField.BuilderNodeOutputField.Builder. content(Consumer<NodeExecutionContent.Builder> content)The content of the output 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.NodeOutputField.BuilderNodeOutputField.Builder. name(String name)The name of the output field as defined in the node's output schema.NodeOutputField.BuilderNodeOutputField. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeOutputField.Builder Modifier and Type Method Description static Class<? extends NodeOutputField.Builder>NodeOutputField. serializableBuilderClass()
-