Google AutoML Connector: Difference between revisions

From Okapi Framework
Jump to navigation Jump to search
Line 4: Line 4:


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.
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.}}
{{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.}}

Revision as of 19:06, 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.

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