diff --git a/doc/workflows/airflow/using_workflow.rst b/doc/workflows/airflow/using_workflow.rst index ed8e7ed226..30038d209f 100644 --- a/doc/workflows/airflow/using_workflow.rst +++ b/doc/workflows/airflow/using_workflow.rst @@ -22,6 +22,16 @@ the configuration dictionary in the SageMaker Python SDK. Currently, the followi * ``SageMakerTransformOperator`` * ``SageMakerEndpointConfigOperator`` * ``SageMakerEndpointOperator`` +* ``SageMakerProcessingOperator`` +* ``SageMakerDeleteModelOperator`` +* ``SageMakerStartPipelineOperator`` +* ``SageMakerStopPipelineOperator`` +* ``SageMakerRegisterModelVersionOperator`` +* ``SageMakerAutoMLOperator`` +* ``SageMakerCreateExperimentOperator`` + +You can look into `the Apache Airflow documentation `_ for the full +list of operators with examples. 2. PythonOperator: Airflow built-in operator that executes Python callables. You can use the PythonOperator to execute operations in the SageMaker Python SDK to create a SageMaker workflow.