| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
CreateKnowledgeBaseResult |
AWSBedrockAgentClient.createKnowledgeBase(CreateKnowledgeBaseRequest request)
Creates a knowledge base that contains data sources from which information can be queried and used by LLMs.
|
CreateKnowledgeBaseResult |
AWSBedrockAgent.createKnowledgeBase(CreateKnowledgeBaseRequest createKnowledgeBaseRequest)
Creates a knowledge base that contains data sources from which information can be queried and used by LLMs.
|
CreateKnowledgeBaseResult |
AbstractAWSBedrockAgent.createKnowledgeBase(CreateKnowledgeBaseRequest request) |
Future<CreateKnowledgeBaseResult> |
AWSBedrockAgentAsyncClient.createKnowledgeBaseAsync(CreateKnowledgeBaseRequest request) |
Future<CreateKnowledgeBaseResult> |
AWSBedrockAgentAsync.createKnowledgeBaseAsync(CreateKnowledgeBaseRequest createKnowledgeBaseRequest)
Creates a knowledge base that contains data sources from which information can be queried and used by LLMs.
|
Future<CreateKnowledgeBaseResult> |
AbstractAWSBedrockAgentAsync.createKnowledgeBaseAsync(CreateKnowledgeBaseRequest request) |
Future<CreateKnowledgeBaseResult> |
AWSBedrockAgentAsyncClient.createKnowledgeBaseAsync(CreateKnowledgeBaseRequest request,
AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResult> asyncHandler) |
Future<CreateKnowledgeBaseResult> |
AWSBedrockAgentAsync.createKnowledgeBaseAsync(CreateKnowledgeBaseRequest createKnowledgeBaseRequest,
AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResult> asyncHandler)
Creates a knowledge base that contains data sources from which information can be queried and used by LLMs.
|
Future<CreateKnowledgeBaseResult> |
AbstractAWSBedrockAgentAsync.createKnowledgeBaseAsync(CreateKnowledgeBaseRequest request,
AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKnowledgeBaseResult> |
AWSBedrockAgentAsyncClient.createKnowledgeBaseAsync(CreateKnowledgeBaseRequest request,
AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResult> asyncHandler) |
Future<CreateKnowledgeBaseResult> |
AWSBedrockAgentAsync.createKnowledgeBaseAsync(CreateKnowledgeBaseRequest createKnowledgeBaseRequest,
AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResult> asyncHandler)
Creates a knowledge base that contains data sources from which information can be queried and used by LLMs.
|
Future<CreateKnowledgeBaseResult> |
AbstractAWSBedrockAgentAsync.createKnowledgeBaseAsync(CreateKnowledgeBaseRequest request,
AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.clone() |
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.withDescription(String description)
A description of the knowledge base.
|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.withKnowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration)
Contains details about the embeddings model used for the knowledge base.
|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.withName(String name)
A name for the knowledge base.
|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.withStorageConfiguration(StorageConfiguration storageConfiguration)
Contains details about the configuration of the vector database used for the knowledge base.
|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.withTags(Map<String,String> tags)
Specify the key-value pairs for the tags that you want to attach to your knowledge base in this object.
|
Copyright © 2024. All rights reserved.