bedrockagent_delete_prompt {paws.machine.learning} | R Documentation |
Deletes a prompt or a version of it, depending on whether you include the promptVersion field or not
Description
Deletes a prompt or a version of it, depending on whether you include the promptVersion
field or not. For more information, see Delete prompts from the Prompt management tool and Delete a version of a prompt from the Prompt management tool in the Amazon Bedrock User Guide.
See https://www.paws-r-sdk.com/docs/bedrockagent_delete_prompt/ for full documentation.
Usage
bedrockagent_delete_prompt(promptIdentifier, promptVersion = NULL)
Arguments
promptIdentifier |
[required] The unique identifier of the prompt. |
promptVersion |
The version of the prompt to delete. To delete the prompt, omit this field. |
[Package paws.machine.learning version 0.9.0 Index]