Manage your iteration
Once you start logging assets, you can manage them seamlessly through the API or the app to keep your data science projects organized.
Update iteration status
Once you start an iteration in the API, its status automatically changes to "In progress." Once you are complete, you can update your iteration status by marking it complete.
Full example:
Create sections
Sections in Vectice function like headers, helping you identify and organize assets. This improves how you access and manage datasets, models, notes, and graphs within your projects.
To define a section to organize your assets using the Vectice API...
Delete Sections
You can delete sections in the Web App by selecting the menu button next to the section name and selecting Delete Section. If this section has assets, they will be moved to the default section for unassigned assets.
Move assets across sections in App
Drag and drop assets between sections to rearrange them as you like.
Delete assets in a section
You can delete assets within a specified section of the iteration using the API:
Create Notes
Add notes directly to your iteration for more context.
To add a note via Vectice API, use the following log()
method and insert your note.
iteration.log("This is my note.")
Full example:
Star your favorite iterations
Star the iterations you want to highlight to make them stand out, making it easier for stakeholders to identify the top iterations.
Last updated
Was this helpful?