Stay organized with collections
Save and categorize content based on your preferences.
Data scientists and machine learning (ML) developers use the
Vertex AI SDK for Python to build, train, and deploy models in a custom ML
workflow. This includes creating datasets and uploading data, training an ML
model, uploading and storing your model, deploying your model, running batch
prediction jobs, and managing your models and endpoints.
The Vertex AI SDK also includes classes to create generative AI
solutions with text, code, chat, and text embedding foundation models. You can
use these classes to generate text, create a text or code chatbot, tune a
foundation model, and create a text embedding. A text embedding is text in the
form of a vector used to search for items. For more information, see
Introduction to language model classes in the Vertex AI SDK.
You can use the Vertex AI SDK for Python in hosted JupyterLab notebooks within
Vertex AI to write and run your code. The notebooks include preinstalled
ML frameworks, such as TensorFlow and PyTorch. You can also use other notebooks,
such as Colab notebooks, or use a developer environment of your choice that
supports Python.
If you want to try using the Vertex AI SDK for Python right now, see the following
resources:
The Vertex AI SDK includes many classes to help you automate data
ingestion, train models, and get predictions. It also includes classes to help
you monitor, evaluate, and optimize your machine learning (ML) workflow. The
classes can be loosely grouped into the following categories:
Data classes include classes that work with structured data,
unstructured data, and the Vertex AI Feature Store.
Training classes include classes that work with AutoML
training for structured and unstructured data, custom training,
hyperparameter training, and pipeline training.
Model classes work with models and model evaluations.
Prediction classes work with batch predictions, online
predictions, and Vector Search predictions.
Tracking classes work with Vertex ML Metadata,
Vertex AI Experiments, and Vertex AI TensorBoard.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[],[],null,["# Vertex AI SDK class overview\n\nData scientists and machine learning (ML) developers use the Vertex AI SDK for Python to build, train, and deploy models in a custom ML workflow. This includes creating datasets and uploading data, training an ML model, uploading and storing your model, deploying your model, running batch prediction jobs, and managing your models and endpoints.\n\n\u003cbr /\u003e\n\nThe Vertex AI SDK also includes classes to create generative AI\nsolutions with text, code, chat, and text embedding foundation models. You can\nuse these classes to generate text, create a text or code chatbot, tune a\nfoundation model, and create a text embedding. A text embedding is text in the\nform of a vector used to search for items. For more information, see\n[Introduction to language model classes in the Vertex AI SDK](/vertex-ai/generative-ai/docs/sdk-for-llm/llm-sdk-overview).\n\nYou can use the Vertex AI SDK for Python in hosted JupyterLab notebooks within\nVertex AI to write and run your code. The notebooks include preinstalled\nML frameworks, such as TensorFlow and PyTorch. You can also use other notebooks,\nsuch as Colab notebooks, or use a developer environment of your choice that\nsupports Python.\n\nIf you want to try using the Vertex AI SDK for Python right now, see the following\nresources:\n\n- [Introduction to the Vertex AI SDK for Python](/vertex-ai/docs/python-sdk/use-vertex-ai-python-sdk)\n- [Vertex AI SDK reference](/python/docs/reference/aiplatform/latest/google.cloud.aiplatform)\n- [Vertex AI SDK language model reference](/python/docs/reference/aiplatform/latest/vertexai.language_models)\n- [Train a model using Vertex AI and the Python SDK](/vertex-ai/docs/tutorials/tabular-bq-prediction)\n\nThe Vertex AI SDK includes many classes to help you automate data\ningestion, train models, and get predictions. It also includes classes to help\nyou monitor, evaluate, and optimize your machine learning (ML) workflow. The\nclasses can be loosely grouped into the following categories:\n\n- [Data classes](/vertex-ai/docs/python-sdk/data-classes) include classes that work with structured data, unstructured data, and the Vertex AI Feature Store.\n- [Training classes](/vertex-ai/docs/python-sdk/training-classes) include classes that work with AutoML training for structured and unstructured data, custom training, hyperparameter training, and pipeline training.\n- [Model classes](/vertex-ai/docs/python-sdk/model-classes) work with models and model evaluations.\n- [Prediction classes](/vertex-ai/docs/python-sdk/prediction-classes) work with batch predictions, online predictions, and Vector Search predictions.\n- [Tracking classes](/vertex-ai/docs/python-sdk/tracking-classes) work with Vertex ML Metadata, Vertex AI Experiments, and Vertex AI TensorBoard."]]