Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptGenAiResource
Packages that use PromptGenAiResource
-
Uses of PromptGenAiResource in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptGenAiResourceModifier and TypeMethodDescriptionstatic PromptGenAiResourcePromptGenAiResource.fromAgent(Consumer<PromptAgentResource.Builder> agent) Create an instance of this class withagent()initialized to the given value.static PromptGenAiResourcePromptGenAiResource.fromAgent(PromptAgentResource agent) Create an instance of this class withagent()initialized to the given value.final PromptGenAiResourcePromptVariant.genAiResource()Specifies a generative AI resource with which to use the prompt.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptGenAiResourceModifier and TypeMethodDescriptionPromptVariant.Builder.genAiResource(PromptGenAiResource genAiResource) Specifies a generative AI resource with which to use the prompt.