Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreateKnowledgeBaseRequest.Builder
Packages that use CreateKnowledgeBaseRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type CreateKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.createKnowledgeBase(Consumer<CreateKnowledgeBaseRequest.Builder> createKnowledgeBaseRequest) Creates a knowledge base.default CreateKnowledgeBaseResponseBedrockAgentClient.createKnowledgeBase(Consumer<CreateKnowledgeBaseRequest.Builder> createKnowledgeBaseRequest) Creates a knowledge base. -
Uses of CreateKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CreateKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionCreateKnowledgeBaseRequest.builder()CreateKnowledgeBaseRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.CreateKnowledgeBaseRequest.Builder.description(String description) A description of the knowledge base.CreateKnowledgeBaseRequest.Builder.knowledgeBaseConfiguration(Consumer<KnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration) Contains details about the embeddings model used for the knowledge base.CreateKnowledgeBaseRequest.Builder.knowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration) Contains details about the embeddings model used for the knowledge base.A name for the knowledge base.CreateKnowledgeBaseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateKnowledgeBaseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.CreateKnowledgeBaseRequest.Builder.storageConfiguration(Consumer<StorageConfiguration.Builder> storageConfiguration) Contains details about the configuration of the vector database used for the knowledge base.CreateKnowledgeBaseRequest.Builder.storageConfiguration(StorageConfiguration storageConfiguration) Contains details about the configuration of the vector database used for the knowledge base.Specify the key-value pairs for the tags that you want to attach to your knowledge base in this object.CreateKnowledgeBaseRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreateKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateKnowledgeBaseRequest.Builder>CreateKnowledgeBaseRequest.serializableBuilderClass()