This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 40b9d2b85d Bring back source constraints generation for PROD image
build (#35004)
add 92204b36b0 Migrate legacy version of AI Platform Prediction to
VertexAI (#34922)
No new revisions were added by this update.
Summary of changes:
.../google/cloud/hooks/vertex_ai/auto_ml.py | 158 +++++--
.../cloud/hooks/vertex_ai/batch_prediction_job.py | 10 +-
.../google/cloud/hooks/vertex_ai/custom_job.py | 92 +++-
.../cloud/hooks/vertex_ai/endpoint_service.py | 12 +-
.../hooks/vertex_ai/hyperparameter_tuning_job.py | 11 +-
.../google/cloud/hooks/vertex_ai/model_service.py | 226 +++++++++-
.../providers/google/cloud/operators/mlengine.py | 116 +++++
.../google/cloud/operators/vertex_ai/auto_ml.py | 45 ++
.../operators/vertex_ai/batch_prediction_job.py | 10 +-
.../google/cloud/operators/vertex_ai/custom_job.py | 488 ++++++++++++---------
.../cloud/operators/vertex_ai/endpoint_service.py | 10 +-
.../vertex_ai/hyperparameter_tuning_job.py | 11 +-
.../cloud/operators/vertex_ai/model_service.py | 463 ++++++++++++++++++-
.../google/cloud/utils/mlengine_operator_utils.py | 8 +-
.../operators/cloud/mlengine.rst | 123 +++---
.../operators/cloud/vertex_ai.rst | 75 ++++
docs/spelling_wordlist.txt | 32 ++
tests/always/test_project_structure.py | 9 +
.../cloud/hooks/vertex_ai/test_model_service.py | 195 ++++++++
.../google/cloud/operators/test_vertex_ai.py | 209 +++++++++
.../google/cloud/ml_engine/example_mlengine.py | 407 ++++++++---------
.../cloud/ml_engine/example_mlengine_async.py | 329 --------------
.../example_vertex_ai_auto_ml_video_training.py | 16 +
.../vertex_ai/example_vertex_ai_custom_job.py | 22 +
.../vertex_ai/example_vertex_ai_model_service.py | 84 ++++
25 files changed, 2245 insertions(+), 916 deletions(-)
delete mode 100644
tests/system/providers/google/cloud/ml_engine/example_mlengine_async.py