Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.CreateSessionRequest.Builder
Packages that use CreateSessionRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of CreateSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type CreateSessionRequest.BuilderModifier 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 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. -
Uses of CreateSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CreateSessionRequest.BuilderModifier and TypeMethodDescriptionstatic CreateSessionRequest.BuilderCreateSessionRequest.builder()CreateSessionRequest.Builder.encryptionKeyArn(String encryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key to use to encrypt the session data.CreateSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateSessionRequest.Builder.sessionMetadata(Map<String, String> sessionMetadata) A map of key-value pairs containing attributes to be persisted across the session.Specify the key-value pairs for the tags that you want to attach to the session.CreateSessionRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CreateSessionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateSessionRequest.Builder>CreateSessionRequest.serializableBuilderClass()