Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.Collaborator.Builder
Packages that use Collaborator.Builder
-
Uses of Collaborator.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Collaborator.BuilderModifier and TypeMethodDescriptionCollaborator.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.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.actionGroups(AgentActionGroup... actionGroups) List of action groups with each action group defining tasks the inline collaborator agent needs to carry out.Collaborator.Builder.agentCollaboration(String agentCollaboration) Defines how the inline supervisor agent handles information across multiple collaborator agents to coordinate a final response.Collaborator.Builder.agentCollaboration(AgentCollaboration agentCollaboration) Defines how the inline supervisor agent handles information across multiple collaborator agents to coordinate a final response.Name of the inline collaborator agent which must be the same name as specified forcollaboratorName.static Collaborator.BuilderCollaborator.builder()Collaborator.Builder.collaboratorConfigurations(Collection<CollaboratorConfiguration> collaboratorConfigurations) Settings of the collaborator agent.Collaborator.Builder.collaboratorConfigurations(Consumer<CollaboratorConfiguration.Builder>... collaboratorConfigurations) Settings of the collaborator agent.Collaborator.Builder.collaboratorConfigurations(CollaboratorConfiguration... collaboratorConfigurations) Settings of the collaborator agent.Collaborator.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the AWS KMS key that encrypts the inline collaborator.Collaborator.Builder.foundationModel(String foundationModel) The foundation model used by the inline collaborator agent.default Collaborator.BuilderCollaborator.Builder.guardrailConfiguration(Consumer<GuardrailConfigurationWithArn.Builder> guardrailConfiguration) Details of the guardwrail associated with the inline collaborator.Collaborator.Builder.guardrailConfiguration(GuardrailConfigurationWithArn guardrailConfiguration) Details of the guardwrail associated with the inline collaborator.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.instruction(String instruction) Instruction that tell the inline collaborator agent what it should do and how it should interact with users.Collaborator.Builder.knowledgeBases(Collection<KnowledgeBase> knowledgeBases) Knowledge base associated with the inline collaborator agent.Collaborator.Builder.knowledgeBases(Consumer<KnowledgeBase.Builder>... knowledgeBases) Knowledge base associated with the inline collaborator agent.Collaborator.Builder.knowledgeBases(KnowledgeBase... knowledgeBases) Knowledge base associated with the inline collaborator agent.default Collaborator.BuilderCollaborator.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) Contains configurations to override prompt templates in different parts of an inline collaborator sequence.Collaborator.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) Contains configurations to override prompt templates in different parts of an inline collaborator sequence.Collaborator.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Collaborator.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Collaborator.Builder>Collaborator.serializableBuilderClass()