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 = '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.FORECAST_GCS_BUCKET_NAME[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.RESOURCES_PATH[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.FORECAST_ZIP_CSV_FILE_LOCAL_PATH[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.FORECAST_GCS_OBJECT_NAME = 'vertex-ai/forecast-dataset.csv'[source]
tests.system.providers.google.cloud.vertex_ai.example_vertex_ai_auto_ml_forecasting_training.FORECAST_CSV_FILE_LOCAL_PATH = '/forecast/forecast-dataset.csv'[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?