Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptGenAiResource
-
Packages that use PromptGenAiResource Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptGenAiResource in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptGenAiResource Modifier and Type Method Description static 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.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 PromptGenAiResource Modifier and Type Method Description PromptVariant.BuilderPromptVariant.Builder. genAiResource(PromptGenAiResource genAiResource)Specifies a generative AI resource with which to use the prompt.
-