tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training

Example Airflow DAG for Google Vertex AI service testing Auto ML operations.

Module Contents

tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.ENV_ID[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.PROJECT_ID[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.DAG_ID = 'example_vertex_ai_auto_ml_operations'[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.REGION = 'us-central1'[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.FORECASTING_DISPLAY_NAME[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.MODEL_DISPLAY_NAME[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.RESOURCE_DATA_BUCKET = 'airflow-system-tests-resources'[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.FORECAST_GCS_BUCKET_NAME[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.FORECAST_DATASET[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.TEST_TIME_COLUMN = 'date'[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.TEST_TIME_SERIES_IDENTIFIER_COLUMN = 'store_name'[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.TEST_TARGET_COLUMN = 'sale_dollars'[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.COLUMN_SPECS[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.create_bucket[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.test_run[source]

Was this entry helpful?