delete_rescore_execution_plan

KendraRanking.Client.delete_rescore_execution_plan(**kwargs)

Deletes a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API.

See also: AWS API Documentation

Request Syntax

response = client.delete_rescore_execution_plan(
    Id='string'
)
Parameters
Id (string) --

[REQUIRED]

The identifier of the rescore execution plan that you want to delete.

Returns
None

Exceptions

  • KendraRanking.Client.exceptions.AccessDeniedException
  • KendraRanking.Client.exceptions.ValidationException
  • KendraRanking.Client.exceptions.ConflictException
  • KendraRanking.Client.exceptions.ResourceNotFoundException
  • KendraRanking.Client.exceptions.ThrottlingException
  • KendraRanking.Client.exceptions.InternalServerException