Retrieve assets from app
Retrieve dataset version metadata from app
import vectice
connect = vectice.connect(
api_token = 'your-api-key', # Paste your api key
host = 'https://app.vectice.com', # Paste your host
)
# Retrieve a specific dataset version metadata
connect.dataset_version('DTV-XXXX')Retrieve model version metadata from app
Last updated
Was this helpful?