tests.system.google.cloud.translate.example_translate_model

Example Airflow DAG that translates text in Google Cloud Translate using V3 API version service in the Google Cloud.

Module Contents

tests.system.google.cloud.translate.example_translate_model.DAG_ID = 'gcp_translate_automl_native_model'[source]
tests.system.google.cloud.translate.example_translate_model.PROJECT_ID[source]
tests.system.google.cloud.translate.example_translate_model.ENV_ID[source]
tests.system.google.cloud.translate.example_translate_model.REGION = 'us-central1'[source]
tests.system.google.cloud.translate.example_translate_model.RESOURCE_DATA_BUCKET = 'airflow-system-tests-resources'[source]
tests.system.google.cloud.translate.example_translate_model.DATA_SAMPLE_GCS_BUCKET_NAME[source]
tests.system.google.cloud.translate.example_translate_model.DATA_FILE_NAME = 'import_en-es_short.tsv'[source]
tests.system.google.cloud.translate.example_translate_model.RESOURCE_PATH[source]
tests.system.google.cloud.translate.example_translate_model.COPY_DATA_PATH[source]
tests.system.google.cloud.translate.example_translate_model.DST_PATH[source]
tests.system.google.cloud.translate.example_translate_model.DATASET_DATA_PATH[source]
tests.system.google.cloud.translate.example_translate_model.DATASET[source]
tests.system.google.cloud.translate.example_translate_model.create_bucket[source]
tests.system.google.cloud.translate.example_translate_model.test_run[source]

Was this entry helpful?