<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://okapiframework.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sksharan</id>
	<title>Okapi Framework - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://okapiframework.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sksharan"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php/Special:Contributions/Sksharan"/>
	<updated>2026-04-18T16:06:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=763</id>
		<title>Google AutoML Connector</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=763"/>
		<updated>2018-10-27T00:12:34Z</updated>

		<summary type="html">&lt;p&gt;Sksharan: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Connectors Header}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{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.}}&lt;br /&gt;
&lt;br /&gt;
==Using the Connector==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Credential file path&amp;lt;/cite&amp;gt; (internal name: &amp;lt;tt&amp;gt;credentialFilePath&amp;lt;/tt&amp;gt;) &amp;amp;mdash; Absolute path on your filesystem to a JSON file containing private key information for a Google service account. This is the same JSON file described in the previous section.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Model JSON map&amp;lt;/cite&amp;gt; (internal name: &amp;lt;tt&amp;gt;modelMap&amp;lt;/tt&amp;gt;) &amp;amp;mdash; A JSON string that maps a language pair to the resource name of the model that will process translations for that language pair. Model resource names are typically of the form &amp;lt;code&amp;gt;projects/{projectId}/locations/{computeRegion}/models/{modelId}&amp;lt;/code&amp;gt;. &lt;br /&gt;
* Example: &amp;lt;code&amp;gt;{&amp;quot;en-US/ja-JP&amp;quot;: &amp;quot;projects/my-project/locations/us-central1/models/ABC123&amp;quot;, &amp;quot;en-US/de-DE&amp;quot;: &amp;quot;projects/my-project/locations/us-central1/models/DEF456&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
&lt;br /&gt;
* AutoML Translation is currently in beta, so it isn't recommended for production use.&lt;br /&gt;
* There are costs associated with training a model. See the [https://cloud.google.com/translate/automl/pricing pricing] page for more information.&lt;br /&gt;
* The connector requires you have a trained model for each language pair you intend to use.&lt;br /&gt;
* Unlike the [[Google MT v2 Connector]], API keys cannot be used with this connector due to a [https://groups.google.com/forum/#!topic/google-translate-api/e3sOLcC1qZI limitation] of the AutoML Translation API.&lt;br /&gt;
* The connector does not retry API calls when they fail.&lt;br /&gt;
[[Category:Connectors]]&lt;/div&gt;</summary>
		<author><name>Sksharan</name></author>
	</entry>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=762</id>
		<title>Google AutoML Connector</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=762"/>
		<updated>2018-10-27T00:03:35Z</updated>

		<summary type="html">&lt;p&gt;Sksharan: /* Limitations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Connectors Header}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{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.}}&lt;br /&gt;
&lt;br /&gt;
==Using the Connector==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
'''Credential file path''': Absolute path on your filesystem to a JSON file containing private key information for a Google service account. This is the same JSON file described in the previous section.&lt;br /&gt;
&lt;br /&gt;
'''Model JSON map''': A JSON string that maps a language pair to the resource name of the model that will process translations for that language pair. Model resource names are typically of the form &amp;lt;code&amp;gt;projects/{projectId}/locations/{computeRegion}/models/{modelId}&amp;lt;/code&amp;gt;. &lt;br /&gt;
* Example: &amp;lt;code&amp;gt;{&amp;quot;en-US/ja-JP&amp;quot;: &amp;quot;projects/my-project/locations/us-central1/models/ABC123&amp;quot;, &amp;quot;en-US/de-DE&amp;quot;: &amp;quot;projects/my-project/locations/us-central1/models/DEF456&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
&lt;br /&gt;
* AutoML Translation is currently in beta, so it isn't recommended for production use.&lt;br /&gt;
* There are costs associated with training a model. See the [https://cloud.google.com/translate/automl/pricing pricing] page for more information.&lt;br /&gt;
* The connector requires you have a trained model for each language pair you intend to use.&lt;br /&gt;
* Unlike the [[Google MT v2 Connector]], API keys cannot be used with this connector due to a [https://groups.google.com/forum/#!topic/google-translate-api/e3sOLcC1qZI limitation] of the AutoML Translation API.&lt;br /&gt;
* The connector does not retry API calls when they fail.&lt;br /&gt;
[[Category:Connectors]]&lt;/div&gt;</summary>
		<author><name>Sksharan</name></author>
	</entry>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=761</id>
		<title>Google AutoML Connector</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=761"/>
		<updated>2018-10-26T23:39:11Z</updated>

		<summary type="html">&lt;p&gt;Sksharan: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Connectors Header}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{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.}}&lt;br /&gt;
&lt;br /&gt;
==Using the Connector==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
'''Credential file path''': Absolute path on your filesystem to a JSON file containing private key information for a Google service account. This is the same JSON file described in the previous section.&lt;br /&gt;
&lt;br /&gt;
'''Model JSON map''': A JSON string that maps a language pair to the resource name of the model that will process translations for that language pair. Model resource names are typically of the form &amp;lt;code&amp;gt;projects/{projectId}/locations/{computeRegion}/models/{modelId}&amp;lt;/code&amp;gt;. &lt;br /&gt;
* Example: &amp;lt;code&amp;gt;{&amp;quot;en-US/ja-JP&amp;quot;: &amp;quot;projects/my-project/locations/us-central1/models/ABC123&amp;quot;, &amp;quot;en-US/de-DE&amp;quot;: &amp;quot;projects/my-project/locations/us-central1/models/DEF456&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
[[Category:Connectors]]&lt;/div&gt;</summary>
		<author><name>Sksharan</name></author>
	</entry>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=760</id>
		<title>Google AutoML Connector</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=760"/>
		<updated>2018-10-26T23:31:21Z</updated>

		<summary type="html">&lt;p&gt;Sksharan: /* Using the Connector */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Connectors Header}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{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.}}&lt;br /&gt;
&lt;br /&gt;
==Using the Connector==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
[[Category:Connectors]]&lt;/div&gt;</summary>
		<author><name>Sksharan</name></author>
	</entry>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=759</id>
		<title>Google AutoML Connector</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=759"/>
		<updated>2018-10-26T23:06:47Z</updated>

		<summary type="html">&lt;p&gt;Sksharan: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Connectors Header}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{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.}}&lt;br /&gt;
&lt;br /&gt;
==Using the Connector==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
[[Category:Connectors]]&lt;/div&gt;</summary>
		<author><name>Sksharan</name></author>
	</entry>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=758</id>
		<title>Google AutoML Connector</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Google_AutoML_Connector&amp;diff=758"/>
		<updated>2018-10-26T23:03:41Z</updated>

		<summary type="html">&lt;p&gt;Sksharan: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Connectors Header}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{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.}}&lt;br /&gt;
&lt;br /&gt;
==Using the Connector==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
[[Category:Connectors]]&lt;/div&gt;</summary>
		<author><name>Sksharan</name></author>
	</entry>
</feed>