| 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. |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
PrepareAgentResult |
PrepareAgentResult.clone() |
PrepareAgentResult |
PrepareAgentResult.withAgentId(String agentId)
The unique identifier of the agent for which the
DRAFT version was created. |
PrepareAgentResult |
PrepareAgentResult.withAgentStatus(AgentStatus agentStatus)
The status of the
DRAFT version and whether it is ready for use. |
PrepareAgentResult |
PrepareAgentResult.withAgentStatus(String agentStatus)
The status of the
DRAFT version and whether it is ready for use. |
PrepareAgentResult |
PrepareAgentResult.withAgentVersion(String agentVersion)
The version of the agent.
|
PrepareAgentResult |
PrepareAgentResult.withPreparedAt(Date preparedAt)
The time at which the
DRAFT version of the agent was last prepared. |
Copyright © 2024. All rights reserved.