delete_language_model

TranscribeService.Client.delete_language_model(**kwargs)

Deletes a custom language model. To use this operation, specify the name of the language model you want to delete using ModelName . custom language model names are case sensitive.

See also: AWS API Documentation

Request Syntax

response = client.delete_language_model(
    ModelName='string'
)
Parameters
ModelName (string) --

[REQUIRED]

The name of the custom language model you want to delete. Model names are case sensitive.

Returns
None

Exceptions

  • TranscribeService.Client.exceptions.BadRequestException
  • TranscribeService.Client.exceptions.LimitExceededException
  • TranscribeService.Client.exceptions.InternalFailureException