tests.system.providers.google.cloud.automl.example_automl_translation

Example Airflow DAG that uses Google AutoML services.

Module Contents

tests.system.providers.google.cloud.automl.example_automl_translation.DAG_ID = 'example_automl_translate'[source]
tests.system.providers.google.cloud.automl.example_automl_translation.GCP_PROJECT_ID[source]
tests.system.providers.google.cloud.automl.example_automl_translation.ENV_ID[source]
tests.system.providers.google.cloud.automl.example_automl_translation.GCP_AUTOML_LOCATION = 'us-central1'[source]
tests.system.providers.google.cloud.automl.example_automl_translation.DATA_SAMPLE_GCS_BUCKET_NAME[source]
tests.system.providers.google.cloud.automl.example_automl_translation.RESOURCE_DATA_BUCKET = 'airflow-system-tests-resources'[source]
tests.system.providers.google.cloud.automl.example_automl_translation.MODEL_NAME = 'translate_test_model'[source]
tests.system.providers.google.cloud.automl.example_automl_translation.MODEL[source]
tests.system.providers.google.cloud.automl.example_automl_translation.DATASET_NAME[source]
tests.system.providers.google.cloud.automl.example_automl_translation.DATASET[source]
tests.system.providers.google.cloud.automl.example_automl_translation.CSV_FILE_NAME = 'en-es.csv'[source]
tests.system.providers.google.cloud.automl.example_automl_translation.TSV_FILE_NAME = 'en-es.tsv'[source]
tests.system.providers.google.cloud.automl.example_automl_translation.GCS_FILE_PATH[source]
tests.system.providers.google.cloud.automl.example_automl_translation.AUTOML_DATASET_BUCKET[source]
tests.system.providers.google.cloud.automl.example_automl_translation.IMPORT_INPUT_CONFIG[source]
tests.system.providers.google.cloud.automl.example_automl_translation.extract_object_id[source]
tests.system.providers.google.cloud.automl.example_automl_translation.create_bucket[source]
tests.system.providers.google.cloud.automl.example_automl_translation.test_run[source]

Was this entry helpful?