Repository: incubator-airflow Updated Branches: refs/heads/master 2d4069448 -> f3258bb53
[AIRFLOW-1567] Updated docs for Google ML Engine operators/hooks Closes #2573 from yk5/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/f3258bb5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/f3258bb5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/f3258bb5 Branch: refs/heads/master Commit: f3258bb539d0ad5fb4694cda87fb165dc993b40c Parents: 2d40694 Author: Younghee Kwon <[email protected]> Authored: Thu Sep 7 14:04:11 2017 -0700 Committer: Chris Riccomini <[email protected]> Committed: Thu Sep 7 14:04:16 2017 -0700 ---------------------------------------------------------------------- docs/integration.rst | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/f3258bb5/docs/integration.rst ---------------------------------------------------------------------- diff --git a/docs/integration.rst b/docs/integration.rst index 30150ac..99311d0 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -295,52 +295,52 @@ 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. +- :ref:`MLEngineBatchPredictionOperator` : Start a Cloud ML Engine batch prediction job. +- :ref:`MLEngineModelOperator` : Manages a Cloud ML Engine model. +- :ref:`MLEngineTrainingOperator` : Start a Cloud ML Engine training job. +- :ref:`MLEngineVersionOperator` : Manages a Cloud ML Engine model version. -.. _CloudMLBatchPredictionOperator: +.. _MLEngineBatchPredictionOperator: -CloudMLBatchPredictionOperator +MLEngineBatchPredictionOperator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -.. autoclass:: airflow.contrib.operators.cloudml_operator.CloudMLBatchPredictionOperator +.. autoclass:: airflow.contrib.operators.mlengine_operator.MLEngineBatchPredictionOperator :members: -.. _CloudMLModelOperator: +.. _MLEngineModelOperator: -CloudMLModelOperator +MLEngineModelOperator ^^^^^^^^^^^^^^^^^^^^ -.. autoclass:: airflow.contrib.operators.cloudml_operator.CloudMLModelOperator +.. autoclass:: airflow.contrib.operators.mlengine_operator.MLEngineModelOperator :members: -.. _CloudMLTrainingOperator: +.. _MLEngineTrainingOperator: -CloudMLTrainingOperator +MLEngineTrainingOperator ^^^^^^^^^^^^^^^^^^^^^^^ -.. autoclass:: airflow.contrib.operators.cloudml_operator.CloudMLTrainingOperator +.. autoclass:: airflow.contrib.operators.mlengine_operator.MLEngineTrainingOperator :members: -.. _CloudMLVersionOperator: +.. _MLEngineVersionOperator: -CloudMLVersionOperator +MLEngineVersionOperator ^^^^^^^^^^^^^^^^^^^^^^^ -.. autoclass:: airflow.contrib.operators.cloudml_operator.CloudMLVersionOperator +.. autoclass:: airflow.contrib.operators.mlengine_operator.MLEngineVersionOperator :members: Cloud ML Engine Hook """""""""""""""""""" -.. _CloudMLHook: +.. _MLEngineHook: -CloudMLHook +MLEngineHook ^^^^^^^^^^^ -.. autoclass:: airflow.contrib.hooks.gcp_cloudml_hook.CloudMLHook +.. autoclass:: airflow.contrib.hooks.gcp_mlengine_hook.MLEngineHook :members:
