| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Agent |
Agent.clone() |
Agent |
UpdateAgentResult.getAgent()
Contains details about the agent that was updated.
|
Agent |
GetAgentResult.getAgent()
Contains details about the agent.
|
Agent |
CreateAgentResult.getAgent()
Contains details about the agent created.
|
Agent |
Agent.withAgentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent.
|
Agent |
Agent.withAgentId(String agentId)
The unique identifier of the agent.
|
Agent |
Agent.withAgentName(String agentName)
The name of the agent.
|
Agent |
Agent.withAgentResourceRoleArn(String agentResourceRoleArn)
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
|
Agent |
Agent.withAgentStatus(AgentStatus agentStatus)
The status of the agent and whether it is ready for use.
|
Agent |
Agent.withAgentStatus(String agentStatus)
The status of the agent and whether it is ready for use.
|
Agent |
Agent.withAgentVersion(String agentVersion)
The version of the agent.
|
Agent |
Agent.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
Agent |
Agent.withCreatedAt(Date createdAt)
The time at which the agent was created.
|
Agent |
Agent.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.
|
Agent |
Agent.withDescription(String description)
The description of the agent.
|
Agent |
Agent.withFailureReasons(Collection<String> failureReasons)
Contains reasons that the agent-related API that you invoked failed.
|
Agent |
Agent.withFailureReasons(String... failureReasons)
Contains reasons that the agent-related API that you invoked failed.
|
Agent |
Agent.withFoundationModel(String foundationModel)
The foundation model used for orchestration by the agent.
|
Agent |
Agent.withGuardrailConfiguration(GuardrailConfiguration guardrailConfiguration)
Details about the guardrail associated with the agent.
|
Agent |
Agent.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.
|
Agent |
Agent.withInstruction(String instruction)
Instructions that tell the agent what it should do and how it should interact with users.
|
Agent |
Agent.withMemoryConfiguration(MemoryConfiguration memoryConfiguration)
Contains memory configuration for the agent.
|
Agent |
Agent.withPreparedAt(Date preparedAt)
The time at which the agent was last prepared.
|
Agent |
Agent.withPromptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration)
Contains configurations to override prompt templates in different parts of an agent sequence.
|
Agent |
Agent.withRecommendedActions(Collection<String> recommendedActions)
Contains recommended actions to take for the agent-related API that you invoked to succeed.
|
Agent |
Agent.withRecommendedActions(String... recommendedActions)
Contains recommended actions to take for the agent-related API that you invoked to succeed.
|
Agent |
Agent.withUpdatedAt(Date updatedAt)
The time at which the agent was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAgentResult.setAgent(Agent agent)
Contains details about the agent that was updated.
|
void |
GetAgentResult.setAgent(Agent agent)
Contains details about the agent.
|
void |
CreateAgentResult.setAgent(Agent agent)
Contains details about the agent created.
|
UpdateAgentResult |
UpdateAgentResult.withAgent(Agent agent)
Contains details about the agent that was updated.
|
GetAgentResult |
GetAgentResult.withAgent(Agent agent)
Contains details about the agent.
|
CreateAgentResult |
CreateAgentResult.withAgent(Agent agent)
Contains details about the agent created.
|
Copyright © 2024. All rights reserved.