Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.CreateInvocationResponse
Packages that use CreateInvocationResponse
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of CreateInvocationResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return CreateInvocationResponseModifier and TypeMethodDescriptiondefault CreateInvocationResponseBedrockAgentRuntimeClient.createInvocation(Consumer<CreateInvocationRequest.Builder> createInvocationRequest) Creates a new invocation within a session.default CreateInvocationResponseBedrockAgentRuntimeClient.createInvocation(CreateInvocationRequest createInvocationRequest) Creates a new invocation within a session.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type CreateInvocationResponseModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.createInvocation(Consumer<CreateInvocationRequest.Builder> createInvocationRequest) Creates a new invocation within a session.BedrockAgentRuntimeAsyncClient.createInvocation(CreateInvocationRequest createInvocationRequest) Creates a new invocation within a session.