Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CfnHarness.Builder
Packages that use CfnHarness.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of CfnHarness.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CfnHarness.BuilderModifier and TypeMethodDescriptionCfnHarness.Builder.allowedTools(List<String> allowedTools) The tools that the agent is allowed to use.CfnHarness.Builder.authorizerConfiguration(IResolvable authorizerConfiguration) CfnHarness.Builder.authorizerConfiguration(CfnHarness.AuthorizerConfigurationProperty authorizerConfiguration) static CfnHarness.BuilderCfnHarness.Builder.environment(IResolvable environment) CfnHarness.Builder.environment(CfnHarness.HarnessEnvironmentProviderProperty environment) CfnHarness.Builder.environmentArtifact(IResolvable environmentArtifact) CfnHarness.Builder.environmentArtifact(CfnHarness.HarnessEnvironmentArtifactProperty environmentArtifact) CfnHarness.Builder.environmentVariables(Map<String, String> environmentVariables) Environment variables to set in the harness runtime environment.CfnHarness.Builder.environmentVariables(IResolvable environmentVariables) Environment variables to set in the harness runtime environment.CfnHarness.Builder.executionRoleArn(String executionRoleArn) The ARN of the IAM role that the harness assumes when running.CfnHarness.Builder.harnessName(String harnessName) The name of the harness.CfnHarness.Builder.maxIterations(Number maxIterations) The maximum number of iterations the agent loop can execute per invocation.The maximum number of tokens the agent can generate per iteration.CfnHarness.Builder.memory(IResolvable memory) CfnHarness.Builder.memory(CfnHarness.HarnessMemoryConfigurationProperty memory) CfnHarness.Builder.model(IResolvable model) CfnHarness.Builder.model(CfnHarness.HarnessModelConfigurationProperty model) The skills available to the agent.CfnHarness.Builder.skills(IResolvable skills) The skills available to the agent.CfnHarness.Builder.systemPrompt(List<? extends Object> systemPrompt) The system prompt that defines the agent's behavior.CfnHarness.Builder.systemPrompt(IResolvable systemPrompt) The system prompt that defines the agent's behavior.Tags to apply to the harness resource.CfnHarness.Builder.timeoutSeconds(Number timeoutSeconds) The maximum duration in seconds for the agent loop execution per invocation.The tools available to the agent.CfnHarness.Builder.tools(IResolvable tools) The tools available to the agent.CfnHarness.Builder.truncation(IResolvable truncation) CfnHarness.Builder.truncation(CfnHarness.HarnessTruncationConfigurationProperty truncation)