Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeOutputField
-
Packages that use FlowTraceNodeOutputField Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 FlowTraceNodeOutputField Modifier and Type Method Description 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 FlowTraceNodeOutputField Modifier and Type Method Description FlowTraceNodeOutputEvent.BuilderFlowTraceNodeOutputEvent.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 FlowTraceNodeOutputField Modifier and Type Method Description FlowTraceNodeOutputEvent.BuilderFlowTraceNodeOutputEvent.Builder. fields(Collection<FlowTraceNodeOutputField> fields)An array of objects containing information about each field in the output.
-