Bedrock / Client / delete_inference_profile

delete_inference_profile#

Bedrock.Client.delete_inference_profile(**kwargs)#

Deletes an application inference profile. For more information, see Increase throughput and resilience with cross-region inference in Amazon Bedrock. in the Amazon Bedrock User Guide.

See also: AWS API Documentation

Request Syntax

response = client.delete_inference_profile(
    inferenceProfileIdentifier='string'
)
Parameters:

inferenceProfileIdentifier (string) –

[REQUIRED]

The Amazon Resource Name (ARN) or ID of the application inference profile to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Bedrock.Client.exceptions.ResourceNotFoundException

  • Bedrock.Client.exceptions.AccessDeniedException

  • Bedrock.Client.exceptions.ValidationException

  • Bedrock.Client.exceptions.ConflictException

  • Bedrock.Client.exceptions.InternalServerException

  • Bedrock.Client.exceptions.ThrottlingException