tests.system.providers.google.cloud.automl.example_automl_dataset

Example Airflow DAG for Google AutoML service testing dataset operations.

Module Contents

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

Was this entry helpful?