You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists available standard and custom models by source or target language.
237
+
Lists available translation models.
237
238
238
239
:param str source: Specify a language code to filter results by source language.
239
240
:param str target: Specify a language code to filter results by target language.
240
-
:param bool default_models: If the default_models parameter isn't specified, the service will return all models (default_models and non-default_models) for each language pair. To return only default_models models, set this to `true`. To return only non-default_models models, set this to `false`.
241
+
:param bool default_models: If the default parameter isn't specified, the service will return all models (default and non-default) for each language pair. To return only default models, set this to `true`. To return only non-default models, set this to `false`.
241
242
:return: A `dict` containing the `TranslationModels` response.
0 commit comments