Retrieve assets from app
Learn how to effortlessly retrieve your assets from the Vectice app using the Vectice API.
Retrieve dataset version metadata from app
After logging your datasets to Vectice, you can retrieve the dataset's metadata using the following code which will return a Dataset Version Representation
.
A Dataset Version Representation
shows information about a specific version of a dataset from the Vectice app. It makes it easier to get and read this information through the API.
For more information on return values and other associated methods, view the Dataset Version Representation API documentation.
Retrieve model version metadata from app
After logging your models to Vectice, you can retrieve the model's metadata using the following code which will return a Model Version Representation
.
A Model Version Representation
shows information about a specific version of a model from the Vectice app. It makes it easier to get and read this information through the API.
For more information on return values and other associated methods, view the Model Version Representation API documentation.