|
1 | 1 | Vertex AI SDK for Python
|
2 | 2 | =================================================
|
3 | 3 |
|
| 4 | +|GA| |pypi| |versions| |unit-tests| |system-tests| |sample-tests| |
| 5 | + |
| 6 | +`Vertex AI`_: Google Vertex AI is an integrated suite of machine learning tools and services for building and using ML models with AutoML or custom code. It offers both novices and experts the best workbench for the entire machine learning development lifecycle. |
| 7 | + |
| 8 | +- `Client Library Documentation`_ |
| 9 | +- `Product Documentation`_ |
| 10 | + |
| 11 | +.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg |
| 12 | + :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability |
| 13 | +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-aiplatform.svg |
| 14 | + :target: https://pypi.org/project/google-cloud-aiplatform/ |
| 15 | +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-aiplatform.svg |
| 16 | + :target: https://pypi.org/project/google-cloud-aiplatform/ |
| 17 | +.. |unit-tests| image:: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-unit-tests.svg |
| 18 | + :target: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-unit-tests.html |
| 19 | +.. |system-tests| image:: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-system-tests.svg |
| 20 | + :target: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-system-tests.html |
| 21 | +.. |sample-tests| image:: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-sample-tests.svg |
| 22 | + :target: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-sample-tests.html |
| 23 | +.. _Vertex AI: https://cloud.google.com/vertex-ai/docs |
| 24 | +.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/aiplatform/latest |
| 25 | +.. _Product Documentation: https://cloud.google.com/vertex-ai/docs |
4 | 26 |
|
5 | 27 | Gemini API and Generative AI on Vertex AI
|
6 | 28 | -----------------------------------------
|
@@ -71,29 +93,6 @@ Then run evaluation by providing the inference results and specifying the metric
|
71 | 93 |
|
72 | 94 | -----------------------------------------
|
73 | 95 |
|
74 |
| -|GA| |pypi| |versions| |unit-tests| |system-tests| |sample-tests| |
75 |
| - |
76 |
| -`Vertex AI`_: Google Vertex AI is an integrated suite of machine learning tools and services for building and using ML models with AutoML or custom code. It offers both novices and experts the best workbench for the entire machine learning development lifecycle. |
77 |
| - |
78 |
| -- `Client Library Documentation`_ |
79 |
| -- `Product Documentation`_ |
80 |
| - |
81 |
| -.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg |
82 |
| - :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability |
83 |
| -.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-aiplatform.svg |
84 |
| - :target: https://pypi.org/project/google-cloud-aiplatform/ |
85 |
| -.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-aiplatform.svg |
86 |
| - :target: https://pypi.org/project/google-cloud-aiplatform/ |
87 |
| -.. |unit-tests| image:: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-unit-tests.svg |
88 |
| - :target: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-unit-tests.html |
89 |
| -.. |system-tests| image:: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-system-tests.svg |
90 |
| - :target: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-system-tests.html |
91 |
| -.. |sample-tests| image:: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-sample-tests.svg |
92 |
| - :target: https://storage.googleapis.com/cloud-devrel-public/python-aiplatform/badges/sdk-sample-tests.html |
93 |
| -.. _Vertex AI: https://cloud.google.com/vertex-ai/docs |
94 |
| -.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/aiplatform/latest |
95 |
| -.. _Product Documentation: https://cloud.google.com/vertex-ai/docs |
96 |
| - |
97 | 96 | Quick Start
|
98 | 97 | -----------
|
99 | 98 |
|
|
0 commit comments