Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationInput
-
Packages that use InvocationInput Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InvocationInput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationInput Modifier and Type Method Description InvocationInputOrchestrationTrace. invocationInput()Contains information pertaining to the action group or knowledge base that is being invoked.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InvocationInput Modifier and Type Method Description static OrchestrationTraceOrchestrationTrace. fromInvocationInput(InvocationInput invocationInput)Create an instance of this class withOrchestrationTrace.invocationInput()initialized to the given value.OrchestrationTrace.BuilderOrchestrationTrace.Builder. invocationInput(InvocationInput invocationInput)Contains information pertaining to the action group or knowledge base that is being invoked.
-