Delete Rescore Execution Plan
kendraranking_delete_rescore_execution_plan | R Documentation |
Deletes a rescore execution plan¶
Description¶
Deletes a rescore execution plan. A rescore execution plan is an Amazon
Kendra Intelligent Ranking resource used for provisioning the rescore
API.
Usage¶
kendraranking_delete_rescore_execution_plan(Id)
Arguments¶
Id |
[required] The identifier of the rescore execution plan that you want to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_rescore_execution_plan(
Id = "string"
)