MLEngineStartTrainingJobTrigger

Google

MLEngineStartTrainingJobTrigger run on the trigger worker to perform starting training job operation

View on GitHub

Last Updated: Jan. 25, 2023

Access Instructions

Install the Google provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

conn_idReference to google cloud connection id
job_idThe ID of the job. It will be suffixed with hash of job configuration
project_idGoogle Cloud Project where the job is running
poll_intervalpolling period in seconds to check for the status

Documentation

MLEngineStartTrainingJobTrigger run on the trigger worker to perform starting training job operation

Was this page helpful?