Collaborator.Builder |
Collaborator.Builder.actionGroups(Collection<AgentActionGroup> actionGroups) |
List of action groups with each action group defining tasks the inline collaborator agent needs to carry out.
|
Collaborator.Builder |
Collaborator.Builder.actionGroups(Consumer<AgentActionGroup.Builder>... actionGroups) |
List of action groups with each action group defining tasks the inline collaborator agent needs to carry out.
|
Collaborator.Builder |
Collaborator.Builder.actionGroups(AgentActionGroup... actionGroups) |
List of action groups with each action group defining tasks the inline collaborator agent needs to carry out.
|
Collaborator.Builder |
Collaborator.Builder.agentCollaboration(String agentCollaboration) |
Defines how the inline supervisor agent handles information across multiple collaborator agents to coordinate
a final response.
|
Collaborator.Builder |
Collaborator.Builder.agentCollaboration(AgentCollaboration agentCollaboration) |
Defines how the inline supervisor agent handles information across multiple collaborator agents to coordinate
a final response.
|
Collaborator.Builder |
Collaborator.Builder.agentName(String agentName) |
Name of the inline collaborator agent which must be the same name as specified for
collaboratorName.
|
static Collaborator.Builder |
Collaborator.builder() |
|
Collaborator.Builder |
Collaborator.Builder.collaboratorConfigurations(Collection<CollaboratorConfiguration> collaboratorConfigurations) |
Settings of the collaborator agent.
|
Collaborator.Builder |
Collaborator.Builder.collaboratorConfigurations(Consumer<CollaboratorConfiguration.Builder>... collaboratorConfigurations) |
Settings of the collaborator agent.
|
Collaborator.Builder |
Collaborator.Builder.collaboratorConfigurations(CollaboratorConfiguration... collaboratorConfigurations) |
Settings of the collaborator agent.
|
Collaborator.Builder |
Collaborator.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) |
The Amazon Resource Name (ARN) of the AWS KMS key that encrypts the inline collaborator.
|
Collaborator.Builder |
Collaborator.Builder.foundationModel(String foundationModel) |
The foundation model used by the inline collaborator agent.
|
default Collaborator.Builder |
Collaborator.Builder.guardrailConfiguration(Consumer<GuardrailConfigurationWithArn.Builder> guardrailConfiguration) |
Details of the guardwrail associated with the inline collaborator.
|
Collaborator.Builder |
Collaborator.Builder.guardrailConfiguration(GuardrailConfigurationWithArn guardrailConfiguration) |
Details of the guardwrail associated with the inline collaborator.
|
Collaborator.Builder |
Collaborator.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
The number of seconds for which the Amazon Bedrock keeps information about the user's conversation with the
inline collaborator agent.
|
Collaborator.Builder |
Collaborator.Builder.instruction(String instruction) |
Instruction that tell the inline collaborator agent what it should do and how it should interact with users.
|
Collaborator.Builder |
Collaborator.Builder.knowledgeBases(Collection<KnowledgeBase> knowledgeBases) |
Knowledge base associated with the inline collaborator agent.
|
Collaborator.Builder |
Collaborator.Builder.knowledgeBases(Consumer<KnowledgeBase.Builder>... knowledgeBases) |
Knowledge base associated with the inline collaborator agent.
|
Collaborator.Builder |
Collaborator.Builder.knowledgeBases(KnowledgeBase... knowledgeBases) |
Knowledge base associated with the inline collaborator agent.
|
default Collaborator.Builder |
Collaborator.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) |
Contains configurations to override prompt templates in different parts of an inline collaborator sequence.
|
Collaborator.Builder |
Collaborator.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) |
Contains configurations to override prompt templates in different parts of an inline collaborator sequence.
|
Collaborator.Builder |
Collaborator.toBuilder() |
|