Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetPromptRequest
Packages that use GetPromptRequest
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetPromptRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type GetPromptRequestModifier and TypeMethodDescriptiondefault CompletableFuture<GetPromptResponse>BedrockAgentAsyncClient.getPrompt(GetPromptRequest getPromptRequest) Retrieves information about the working draft (DRAFTversion) of a prompt or a version of it, depending on whether you include thepromptVersionfield or not.default GetPromptResponseBedrockAgentClient.getPrompt(GetPromptRequest getPromptRequest) Retrieves information about the working draft (DRAFTversion) of a prompt or a version of it, depending on whether you include thepromptVersionfield or not. -
Uses of GetPromptRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type GetPromptRequestModifier and TypeMethodDescriptionGetPromptRequestMarshaller.marshall(GetPromptRequest getPromptRequest)