Google AutoML Connector: Difference between revisions

From Okapi Framework
Jump to navigation Jump to search
Line 9: Line 9:
==Using the Connector==
==Using the Connector==


TODO
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.
 
You must train a model for each language pair you intend to use with the connector. Google has a [https://cloud.google.com/translate/automl/docs/quickstart tutorial] on how to train a model through the AutoML Translation UI. You can also use the AutoML Translation API to [https://cloud.google.com/translate/automl/docs/tutorial train models programatically].


==Parameters==
==Parameters==

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

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.

You must train a model for each language pair you intend to use with the connector. Google has a tutorial on how to train a model through the AutoML Translation UI. You can also use the AutoML Translation API to train models programatically.

Parameters

TODO

Limitations

TODO