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.ResourceNotFoundExceptionBedrock.Client.exceptions.AccessDeniedExceptionBedrock.Client.exceptions.ValidationExceptionBedrock.Client.exceptions.ConflictExceptionBedrock.Client.exceptions.InternalServerExceptionBedrock.Client.exceptions.ThrottlingException