Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationInput
Packages that use InvocationInput
-
Uses of InvocationInput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationInputModifier and TypeMethodDescriptionfinal InvocationInputOrchestrationTrace.invocationInput()Contains information pertaining to the action group or knowledge base that is being invoked.final InvocationInputRoutingClassifierTrace.invocationInput()The classifier's invocation input.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InvocationInputModifier and TypeMethodDescriptionstatic OrchestrationTraceOrchestrationTrace.fromInvocationInput(InvocationInput invocationInput) Create an instance of this class withOrchestrationTrace.invocationInput()initialized to the given value.static RoutingClassifierTraceRoutingClassifierTrace.fromInvocationInput(InvocationInput invocationInput) Create an instance of this class withRoutingClassifierTrace.invocationInput()initialized to the given value.OrchestrationTrace.Builder.invocationInput(InvocationInput invocationInput) Contains information pertaining to the action group or knowledge base that is being invoked.RoutingClassifierTrace.Builder.invocationInput(InvocationInput invocationInput) The classifier's invocation input.