| 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<UpdateAgentResult> |
AWSBedrockAgentAsyncClient.updateAgentAsync(UpdateAgentRequest request,
AsyncHandler<UpdateAgentRequest,UpdateAgentResult> asyncHandler) |
Future<UpdateAgentResult> |
AWSBedrockAgentAsync.updateAgentAsync(UpdateAgentRequest updateAgentRequest,
AsyncHandler<UpdateAgentRequest,UpdateAgentResult> asyncHandler)
Updates the configuration of an agent.
|
Future<UpdateAgentResult> |
AbstractAWSBedrockAgentAsync.updateAgentAsync(UpdateAgentRequest request,
AsyncHandler<UpdateAgentRequest,UpdateAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAgentRequest |
UpdateAgentRequest.clone() |
UpdateAgentRequest |
UpdateAgentRequest.withAgentId(String agentId)
The unique identifier of the agent.
|
UpdateAgentRequest |
UpdateAgentRequest.withAgentName(String agentName)
Specifies a new name for the agent.
|
UpdateAgentRequest |
UpdateAgentRequest.withAgentResourceRoleArn(String agentResourceRoleArn)
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
|
UpdateAgentRequest |
UpdateAgentRequest.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.
|
UpdateAgentRequest |
UpdateAgentRequest.withDescription(String description)
Specifies a new description of the agent.
|
UpdateAgentRequest |
UpdateAgentRequest.withFoundationModel(String foundationModel)
Specifies a new foundation model to be used for orchestration by the agent.
|
UpdateAgentRequest |
UpdateAgentRequest.withGuardrailConfiguration(GuardrailConfiguration guardrailConfiguration)
The unique Guardrail configuration assigned to the agent when it is updated.
|
UpdateAgentRequest |
UpdateAgentRequest.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.
|
UpdateAgentRequest |
UpdateAgentRequest.withInstruction(String instruction)
Specifies new instructions that tell the agent what it should do and how it should interact with users.
|
UpdateAgentRequest |
UpdateAgentRequest.withPromptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration)
Contains configurations to override prompts in different parts of an agent sequence.
|
Copyright © 2024. All rights reserved.