Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.CreateSessionResponse
Packages that use CreateSessionResponse
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of CreateSessionResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return CreateSessionResponseModifier and TypeMethodDescriptiondefault CreateSessionResponseBedrockAgentRuntimeClient.createSession(Consumer<CreateSessionRequest.Builder> createSessionRequest) Creates a session to temporarily store conversations for generative AI (GenAI) applications built with open-source frameworks such as LangGraph and LlamaIndex.default CreateSessionResponseBedrockAgentRuntimeClient.createSession(CreateSessionRequest createSessionRequest) Creates a session to temporarily store conversations for generative AI (GenAI) applications built with open-source frameworks such as LangGraph and LlamaIndex.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type CreateSessionResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateSessionResponse>BedrockAgentRuntimeAsyncClient.createSession(Consumer<CreateSessionRequest.Builder> createSessionRequest) Creates a session to temporarily store conversations for generative AI (GenAI) applications built with open-source frameworks such as LangGraph and LlamaIndex.default CompletableFuture<CreateSessionResponse>BedrockAgentRuntimeAsyncClient.createSession(CreateSessionRequest createSessionRequest) Creates a session to temporarily store conversations for generative AI (GenAI) applications built with open-source frameworks such as LangGraph and LlamaIndex.