tests.system.providers.google.cloud.automl.example_automl_model

Example Airflow DAG for Google AutoML service testing model operations.

Module Contents

tests.system.providers.google.cloud.automl.example_automl_model.ENV_ID[source]
tests.system.providers.google.cloud.automl.example_automl_model.DAG_ID = 'automl_model'[source]
tests.system.providers.google.cloud.automl.example_automl_model.GCP_PROJECT_ID[source]
tests.system.providers.google.cloud.automl.example_automl_model.GCP_AUTOML_LOCATION = 'us-central1'[source]
tests.system.providers.google.cloud.automl.example_automl_model.DATA_SAMPLE_GCS_BUCKET_NAME[source]
tests.system.providers.google.cloud.automl.example_automl_model.RESOURCE_DATA_BUCKET = 'airflow-system-tests-resources'[source]
tests.system.providers.google.cloud.automl.example_automl_model.DATASET_NAME[source]
tests.system.providers.google.cloud.automl.example_automl_model.DATASET[source]
tests.system.providers.google.cloud.automl.example_automl_model.AUTOML_DATASET_BUCKET[source]
tests.system.providers.google.cloud.automl.example_automl_model.IMPORT_INPUT_CONFIG[source]
tests.system.providers.google.cloud.automl.example_automl_model.IMPORT_OUTPUT_CONFIG[source]
tests.system.providers.google.cloud.automl.example_automl_model.MODEL_NAME[source]
tests.system.providers.google.cloud.automl.example_automl_model.MODEL[source]
tests.system.providers.google.cloud.automl.example_automl_model.PREDICT_VALUES[source]
tests.system.providers.google.cloud.automl.example_automl_model.create_bucket[source]
tests.system.providers.google.cloud.automl.example_automl_model.test_run[source]

Was this entry helpful?