Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvokeInlineAgentRequest.Builder
Packages that use InvokeInlineAgentRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of InvokeInlineAgentRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type InvokeInlineAgentRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Void>BedrockAgentRuntimeAsyncClient.invokeInlineAgent(Consumer<InvokeInlineAgentRequest.Builder> invokeInlineAgentRequest, InvokeInlineAgentResponseHandler asyncResponseHandler) Invokes an inline Amazon Bedrock agent using the configurations you provide with the request. -
Uses of InvokeInlineAgentRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvokeInlineAgentRequest.BuilderModifier and TypeMethodDescriptionInvokeInlineAgentRequest.Builder.actionGroups(Collection<AgentActionGroup> actionGroups) A list of action groups with each action group defining the action the inline agent needs to carry out.InvokeInlineAgentRequest.Builder.actionGroups(Consumer<AgentActionGroup.Builder>... actionGroups) A list of action groups with each action group defining the action the inline agent needs to carry out.InvokeInlineAgentRequest.Builder.actionGroups(AgentActionGroup... actionGroups) A list of action groups with each action group defining the action the inline agent needs to carry out.InvokeInlineAgentRequest.Builder.agentCollaboration(String agentCollaboration) Defines how the inline collaborator agent handles information across multiple collaborator agents to coordinate a final response.InvokeInlineAgentRequest.Builder.agentCollaboration(AgentCollaboration agentCollaboration) Defines how the inline collaborator agent handles information across multiple collaborator agents to coordinate a final response.The name for the agent.default InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder.bedrockModelConfigurations(Consumer<InlineBedrockModelConfigurations.Builder> bedrockModelConfigurations) Model settings for the request.InvokeInlineAgentRequest.Builder.bedrockModelConfigurations(InlineBedrockModelConfigurations bedrockModelConfigurations) Model settings for the request.InvokeInlineAgentRequest.builder()InvokeInlineAgentRequest.Builder.collaboratorConfigurations(Collection<CollaboratorConfiguration> collaboratorConfigurations) Settings for an inline agent collaborator called with InvokeInlineAgent.InvokeInlineAgentRequest.Builder.collaboratorConfigurations(Consumer<CollaboratorConfiguration.Builder>... collaboratorConfigurations) Settings for an inline agent collaborator called with InvokeInlineAgent.InvokeInlineAgentRequest.Builder.collaboratorConfigurations(CollaboratorConfiguration... collaboratorConfigurations) Settings for an inline agent collaborator called with InvokeInlineAgent.InvokeInlineAgentRequest.Builder.collaborators(Collection<Collaborator> collaborators) List of collaborator inline agents.InvokeInlineAgentRequest.Builder.collaborators(Consumer<Collaborator.Builder>... collaborators) List of collaborator inline agents.InvokeInlineAgentRequest.Builder.collaborators(Collaborator... collaborators) List of collaborator inline agents.InvokeInlineAgentRequest.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the Amazon Web Services KMS key to use to encrypt your inline agent.default InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder.customOrchestration(Consumer<CustomOrchestration.Builder> customOrchestration) Contains details of the custom orchestration configured for the agent.InvokeInlineAgentRequest.Builder.customOrchestration(CustomOrchestration customOrchestration) Contains details of the custom orchestration configured for the agent.InvokeInlineAgentRequest.Builder.enableTrace(Boolean enableTrace) Specifies whether to turn on the trace or not to track the agent's reasoning process.InvokeInlineAgentRequest.Builder.endSession(Boolean endSession) Specifies whether to end the session with the inline agent or not.InvokeInlineAgentRequest.Builder.foundationModel(String foundationModel) The model identifier (ID) of the model to use for orchestration by the inline agent.default InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder.guardrailConfiguration(Consumer<GuardrailConfigurationWithArn.Builder> guardrailConfiguration) The guardrails to assign to the inline agent.InvokeInlineAgentRequest.Builder.guardrailConfiguration(GuardrailConfigurationWithArn guardrailConfiguration) The guardrails to assign to the inline agent.InvokeInlineAgentRequest.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) The number of seconds for which the inline agent should maintain session information.default InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder.inlineSessionState(Consumer<InlineSessionState.Builder> inlineSessionState) Parameters that specify the various attributes of a sessions.InvokeInlineAgentRequest.Builder.inlineSessionState(InlineSessionState inlineSessionState) Parameters that specify the various attributes of a sessions.The prompt text to send to the agent.InvokeInlineAgentRequest.Builder.instruction(String instruction) The instructions that tell the inline agent what it should do and how it should interact with users.InvokeInlineAgentRequest.Builder.knowledgeBases(Collection<KnowledgeBase> knowledgeBases) Contains information of the knowledge bases to associate with.InvokeInlineAgentRequest.Builder.knowledgeBases(Consumer<KnowledgeBase.Builder>... knowledgeBases) Contains information of the knowledge bases to associate with.InvokeInlineAgentRequest.Builder.knowledgeBases(KnowledgeBase... knowledgeBases) Contains information of the knowledge bases to associate with.InvokeInlineAgentRequest.Builder.orchestrationType(String orchestrationType) Specifies the type of orchestration strategy for the agent.InvokeInlineAgentRequest.Builder.orchestrationType(OrchestrationType orchestrationType) Specifies the type of orchestration strategy for the agent.InvokeInlineAgentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) InvokeInlineAgentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder.promptCreationConfigurations(Consumer<PromptCreationConfigurations.Builder> promptCreationConfigurations) Specifies parameters that control how the service populates the agent prompt for anInvokeInlineAgentrequest.InvokeInlineAgentRequest.Builder.promptCreationConfigurations(PromptCreationConfigurations promptCreationConfigurations) Specifies parameters that control how the service populates the agent prompt for anInvokeInlineAgentrequest.default InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) Configurations for advanced prompts used to override the default prompts to enhance the accuracy of the inline agent.InvokeInlineAgentRequest.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) Configurations for advanced prompts used to override the default prompts to enhance the accuracy of the inline agent.The unique identifier of the session.default InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder.streamingConfigurations(Consumer<StreamingConfigurations.Builder> streamingConfigurations) Specifies the configurations for streaming.InvokeInlineAgentRequest.Builder.streamingConfigurations(StreamingConfigurations streamingConfigurations) Specifies the configurations for streaming.InvokeInlineAgentRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvokeInlineAgentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeInlineAgentRequest.Builder>InvokeInlineAgentRequest.serializableBuilderClass()