Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptAgentResource
Packages that use PromptAgentResource
-
Uses of PromptAgentResource in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptAgentResourceModifier and TypeMethodDescriptionfinal PromptAgentResourcePromptGenAiResource.agent()Specifies an Amazon Bedrock agent with which to use the prompt.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptAgentResourceModifier and TypeMethodDescriptionPromptGenAiResource.Builder.agent(PromptAgentResource agent) Specifies an Amazon Bedrock agent with which to use the prompt.static PromptGenAiResourcePromptGenAiResource.fromAgent(PromptAgentResource agent) Create an instance of this class withPromptGenAiResource.agent()initialized to the given value.