Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.InvokeHarnessRequest.Builder
Packages that use InvokeHarnessRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of InvokeHarnessRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type InvokeHarnessRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Void>BedrockAgentCoreAsyncClient.invokeHarness(Consumer<InvokeHarnessRequest.Builder> invokeHarnessRequest, InvokeHarnessResponseHandler asyncResponseHandler) Operation to invoke a Harness. -
Uses of InvokeHarnessRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return InvokeHarnessRequest.BuilderModifier and TypeMethodDescriptionThe actor ID for memory operations.InvokeHarnessRequest.Builder.allowedTools(String... allowedTools) The tools that the agent is allowed to use for this invocation.InvokeHarnessRequest.Builder.allowedTools(Collection<String> allowedTools) The tools that the agent is allowed to use for this invocation.static InvokeHarnessRequest.BuilderInvokeHarnessRequest.builder()InvokeHarnessRequest.Builder.harnessArn(String harnessArn) The ARN of the harness to invoke.InvokeHarnessRequest.Builder.maxIterations(Integer maxIterations) The maximum number of iterations the agent loop can execute.The maximum number of tokens the agent can generate per iteration.InvokeHarnessRequest.Builder.messages(Collection<HarnessMessage> messages) The messages to send to the agent.InvokeHarnessRequest.Builder.messages(Consumer<HarnessMessage.Builder>... messages) The messages to send to the agent.InvokeHarnessRequest.Builder.messages(HarnessMessage... messages) The messages to send to the agent.default InvokeHarnessRequest.BuilderInvokeHarnessRequest.Builder.model(Consumer<HarnessModelConfiguration.Builder> model) The model configuration to use for this invocation.InvokeHarnessRequest.Builder.model(HarnessModelConfiguration model) The model configuration to use for this invocation.InvokeHarnessRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) InvokeHarnessRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) InvokeHarnessRequest.Builder.runtimeSessionId(String runtimeSessionId) The session ID for the invocation.InvokeHarnessRequest.Builder.runtimeUserId(String runtimeUserId) An identifier for the end user making the request.InvokeHarnessRequest.Builder.skills(Collection<HarnessSkill> skills) The skills available to the agent for this invocation.InvokeHarnessRequest.Builder.skills(Consumer<HarnessSkill.Builder>... skills) The skills available to the agent for this invocation.InvokeHarnessRequest.Builder.skills(HarnessSkill... skills) The skills available to the agent for this invocation.InvokeHarnessRequest.Builder.systemPrompt(Collection<HarnessSystemContentBlock> systemPrompt) The system prompt to use for this invocation.InvokeHarnessRequest.Builder.systemPrompt(Consumer<HarnessSystemContentBlock.Builder>... systemPrompt) The system prompt to use for this invocation.InvokeHarnessRequest.Builder.systemPrompt(HarnessSystemContentBlock... systemPrompt) The system prompt to use for this invocation.InvokeHarnessRequest.Builder.timeoutSeconds(Integer timeoutSeconds) The maximum duration in seconds for the agent loop execution.InvokeHarnessRequest.toBuilder()InvokeHarnessRequest.Builder.tools(Collection<HarnessTool> tools) The tools available to the agent for this invocation.InvokeHarnessRequest.Builder.tools(Consumer<HarnessTool.Builder>... tools) The tools available to the agent for this invocation.InvokeHarnessRequest.Builder.tools(HarnessTool... tools) The tools available to the agent for this invocation.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type InvokeHarnessRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeHarnessRequest.Builder>InvokeHarnessRequest.serializableBuilderClass()