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