Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeOutputField
Packages that use FlowTraceNodeOutputField
-
Uses of FlowTraceNodeOutputField in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowTraceNodeOutputFieldModifier and TypeMethodDescriptionfinal List<FlowTraceNodeOutputField>FlowTraceNodeOutputEvent.fields()An array of objects containing information about each field in the output.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowTraceNodeOutputFieldModifier and TypeMethodDescriptionFlowTraceNodeOutputEvent.Builder.fields(FlowTraceNodeOutputField... fields) An array of objects containing information about each field in the output.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowTraceNodeOutputFieldModifier and TypeMethodDescriptionFlowTraceNodeOutputEvent.Builder.fields(Collection<FlowTraceNodeOutputField> fields) An array of objects containing information about each field in the output.