Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvokeInlineAgentRequest
-
Packages that use InvokeInlineAgentRequest Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.transform -
-
Uses of InvokeInlineAgentRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type InvokeInlineAgentRequest Modifier and Type Method Description default CompletableFuture<Void>BedrockAgentRuntimeAsyncClient. invokeInlineAgent(InvokeInlineAgentRequest invokeInlineAgentRequest, InvokeInlineAgentResponseHandler asyncResponseHandler)Invokes an inline Amazon Bedrock agent using the configurations you provide with the request. -
Uses of InvokeInlineAgentRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type InvokeInlineAgentRequest Modifier and Type Method Description SdkHttpFullRequestInvokeInlineAgentRequestMarshaller. marshall(InvokeInlineAgentRequest invokeInlineAgentRequest)
-