Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.OrchestrationModelInvocationOutput
-
Packages that use OrchestrationModelInvocationOutput Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of OrchestrationModelInvocationOutput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return OrchestrationModelInvocationOutput Modifier and Type Method Description OrchestrationModelInvocationOutputOrchestrationTrace. 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 OrchestrationModelInvocationOutput Modifier and Type Method Description static OrchestrationTraceOrchestrationTrace. fromModelInvocationOutput(OrchestrationModelInvocationOutput modelInvocationOutput)Create an instance of this class withOrchestrationTrace.modelInvocationOutput()initialized to the given value.OrchestrationTrace.BuilderOrchestrationTrace.Builder. modelInvocationOutput(OrchestrationModelInvocationOutput modelInvocationOutput)Contains information pertaining to the output from the foundation model that is being invoked.
-