Vectice Docs
API Reference (Latest)Vectice WebsiteStart Free Trial
24.4
24.4
  • 🏠Introduction
    • Vectice overview
      • Autolog
      • AskAI
      • Vectice for financial services
  • 🏁Quickstart
    • Getting started
    • Quickstart project
    • Tutorial project
    • FAQ
  • ▶️Demo Center
    • Feature videos
  • 📊Manage AI/ML projects
    • Organize workspaces
      • Create a workspace
      • Workspace Dashboard
    • Organize projects
      • Create a project
      • Project templates best practices
    • Define phase requirements
    • Invite colleagues
    • Collaborate with your team
  • 🚀Log and Manage Assets with Vectice API
    • API cheatsheets
      • Vectice Python API cheatsheet
      • Vectice R API cheatsheet
    • Connect to API
    • Log assets to Vectice
      • Autolog your assets
      • Log datasets
      • Log models
      • Log attachments and notes
      • Log code
      • Log a custom data source
      • Log assets using Vectice IDs
      • Log dataset structure and statistics
      • Log custom metadata in a table format
      • Log MLFLow runs
    • Retrieve assets from app
    • Manage your assets
    • Manage your iteration
    • Preserve your code and asset lineage
  • 🤝Create Model documentation and reports
    • Auto-document models with AskAI
    • Streamline documentation with Macros
    • Create model documentation with Vectice Reports
    • Document phase outcomes
  • 🗂️Admin Guides
    • Organization management
    • Workspace management
    • User management
      • User roles and permissions
      • Update a user role in your organization
      • Activate and deactivate users
      • Reset a user's password
  • 🔗Integrations
    • Integrations Overview
    • Integrate Vectice with your data platform
  • 💻IT & Security
    • IT & Security Overview
    • Secure Evaluation Environment Overview
    • Deployment
      • SaaS offering (Multi-Tenant SaaS)
      • Kubernetes self-hosted offering
        • General Architecture & Infrastructure
        • Kubernetes on GCP
          • Appendices
        • Kubernetes on AWS
          • Appendices
        • Kubernetes on Azure
          • Appendices
        • GCP Marketplace deployment
        • On premise
        • Configuration
    • User management
    • SSO management
      • Generic SAML integration
      • Okta SSO integration
    • Security
      • Data storage security
      • Network Security
        • HTTPS communication
        • Reverse proxy
        • CORS/CSRF
        • VPC segregation
      • Sessions
      • Secrets and certificates
      • Audit logs
      • SOC2
      • Security updates
      • Best practices
      • Business continuity
    • Monitoring
      • Installation guide
      • Customizing the deployments
    • Maintenance & upgrades
    • Integrating Vectice Securely
  • ⭐Glossary
    • Concepts
      • Workspaces
      • Projects
        • Setup a project
      • Phases
      • Iterations
        • Iterative development
      • Datasets
        • Dataset resources
        • Dataset properties
        • Dataset lineage and versions
      • Models
      • Reports
  • 🎯Release notes
    • Release notes
  • ↗️References
    • Vectice Python API Reference
    • Vectice R API Cheatsheet
    • Notebooks and code samples
    • Vectice website
Powered by GitBook
On this page
  • 🧠 AI/ML Platforms & Libraries
  • 💻 Notebooks, IDEs, CI/CD, & Pipelines
  • Proxy support
  • 🔄 MLOps Platforms
  • 🗄️ Data Platforms
  • Developer Tools & APIs
  • Python API
  • R
  • GraphQL / Rest
  1. Integrations

Integrations Overview

PreviousReset a user's passwordNextIntegrate Vectice with your data platform

Vectice easily integrates with the tools you already use—from AI/ML platforms and notebooks to MLOps and data platforms—making your workflow smoother and more efficient. Our integrations are flexible and quick to set up, allowing you to start using Vectice with minimal changes to your current process.

Explore our available integrations:

🧠 AI/ML Platforms & Libraries

