You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/07/11 18:46:27 UTC

incubator-airflow git commit: [AIRFLOW-1388] Add Cloud ML Engine operators to integration doc

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 208e9a284 -> 00fcd6891


[AIRFLOW-1388] Add Cloud ML Engine operators to integration doc

Closes #2425 from leomzhong/integration_doc


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/00fcd689
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/00fcd689
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/00fcd689

Branch: refs/heads/master
Commit: 00fcd6891aa7342e541037565a8eba62bcedc682
Parents: 208e9a2
Author: Ming Zhong <le...@gmail.com>
Authored: Tue Jul 11 20:46:21 2017 +0200
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Tue Jul 11 20:46:21 2017 +0200

----------------------------------------------------------------------
 docs/integration.rst | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/00fcd689/docs/integration.rst
----------------------------------------------------------------------
diff --git a/docs/integration.rst b/docs/integration.rst
index a6c9d7c..c31d964 100644
--- a/docs/integration.rst
+++ b/docs/integration.rst
@@ -273,7 +273,48 @@ DatastoreHook
 .. autoclass:: airflow.contrib.hooks.datastore_hook.DatastoreHook
     :members:
 
+Cloud ML Engine
+'''''''''''''''
+
+Cloud ML Engine Operators
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- :ref:`CloudMLBatchPredictionOperator` : Start a Cloud ML Engine batch prediction job.
+- :ref:`CloudMLModelOperator` : Manages a Cloud ML Engine model.
+- :ref:`CloudMLTrainingOperator` : Start a Cloud ML Engine training job.
+- :ref:`CloudMLVersionOperator` : Manages a Cloud ML Engine model version.
+
+.. _CloudMLBatchPredictionOperator:
+
+CloudMLBatchPredictionOperator
+""""""""""""""""""""""""""""""
+
+.. autoclass:: airflow.contrib.operators.cloudml_operator.CloudMLBatchPredictionOperator
+    :members:
+
+.. _CloudMLModelOperator:
+
+CloudMLModelOperator
+""""""""""""""""""""
+
+.. autoclass:: airflow.contrib.operators.cloudml_operator.CloudMLModelOperator
+    :members:
+
+.. _CloudMLTrainingOperator:
+
+CloudMLTrainingOperator
+"""""""""""""""""""""""
 
+.. autoclass:: airflow.contrib.operators.cloudml_operator.CloudMLTrainingOperator
+    :members:
+
+.. _CloudMLVersionOperator:
+
+CloudMLVersionOperator
+"""""""""""""""""""""""
+
+.. autoclass:: airflow.contrib.operators.cloudml_operator.CloudMLVersionOperator
+    :members:
 
 Cloud Storage
 '''''''''''''