Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.CreateSessionRequest
-
Packages that use CreateSessionRequest 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 CreateSessionRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type CreateSessionRequest Modifier and Type Method Description 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.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. -
Uses of CreateSessionRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type CreateSessionRequest Modifier and Type Method Description SdkHttpFullRequestCreateSessionRequestMarshaller. marshall(CreateSessionRequest createSessionRequest)
-