| 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 |
|---|---|
Future<GetKnowledgeBaseResult> |
AbstractAWSBedrockAgentAsync.getKnowledgeBaseAsync(GetKnowledgeBaseRequest request,
AsyncHandler<GetKnowledgeBaseRequest,GetKnowledgeBaseResult> asyncHandler) |
Future<GetKnowledgeBaseResult> |
AWSBedrockAgentAsync.getKnowledgeBaseAsync(GetKnowledgeBaseRequest getKnowledgeBaseRequest,
AsyncHandler<GetKnowledgeBaseRequest,GetKnowledgeBaseResult> asyncHandler)
Gets information about a knoweldge base.
|
Future<GetKnowledgeBaseResult> |
AWSBedrockAgentAsyncClient.getKnowledgeBaseAsync(GetKnowledgeBaseRequest request,
AsyncHandler<GetKnowledgeBaseRequest,GetKnowledgeBaseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetKnowledgeBaseRequest |
GetKnowledgeBaseRequest.clone() |
GetKnowledgeBaseRequest |
GetKnowledgeBaseRequest.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to get information.
|
Copyright © 2024. All rights reserved.