Smaws_Client_Transcribe.ListLanguageModels
Provides a list of custom language models that match the specified criteria. If no criteria are specified, all custom language models are returned.
To get detailed information about a specific custom language model, use the operation.
val request :
Smaws_Lib.Context.t ->
Types.list_language_models_request ->
(Types.list_language_models_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of Types.bad_request_exception
| `InternalFailureException of Types.internal_failure_exception
| `LimitExceededException of Types.limit_exceeded_exception ])
Stdlib.result