Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.OrchestrationModelInvocationOutput
Packages that use OrchestrationModelInvocationOutput
-
Uses of OrchestrationModelInvocationOutput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return OrchestrationModelInvocationOutputModifier and TypeMethodDescriptionOrchestrationTrace.modelInvocationOutput()Contains information pertaining to the output from the foundation model that is being invoked.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type OrchestrationModelInvocationOutputModifier and TypeMethodDescriptionstatic OrchestrationTraceOrchestrationTrace.fromModelInvocationOutput(OrchestrationModelInvocationOutput modelInvocationOutput) Create an instance of this class withOrchestrationTrace.modelInvocationOutput()initialized to the given value.OrchestrationTrace.Builder.modelInvocationOutput(OrchestrationModelInvocationOutput modelInvocationOutput) Contains information pertaining to the output from the foundation model that is being invoked.