| 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 |
|---|---|
CreateAgentResult |
AbstractAWSBedrockAgent.createAgent(CreateAgentRequest request) |
CreateAgentResult |
AWSBedrockAgent.createAgent(CreateAgentRequest createAgentRequest)
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
CreateAgentResult |
AWSBedrockAgentClient.createAgent(CreateAgentRequest request)
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
Future<CreateAgentResult> |
AbstractAWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest request) |
Future<CreateAgentResult> |
AWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest createAgentRequest)
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
Future<CreateAgentResult> |
AWSBedrockAgentAsyncClient.createAgentAsync(CreateAgentRequest request) |
Future<CreateAgentResult> |
AbstractAWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest request,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler) |
Future<CreateAgentResult> |
AWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest createAgentRequest,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler)
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
Future<CreateAgentResult> |
AWSBedrockAgentAsyncClient.createAgentAsync(CreateAgentRequest request,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAgentResult> |
AbstractAWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest request,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler) |
Future<CreateAgentResult> |
AWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest createAgentRequest,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler)
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
Future<CreateAgentResult> |
AWSBedrockAgentAsyncClient.createAgentAsync(CreateAgentRequest request,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAgentRequest |
CreateAgentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAgentRequest |
CreateAgentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAgentRequest |
CreateAgentRequest.clone() |
CreateAgentRequest |
CreateAgentRequest.withAgentName(String agentName)
A name for the agent that you create.
|
CreateAgentRequest |
CreateAgentRequest.withAgentResourceRoleArn(String agentResourceRoleArn)
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
|
CreateAgentRequest |
CreateAgentRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreateAgentRequest |
CreateAgentRequest.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.
|
CreateAgentRequest |
CreateAgentRequest.withDescription(String description)
A description of the agent.
|
CreateAgentRequest |
CreateAgentRequest.withFoundationModel(String foundationModel)
The foundation model to be used for orchestration by the agent you create.
|
CreateAgentRequest |
CreateAgentRequest.withGuardrailConfiguration(GuardrailConfiguration guardrailConfiguration)
The unique Guardrail configuration assigned to the agent when it is created.
|
CreateAgentRequest |
CreateAgentRequest.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.
|
CreateAgentRequest |
CreateAgentRequest.withInstruction(String instruction)
Instructions that tell the agent what it should do and how it should interact with users.
|
CreateAgentRequest |
CreateAgentRequest.withMemoryConfiguration(MemoryConfiguration memoryConfiguration)
Contains the details of the memory configured for the agent.
|
CreateAgentRequest |
CreateAgentRequest.withPromptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration)
Contains configurations to override prompts in different parts of an agent sequence.
|
CreateAgentRequest |
CreateAgentRequest.withTags(Map<String,String> tags)
Any tags that you want to attach to the agent.
|
Copyright © 2024. All rights reserved.