Bedrock / Client / delete_custom_model

delete_custom_model#

Bedrock.Client.delete_custom_model(**kwargs)#

Deletes a custom model that you created earlier. For more information, see Custom models in the Amazon Bedrock User Guide.

See also: AWS API Documentation

Request Syntax

response = client.delete_custom_model(
    modelIdentifier='string'
)
Parameters:

modelIdentifier (string) –

[REQUIRED]

Name of the model to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions