Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAgentPropsMixin.Builder
Packages that use CfnAgentPropsMixin.Builder
-
Uses of CfnAgentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.bedrock
Methods in software.amazon.awscdk.cfnpropertymixins.services.bedrock that return CfnAgentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAgentPropsMixin.Builder.actionGroups(List<? extends Object> actionGroups) The action groups that belong to an agent.CfnAgentPropsMixin.Builder.actionGroups(IResolvable actionGroups) The action groups that belong to an agent.CfnAgentPropsMixin.Builder.agentCollaboration(String agentCollaboration) The agent's collaboration settings.CfnAgentPropsMixin.Builder.agentCollaborators(List<? extends Object> agentCollaborators) List of Agent Collaborators.CfnAgentPropsMixin.Builder.agentCollaborators(IResolvable agentCollaborators) List of Agent Collaborators.The name of the agent.CfnAgentPropsMixin.Builder.agentResourceRoleArn(String agentResourceRoleArn) The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.CfnAgentPropsMixin.Builder.autoPrepare(Boolean autoPrepare) Specifies whether to automatically update theDRAFTversion of the agent after making changes to the agent.CfnAgentPropsMixin.Builder.autoPrepare(IResolvable autoPrepare) Specifies whether to automatically update theDRAFTversion of the agent after making changes to the agent.static CfnAgentPropsMixin.BuilderCfnAgentPropsMixin.Builder.create()static CfnAgentPropsMixin.BuilderCfnAgentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAgentPropsMixin.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the AWS key that encrypts the agent.CfnAgentPropsMixin.Builder.customOrchestration(CfnAgentPropsMixin.CustomOrchestrationProperty customOrchestration) Contains custom orchestration configurations for the agent.CfnAgentPropsMixin.Builder.customOrchestration(IResolvable customOrchestration) Contains custom orchestration configurations for the agent.CfnAgentPropsMixin.Builder.description(String description) The description of the agent.CfnAgentPropsMixin.Builder.foundationModel(String foundationModel) The foundation model used for orchestration by the agent.CfnAgentPropsMixin.Builder.guardrailConfiguration(CfnAgentPropsMixin.GuardrailConfigurationProperty guardrailConfiguration) Details about the guardrail associated with the agent.CfnAgentPropsMixin.Builder.guardrailConfiguration(IResolvable guardrailConfiguration) Details about the guardrail associated with the agent.CfnAgentPropsMixin.Builder.idleSessionTtlInSeconds(Number idleSessionTtlInSeconds) The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.CfnAgentPropsMixin.Builder.instruction(String instruction) Instructions that tell the agent what it should do and how it should interact with users.CfnAgentPropsMixin.Builder.knowledgeBases(List<? extends Object> knowledgeBases) The knowledge bases associated with the agent.CfnAgentPropsMixin.Builder.knowledgeBases(IResolvable knowledgeBases) The knowledge bases associated with the agent.CfnAgentPropsMixin.Builder.memoryConfiguration(CfnAgentPropsMixin.MemoryConfigurationProperty memoryConfiguration) Contains memory configuration for the agent.CfnAgentPropsMixin.Builder.memoryConfiguration(IResolvable memoryConfiguration) Contains memory configuration for the agent.CfnAgentPropsMixin.Builder.orchestrationType(String orchestrationType) Specifies the orchestration strategy for the agent.CfnAgentPropsMixin.Builder.promptOverrideConfiguration(CfnAgentPropsMixin.PromptOverrideConfigurationProperty promptOverrideConfiguration) Contains configurations to override prompt templates in different parts of an agent sequence.CfnAgentPropsMixin.Builder.promptOverrideConfiguration(IResolvable promptOverrideConfiguration) Contains configurations to override prompt templates in different parts of an agent sequence.CfnAgentPropsMixin.Builder.skipResourceInUseCheckOnDelete(Boolean skipResourceInUseCheckOnDelete) Specifies whether to delete the resource even if it's in use.CfnAgentPropsMixin.Builder.skipResourceInUseCheckOnDelete(IResolvable skipResourceInUseCheckOnDelete) Specifies whether to delete the resource even if it's in use.Metadata that you can assign to a resource as key-value pairs.CfnAgentPropsMixin.Builder.testAliasTags(Map<String, String> testAliasTags) Metadata that you can assign to a resource as key-value pairs.CfnAgentPropsMixin.Builder.testAliasTags(IResolvable testAliasTags) Metadata that you can assign to a resource as key-value pairs.