Google AutoML Connector: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Connectors Header}} __TOC__ ==Overview== TODO ==Using the Connector== TODO ==Parameters== TODO ==Limitations== TODO Category:Connectors") |
|||
| Line 3: | Line 3: | ||
==Overview== | ==Overview== | ||
This is a connector for [https://cloud.google.com/translate/automl/docs/ Google AutoML Translation], a service that allows users to train custom models and use them for translation. If you don't require a custom model, consider using the [[Google MT v2 Connector]] instead. | |||
Note that AutoML Translation is currently in beta. In order to use the connector, you'll need to [https://cloud.google.com/iam/docs/creating-managing-service-accounts#creating_a_service_account create a Google service account] and [https://cloud.google.com/iam/docs/creating-managing-service-account-keys#creating_service_account_keys download a private key JSON file] for the account. API keys are [https://groups.google.com/forum/#!topic/google-translate-api/e3sOLcC1qZI not supported] by the service. | |||
{{WarningBox|The end-user is solely responsible for the costs of using this service. The developers of the Okapi Framework do their best to provide bug-free components and they are not liable, in any way, for any cost incurred by the end-user even when caused by defective code.}} | |||
==Using the Connector== | ==Using the Connector== | ||
Revision as of 19:03, 26 October 2018
Overview
This is a connector for Google AutoML Translation, a service that allows users to train custom models and use them for translation. If you don't require a custom model, consider using the Google MT v2 Connector instead.
Note that AutoML Translation is currently in beta. In order to use the connector, you'll need to create a Google service account and download a private key JSON file for the account. API keys are not supported by the service.
Warning: The end-user is solely responsible for the costs of using this service. The developers of the Okapi Framework do their best to provide bug-free components and they are not liable, in any way, for any cost incurred by the end-user even when caused by defective code.
Using the Connector
TODO
Parameters
TODO
Limitations
TODO