| 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 |
|---|---|
PrepareAgentResult |
AWSBedrockAgentClient.prepareAgent(PrepareAgentRequest request)
Prepares an existing Amazon Bedrock Agent to receive runtime requests
|
PrepareAgentResult |
AWSBedrockAgent.prepareAgent(PrepareAgentRequest prepareAgentRequest)
Prepares an existing Amazon Bedrock Agent to receive runtime requests
|
PrepareAgentResult |
AbstractAWSBedrockAgent.prepareAgent(PrepareAgentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<PrepareAgentResult> |
AWSBedrockAgentAsyncClient.prepareAgentAsync(PrepareAgentRequest request,
AsyncHandler<PrepareAgentRequest,PrepareAgentResult> asyncHandler) |
Future<PrepareAgentResult> |
AbstractAWSBedrockAgentAsync.prepareAgentAsync(PrepareAgentRequest request,
AsyncHandler<PrepareAgentRequest,PrepareAgentResult> asyncHandler) |
Future<PrepareAgentResult> |
AWSBedrockAgentAsync.prepareAgentAsync(PrepareAgentRequest prepareAgentRequest,
AsyncHandler<PrepareAgentRequest,PrepareAgentResult> asyncHandler)
Prepares an existing Amazon Bedrock Agent to receive runtime requests
|
| Modifier and Type | Method and Description |
|---|---|
PrepareAgentResult |
PrepareAgentResult.clone() |
PrepareAgentResult |
PrepareAgentResult.withAgentId(String agentId) |
PrepareAgentResult |
PrepareAgentResult.withAgentStatus(AgentStatus agentStatus) |
PrepareAgentResult |
PrepareAgentResult.withAgentStatus(String agentStatus) |
PrepareAgentResult |
PrepareAgentResult.withAgentVersion(String agentVersion) |
PrepareAgentResult |
PrepareAgentResult.withPreparedAt(Date preparedAt) |
Copyright © 2024. All rights reserved.