| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
An example service, deployed with the Octane Service creator, which will echo the string
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAgentKnowledgeBaseResult> |
AWSBedrockAgentAsyncClient.getAgentKnowledgeBaseAsync(GetAgentKnowledgeBaseRequest request,
AsyncHandler<GetAgentKnowledgeBaseRequest,GetAgentKnowledgeBaseResult> asyncHandler) |
Future<GetAgentKnowledgeBaseResult> |
AWSBedrockAgentAsync.getAgentKnowledgeBaseAsync(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest,
AsyncHandler<GetAgentKnowledgeBaseRequest,GetAgentKnowledgeBaseResult> asyncHandler)
Gets a knowledge base associated to an existing Amazon Bedrock Agent Version
|
Future<GetAgentKnowledgeBaseResult> |
AbstractAWSBedrockAgentAsync.getAgentKnowledgeBaseAsync(GetAgentKnowledgeBaseRequest request,
AsyncHandler<GetAgentKnowledgeBaseRequest,GetAgentKnowledgeBaseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAgentKnowledgeBaseRequest |
GetAgentKnowledgeBaseRequest.clone() |
GetAgentKnowledgeBaseRequest |
GetAgentKnowledgeBaseRequest.withAgentId(String agentId)
Id generated at the server side when an Agent is created
|
GetAgentKnowledgeBaseRequest |
GetAgentKnowledgeBaseRequest.withAgentVersion(String agentVersion)
Version number generated when a version is created
|
GetAgentKnowledgeBaseRequest |
GetAgentKnowledgeBaseRequest.withKnowledgeBaseId(String knowledgeBaseId)
Id generated at the server side when a Knowledge Base is associated
|
Copyright © 2024. All rights reserved.