| 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 |
|---|---|
PrepareAgentResult |
AbstractAWSBedrockAgent.prepareAgent(PrepareAgentRequest request) |
PrepareAgentResult |
AWSBedrockAgent.prepareAgent(PrepareAgentRequest prepareAgentRequest)
Creates a
DRAFT version of the agent that can be used for internal testing. |
PrepareAgentResult |
AWSBedrockAgentClient.prepareAgent(PrepareAgentRequest request)
Creates a
DRAFT version of the agent that can be used for internal testing. |
Future<PrepareAgentResult> |
AbstractAWSBedrockAgentAsync.prepareAgentAsync(PrepareAgentRequest request) |
Future<PrepareAgentResult> |
AWSBedrockAgentAsync.prepareAgentAsync(PrepareAgentRequest prepareAgentRequest)
Creates a
DRAFT version of the agent that can be used for internal testing. |
Future<PrepareAgentResult> |
AWSBedrockAgentAsyncClient.prepareAgentAsync(PrepareAgentRequest request) |
Future<PrepareAgentResult> |
AbstractAWSBedrockAgentAsync.prepareAgentAsync(PrepareAgentRequest request,
AsyncHandler<PrepareAgentRequest,PrepareAgentResult> asyncHandler) |
Future<PrepareAgentResult> |
AWSBedrockAgentAsync.prepareAgentAsync(PrepareAgentRequest prepareAgentRequest,
AsyncHandler<PrepareAgentRequest,PrepareAgentResult> asyncHandler)
Creates a
DRAFT version of the agent that can be used for internal testing. |
Future<PrepareAgentResult> |
AWSBedrockAgentAsyncClient.prepareAgentAsync(PrepareAgentRequest request,
AsyncHandler<PrepareAgentRequest,PrepareAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PrepareAgentResult> |
AbstractAWSBedrockAgentAsync.prepareAgentAsync(PrepareAgentRequest request,
AsyncHandler<PrepareAgentRequest,PrepareAgentResult> asyncHandler) |
Future<PrepareAgentResult> |
AWSBedrockAgentAsync.prepareAgentAsync(PrepareAgentRequest prepareAgentRequest,
AsyncHandler<PrepareAgentRequest,PrepareAgentResult> asyncHandler)
Creates a
DRAFT version of the agent that can be used for internal testing. |
Future<PrepareAgentResult> |
AWSBedrockAgentAsyncClient.prepareAgentAsync(PrepareAgentRequest request,
AsyncHandler<PrepareAgentRequest,PrepareAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PrepareAgentRequest |
PrepareAgentRequest.clone() |
PrepareAgentRequest |
PrepareAgentRequest.withAgentId(String agentId)
The unique identifier of the agent for which to create a
DRAFT version. |
Copyright © 2024. All rights reserved.