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

Example Airflow DAG for Google AutoML service testing dataset operations.

Module Contents

Functions

get_target_column_spec(columns_specs, column_name)

Using column name returns spec of the column.

Attributes

ENV_ID

DAG_ID

GCP_PROJECT_ID

GCP_AUTOML_LOCATION

RESOURCE_DATA_BUCKET

DATA_SAMPLE_GCS_BUCKET_NAME

DATASET_NAME

DATASET

AUTOML_DATASET_BUCKET

IMPORT_INPUT_CONFIG

extract_object_id

create_bucket

test_run

tests.system.providers.google.cloud.automl.example_automl_dataset.ENV_ID[source]
tests.system.providers.google.cloud.automl.example_automl_dataset.DAG_ID = 'example_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.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.extract_object_id[source]
tests.system.providers.google.cloud.automl.example_automl_dataset.get_target_column_spec(columns_specs, column_name)[source]

Using column name returns spec of the column.

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?