Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.CreateInvocationRequest
-
Packages that use CreateInvocationRequest 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 CreateInvocationRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type CreateInvocationRequest Modifier and Type Method Description default CompletableFuture<CreateInvocationResponse>
BedrockAgentRuntimeAsyncClient. createInvocation(CreateInvocationRequest createInvocationRequest)
Creates a new invocation within a session.default CreateInvocationResponse
BedrockAgentRuntimeClient. createInvocation(CreateInvocationRequest createInvocationRequest)
Creates a new invocation within a session. -
Uses of CreateInvocationRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type CreateInvocationRequest Modifier and Type Method Description SdkHttpFullRequest
CreateInvocationRequestMarshaller. marshall(CreateInvocationRequest createInvocationRequest)
-