Manage models, experiments, and data directly within your favorite AI/ML tools to enhance your machine learning workflows.

  • Python

  • R

  • scikit-learn

  • spaCy

  • TensorFlow

  • XGBoost (XGB)

  • Keras (K)

  • MLflow

  • SAS Py

  • SAS Viya

  • Azure ML

  • Spark MLlib

  • PyTorch

  • H2O.ai

  • MindsDB

  • DataRobot

  • PyCaret

  • Ludwig

  • W&B

  • Vertex AI

  • Sagemaker

💻 Notebooks, IDEs, CI/CD, & Pipelines

Streamline development using Vectice alongside your notebooks, IDEs, and CI/CD tools for a cohesive coding and deployment experience.

You can integrate Vectice within these environments by .

  • Jupyter notebook

  • RStudio

  • VS Code

  • GitHub Actions

  • Databricks

  • Jenkins

  • Collab notebook

  • Python IDE

  • Atom

  • Sagemaker

Proxy support

You can use Vectice with an HTTP and a HTTPS proxy server. This is used to connect your ecosystems to the Vectice instance. To route all Vectice traffic through the proxy server, set the environment variable to the proxy URL.

HTTPS Example

HTTPS_PROXY = "https://user:password@proxy.host.com:port"

Environment variables:

  • HTTP_PROXY is the proxy to use for HTTP requests.

  • HTTPS_PROXY is the proxy to use for HTTPS requests. In most cases, this is the same as HTTPS_PROXY.

  • PROXY is your personal proxy.

  • NO_PROXY is a comma-separated list of DNS suffixes or IP addresses that can be accessed without passing through the proxy.

🔄 MLOps Platforms

Simplify model management and deployment with Vectice integrations for popular MLOps platforms, automating workflows and improving consistency.

  • GitHub

  • MLFlow

  • Weights & Biases

  • Jenkins

  • Great Expectations

  • Bitbucket

  • CodeCommit

  • Arize

  • Sagemaker

  • Other git based systems

🗄️ Data Platforms

Connect Vectice with leading data storage platforms to keep your data secure and accessible, enabling seamless data handling and compliance.

  • Snowflake

  • AWS S3

  • Google Cloud Storage

  • Azure Blob Storage

  • Redshift

  • Synapse

  • Databricks

  • BigQuery

  • SparkTable

  • Delta Table

  • Postgres

  • Amazon Redshift

Vectice offers powerful tools for developers who want more control over their integrations. With our APIs, you can connect directly with Vectice, automate key tasks, and customize how Vectice fits into your workflow.

Python API

The Vectice Python API makes it easy to interact with Vectice right from your Python environment. Automate tasks, document your data and track versions—directly in your code.

  • Key Uses:

    • Upload and manage data in formats like CSV or JSON

    • Connect with data storage (Google Cloud Storage, Amazon S3, Databricks)

    • Auto-document datasets, models, and notes

    • Track data and model versions over time

    • Handle errors and logging

R

Use Vectice in R with the reticulate package, bringing Vectice’s API capabilities directly to your R workflows. It’s a smooth, flexible way to extend Vectice into R.

GraphQL / Rest

For advanced setups, our GraphQL and REST APIs let you integrate Vectice in a custom way. Available for self-hosted deployments, these APIs are perfect for unique workflows or internal tools.

  • Key Uses:

    • Custom integrations with in-house systems

    • Full control over Vectice data through API access

    • Support for creating workflows that meet specific needs

This solution offers seamless on-demand integration. Our expert team is available to assist with advanced customization needs. Just contact us at support@vectice.com to discuss your specific requirements.

To learn more about the code wrappers, visit our .

Developer Tools & APIs

Please refer to the dedicated to install the Vectice Python API and view the official for the latest details and code examples.

Understand more about the package.

Please refer to the dedicated for installing reticulate and view the official for the latest details and code examples.

🔗
⚙️
installing the Vectice library package
API reference docs
reticulate
Vectice Python API documentation
Vectice Python API documentation
installation guide
installation guide