View source: R/workflow_airflow.R
update_estimator_from_task | R Documentation |
Update training job of the estimator from a task in the DAG
update_estimator_from_task(estimator, task_id, task_type)
estimator |
(sagemaker.estimator.EstimatorBase): The estimator to update |
task_id |
(str): The task id of any airflow.contrib.operators.SageMakerTrainingOperator or airflow.contrib.operators.SageMakerTuningOperator that generates training jobs in the DAG. |
task_type |
(str): Whether the task is from SageMakerTrainingOperator or SageMakerTuningOperator. Values can be 'training', 'tuning' or None (which means training job is not from any task). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.