Metadata-Version: 2.1
Name: vertexai
Version: 1.71.0
Summary: Please run pip install vertexai to use the Vertex SDK.
Home-page: https://github.com/googleapis/python-aiplatform
Author: Google LLC
Author-email: Google LLC <googleapis-packages@google.com>
License: Apache 2.0
Project-URL: repository, https://github.com/googleapis/python-aiplatform.git
Platform: Posix; MacOS X; Windows
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-cloud-aiplatform[all] ==1.71.0
Provides-Extra: autologging
Requires-Dist: mlflow <=2.1.1,>=1.27.0 ; extra == 'autologging'
Provides-Extra: cloud_profiler
Requires-Dist: tensorboard-plugin-profile <3.0.0dev,>=2.4.0 ; extra == 'cloud_profiler'
Requires-Dist: werkzeug <2.1.0dev,>=2.0.0 ; extra == 'cloud_profiler'
Requires-Dist: tensorflow <3.0.0dev,>=2.4.0 ; extra == 'cloud_profiler'
Provides-Extra: datasets
Requires-Dist: pyarrow <8.0dev,>=3.0.0 ; (python_version < "3.11") and extra == 'datasets'
Requires-Dist: pyarrow >=10.0.1 ; (python_version == "3.11") and extra == 'datasets'
Requires-Dist: pyarrow >=14.0.0 ; (python_version >= "3.12") and extra == 'datasets'
Provides-Extra: endpoint
Requires-Dist: requests >=2.28.1 ; extra == 'endpoint'
Provides-Extra: full
Requires-Dist: pandas >=1.0.0 ; extra == 'full'
Requires-Dist: nest-asyncio <1.6.0,>=1.0.0 ; extra == 'full'
Requires-Dist: cloudpickle <3.0,>=2.2.1 ; extra == 'full'
Requires-Dist: google-cloud-bigquery-storage ; extra == 'full'
Requires-Dist: pydantic <2 ; extra == 'full'
Requires-Dist: pyyaml <7,>=5.3.1 ; extra == 'full'
Requires-Dist: google-cloud-bigquery ; extra == 'full'
Requires-Dist: pydantic <3 ; extra == 'full'
Requires-Dist: immutabledict ; extra == 'full'
Requires-Dist: docker >=5.0.3 ; extra == 'full'
Requires-Dist: httpx <0.25.0,>=0.23.0 ; extra == 'full'
Requires-Dist: urllib3 <1.27,>=1.21.1 ; extra == 'full'
Requires-Dist: tensorflow <3.0.0dev,>=2.3.0 ; extra == 'full'
Requires-Dist: google-vizier >=0.1.6 ; extra == 'full'
Requires-Dist: mlflow <=2.1.1,>=1.27.0 ; extra == 'full'
Requires-Dist: fastapi <=0.109.1,>=0.71.0 ; extra == 'full'
Requires-Dist: starlette >=0.17.1 ; extra == 'full'
Requires-Dist: pandas <2.2.0,>=1.0.0 ; extra == 'full'
Requires-Dist: pyarrow >=6.0.1 ; extra == 'full'
Requires-Dist: explainable-ai-sdk >=1.0.0 ; extra == 'full'
Requires-Dist: google-cloud-logging <4.0 ; extra == 'full'
Requires-Dist: numpy >=1.15.0 ; extra == 'full'
Requires-Dist: lit-nlp ==0.4.0 ; extra == 'full'
Requires-Dist: uvicorn[standard] >=0.16.0 ; extra == 'full'
Requires-Dist: requests >=2.28.1 ; extra == 'full'
Requires-Dist: cloudpickle <3.0 ; extra == 'full'
Requires-Dist: pyarrow <8.0dev,>=3.0.0 ; (python_version < "3.11") and extra == 'full'
Requires-Dist: ray[default] !=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.0,!=2.9.1,!=2.9.2,<=2.9.3,>=2.4 ; (python_version < "3.11") and extra == 'full'
Requires-Dist: tensorflow <3.0.0dev,>=2.3.0 ; (python_version <= "3.11") and extra == 'full'
Requires-Dist: ray[default] <=2.9.3,>=2.5 ; (python_version == "3.11") and extra == 'full'
Requires-Dist: pyarrow >=10.0.1 ; (python_version == "3.11") and extra == 'full'
Requires-Dist: pyarrow >=14.0.0 ; (python_version >= "3.12") and extra == 'full'
Provides-Extra: langchain
Requires-Dist: langchain <0.2,>=0.1.13 ; extra == 'langchain'
Requires-Dist: langchain-core <0.2 ; extra == 'langchain'
Requires-Dist: langchain-google-vertexai <0.2 ; extra == 'langchain'
Provides-Extra: langchain_testing
Requires-Dist: langchain <0.2,>=0.1.13 ; extra == 'langchain_testing'
Requires-Dist: langchain-core <0.2 ; extra == 'langchain_testing'
Requires-Dist: langchain-google-vertexai <0.2 ; extra == 'langchain_testing'
Requires-Dist: pytest-xdist ; extra == 'langchain_testing'
Provides-Extra: lit
Requires-Dist: tensorflow <3.0.0dev,>=2.3.0 ; extra == 'lit'
Requires-Dist: pandas >=1.0.0 ; extra == 'lit'
Requires-Dist: lit-nlp ==0.4.0 ; extra == 'lit'
Requires-Dist: explainable-ai-sdk >=1.0.0 ; extra == 'lit'
Provides-Extra: metadata
Requires-Dist: pandas >=1.0.0 ; extra == 'metadata'
Requires-Dist: numpy >=1.15.0 ; extra == 'metadata'
Provides-Extra: pipelines
Requires-Dist: pyyaml <7,>=5.3.1 ; extra == 'pipelines'
Provides-Extra: prediction
Requires-Dist: docker >=5.0.3 ; extra == 'prediction'
Requires-Dist: fastapi <=0.109.1,>=0.71.0 ; extra == 'prediction'
Requires-Dist: httpx <0.25.0,>=0.23.0 ; extra == 'prediction'
Requires-Dist: starlette >=0.17.1 ; extra == 'prediction'
Requires-Dist: uvicorn[standard] >=0.16.0 ; extra == 'prediction'
Provides-Extra: preview
Requires-Dist: cloudpickle <3.0 ; extra == 'preview'
Requires-Dist: google-cloud-logging <4.0 ; extra == 'preview'
Provides-Extra: private_endpoints
Requires-Dist: urllib3 <1.27,>=1.21.1 ; extra == 'private_endpoints'
Requires-Dist: requests >=2.28.1 ; extra == 'private_endpoints'
Provides-Extra: rapid_evaluation
Requires-Dist: nest-asyncio <1.6.0,>=1.0.0 ; extra == 'rapid_evaluation'
Requires-Dist: pandas <2.2.0,>=1.0.0 ; extra == 'rapid_evaluation'
Provides-Extra: ray
Requires-Dist: google-cloud-bigquery-storage ; extra == 'ray'
Requires-Dist: google-cloud-bigquery ; extra == 'ray'
Requires-Dist: pandas <2.2.0,>=1.0.0 ; extra == 'ray'
Requires-Dist: pyarrow >=6.0.1 ; extra == 'ray'
Requires-Dist: pydantic <2 ; extra == 'ray'
Requires-Dist: immutabledict ; extra == 'ray'
Requires-Dist: ray[default] !=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.0,!=2.9.1,!=2.9.2,<=2.9.3,>=2.4 ; (python_version < "3.11") and extra == 'ray'
Requires-Dist: ray[default] <=2.9.3,>=2.5 ; (python_version == "3.11") and extra == 'ray'
Provides-Extra: ray_testing
Requires-Dist: google-cloud-bigquery-storage ; extra == 'ray_testing'
Requires-Dist: google-cloud-bigquery ; extra == 'ray_testing'
Requires-Dist: pandas <2.2.0,>=1.0.0 ; extra == 'ray_testing'
Requires-Dist: pyarrow >=6.0.1 ; extra == 'ray_testing'
Requires-Dist: pydantic <2 ; extra == 'ray_testing'
Requires-Dist: immutabledict ; extra == 'ray_testing'
Requires-Dist: pytest-xdist ; extra == 'ray_testing'
Requires-Dist: ray[train] !=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.0,!=2.9.1,!=2.9.2,<=2.9.3,>=2.4 ; extra == 'ray_testing'
Requires-Dist: scikit-learn ; extra == 'ray_testing'
Requires-Dist: tensorflow ; extra == 'ray_testing'
Requires-Dist: torch <2.1.0,>=2.0.0 ; extra == 'ray_testing'
Requires-Dist: xgboost ; extra == 'ray_testing'
Requires-Dist: xgboost-ray ; extra == 'ray_testing'
Requires-Dist: ray[default] !=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.0,!=2.9.1,!=2.9.2,<=2.9.3,>=2.4 ; (python_version < "3.11") and extra == 'ray_testing'
Requires-Dist: ray[default] <=2.9.3,>=2.5 ; (python_version == "3.11") and extra == 'ray_testing'
Provides-Extra: reasoningengine
Requires-Dist: cloudpickle <3.0,>=2.2.1 ; extra == 'reasoningengine'
Requires-Dist: pydantic <3 ; extra == 'reasoningengine'
Provides-Extra: tensorboard
Requires-Dist: tensorflow <3.0.0dev,>=2.3.0 ; (python_version <= "3.11") and extra == 'tensorboard'
Provides-Extra: testing
Requires-Dist: pandas >=1.0.0 ; extra == 'testing'
Requires-Dist: nest-asyncio <1.6.0,>=1.0.0 ; extra == 'testing'
Requires-Dist: cloudpickle <3.0,>=2.2.1 ; extra == 'testing'
Requires-Dist: google-cloud-bigquery-storage ; extra == 'testing'
Requires-Dist: pydantic <2 ; extra == 'testing'
Requires-Dist: pyyaml <7,>=5.3.1 ; extra == 'testing'
Requires-Dist: google-cloud-bigquery ; extra == 'testing'
Requires-Dist: pydantic <3 ; extra == 'testing'
Requires-Dist: immutabledict ; extra == 'testing'
Requires-Dist: docker >=5.0.3 ; extra == 'testing'
Requires-Dist: httpx <0.25.0,>=0.23.0 ; extra == 'testing'
Requires-Dist: urllib3 <1.27,>=1.21.1 ; extra == 'testing'
Requires-Dist: tensorflow <3.0.0dev,>=2.3.0 ; extra == 'testing'
Requires-Dist: google-vizier >=0.1.6 ; extra == 'testing'
Requires-Dist: mlflow <=2.1.1,>=1.27.0 ; extra == 'testing'
Requires-Dist: fastapi <=0.109.1,>=0.71.0 ; extra == 'testing'
Requires-Dist: starlette >=0.17.1 ; extra == 'testing'
Requires-Dist: pandas <2.2.0,>=1.0.0 ; extra == 'testing'
Requires-Dist: pyarrow >=6.0.1 ; extra == 'testing'
Requires-Dist: explainable-ai-sdk >=1.0.0 ; extra == 'testing'
Requires-Dist: google-cloud-logging <4.0 ; extra == 'testing'
Requires-Dist: numpy >=1.15.0 ; extra == 'testing'
Requires-Dist: lit-nlp ==0.4.0 ; extra == 'testing'
Requires-Dist: uvicorn[standard] >=0.16.0 ; extra == 'testing'
Requires-Dist: requests >=2.28.1 ; extra == 'testing'
Requires-Dist: cloudpickle <3.0 ; extra == 'testing'
Requires-Dist: tensorboard-plugin-profile <3.0.0dev,>=2.4.0 ; extra == 'testing'
Requires-Dist: werkzeug <2.1.0dev,>=2.0.0 ; extra == 'testing'
Requires-Dist: tensorflow <3.0.0dev,>=2.4.0 ; extra == 'testing'
Requires-Dist: google-api-core <3.0.0,>=2.11 ; extra == 'testing'
Requires-Dist: grpcio-testing ; extra == 'testing'
Requires-Dist: ipython ; extra == 'testing'
Requires-Dist: kfp <3.0.0,>=2.6.0 ; extra == 'testing'
Requires-Dist: pyfakefs ; extra == 'testing'
Requires-Dist: pytest-asyncio ; extra == 'testing'
Requires-Dist: pytest-xdist ; extra == 'testing'
Requires-Dist: scikit-learn ; extra == 'testing'
Requires-Dist: requests-toolbelt <1.0.0 ; extra == 'testing'
Requires-Dist: xgboost ; extra == 'testing'
Requires-Dist: pyarrow <8.0dev,>=3.0.0 ; (python_version < "3.11") and extra == 'testing'
Requires-Dist: ray[default] !=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.0,!=2.9.1,!=2.9.2,<=2.9.3,>=2.4 ; (python_version < "3.11") and extra == 'testing'
Requires-Dist: tensorflow <3.0.0dev,>=2.3.0 ; (python_version <= "3.11") and extra == 'testing'
Requires-Dist: tensorflow ==2.13.0 ; (python_version <= "3.11") and extra == 'testing'
Requires-Dist: torch <2.1.0,>=2.0.0 ; (python_version <= "3.11") and extra == 'testing'
Requires-Dist: ray[default] <=2.9.3,>=2.5 ; (python_version == "3.11") and extra == 'testing'
Requires-Dist: pyarrow >=10.0.1 ; (python_version == "3.11") and extra == 'testing'
Requires-Dist: tensorflow ==2.16.1 ; (python_version > "3.11") and extra == 'testing'
Requires-Dist: torch >=2.2.0 ; (python_version > "3.11") and extra == 'testing'
Requires-Dist: bigframes ; (python_version >= "3.10") and extra == 'testing'
Requires-Dist: pyarrow >=14.0.0 ; (python_version >= "3.12") and extra == 'testing'
Provides-Extra: vizier
Requires-Dist: google-vizier >=0.1.6 ; extra == 'vizier'
Provides-Extra: xai
Requires-Dist: tensorflow <3.0.0dev,>=2.3.0 ; extra == 'xai'

vertexai
========

To use the Vertex GAPIC clients, please install the `google-cloud-aiplatform` PyPi package by running `pip install google-cloud-aiplatform`.

To use the Vertex AI SDK, please install the `vertexai` PyPi package by running `pip install vertexai`.
