Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.CreateSessionResponse
-
Packages that use CreateSessionResponse Package Description software.amazon.awssdk.services.bedrockagentruntime 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 CreateSessionResponse Modifier and Type Method Description default 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 CreateSessionResponse Modifier and Type Method Description default 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.
-