airflow.providers.google.cloud.links.translate¶
This module contains Google Translate links.
Attributes¶
Classes¶
Helper class for constructing Legacy Translation Dataset link. |
|
Helper class for constructing Translation Dataset List link. |
|
Helper class for constructing Translation Legacy Model link. |
|
Helper class for constructing Translation Legacy Model Train link. |
|
Helper class for constructing Translation Legacy Model Predict link. |
|
Helper class for constructing Translation results for the text batch translate. |
|
Helper class for constructing Legacy Translation Dataset link. |
|
Helper class for constructing Translation Datasets List link. |
|
Helper class for constructing Translation Model link. |
|
Helper class for constructing Translation Models List link. |
|
Helper class for constructing Translation results Link. |
|
Helper class for constructing Translation Glossaries List link. |
Module Contents¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_BASE_LINK = 'https://console.cloud.google.com/translation'[source]¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_LEGACY_DATASET_LINK = 'https://console.cloud.google.com/translation/locations/{location}/datasets/{dataset_id}/sentence...[source]¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_DATASET_LIST_LINK = 'https://console.cloud.google.com/translation/datasets?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_LEGACY_MODEL_LINK = 'https://console.cloud.google.com/translation/locations/{location}/datasets/{dataset_id}/evaluate...[source]¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_LEGACY_MODEL_TRAIN_LINK = 'https://console.cloud.google.com/translation/locations/{location}/datasets/{dataset_id}/train?pr...[source]¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_LEGACY_MODEL_PREDICT_LINK = 'https://console.cloud.google.com/translation/locations/{location}/datasets/{dataset_id}/predict;...[source]¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_TRANSLATE_TEXT_BATCH = 'https://console.cloud.google.com/storage/browser/{output_uri_prefix}?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_NATIVE_DATASET_LINK = 'https://console.cloud.google.com/translation/locations/{location}/datasets/{dataset_id}/sentence...[source]¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_NATIVE_LIST_LINK = 'https://console.cloud.google.com/translation/datasets?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_NATIVE_MODEL_LINK = 'https://console.cloud.google.com/translation/locations/{location}/datasets/{dataset_id}/evaluate...[source]¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_MODELS_LIST_LINK = 'https://console.cloud.google.com/translation/models/list?project={project_id}'[source]¶
- airflow.providers.google.cloud.links.translate.TRANSLATION_HUB_RESOURCES_LIST_LINK = 'https://console.cloud.google.com/translation/hub/resources?project={project_id}'[source]¶
- class airflow.providers.google.cloud.links.translate.TranslationLegacyDatasetLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Legacy Translation Dataset link.
Legacy Datasets are created and managed by AutoML API.
- name = 'Translation Legacy Dataset'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.translate.TranslationDatasetListLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Translation Dataset List link.
- class airflow.providers.google.cloud.links.translate.TranslationLegacyModelLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Translation Legacy Model link.
Legacy Models are created and managed by AutoML API.
- name = 'Translation Legacy Model'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.translate.TranslationLegacyModelTrainLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Translation Legacy Model Train link.
Legacy Models are created and managed by AutoML API.
- name = 'Translation Legacy Model Train'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.translate.TranslationLegacyModelPredictLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Translation Legacy Model Predict link.
Legacy Models are created and managed by AutoML API.
- name = 'Translation Legacy Model Predict'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.translate.TranslateTextBatchLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Translation results for the text batch translate.
Provides link to output results.
- name = 'Text Translate Batch'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.translate.TranslationNativeDatasetLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Legacy Translation Dataset link.
Legacy Datasets are created and managed by AutoML API.
- name = 'Translation Native Dataset'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.translate.TranslationDatasetsListLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Translation Datasets List link.
Both legacy and native datasets are available under this link.
- class airflow.providers.google.cloud.links.translate.TranslationModelLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Translation Model link.
Link for legacy and native models.
- class airflow.providers.google.cloud.links.translate.TranslationModelsListLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Translation Models List link.
Both legacy and native models are available under this link.
- name = 'Translation Models List'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.translate.TranslateResultByOutputConfigLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Translation results Link.
Provides link to gcs destination output translation results, by provided output_config with gcs destination specified.
- name = 'Translate Results By Output Config'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.translate.TranslationGlossariesListLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Translation Glossaries List link.
Link for the list of available glossaries.
- name = 'Translation Glossaries List'[source]¶
Name of the link. This will be the button name on the task UI.