If you are new to creating a Flow in Virtualitics Predict, there are several key components to familiarize yourself with.
These include:
- Steps: Flows are comprised of Steps, which can be thought of as a component of a Workflow.
- Pages: Objects that govern the appearance of the frontend in Virtualitics Predict.
- Page Elements: Objects that allow users to upload, view, and interact with data within Virtualitics Predict. A collection of Page Elements organized logically using Sections and/or Cards make up a Page.
- Persistence: The ability to save data in a system so that the data's value can later be retrieved.
- Assets: A form of data persistence that enables information to flow across different Flows.
- Outputs: A form of data persistence that enables information to flow between Steps within a single Flow.
- Uploading a Flow: You can upload your own Flows to Virtualitics Predict. By uploading a Python file, you are able to productize and deploy your own Flow for data analysis and prediction.
Flow Creation Tutorials
To get started creating your own flows, the following guided tutorials are available for you to practice with in Virtualitics Predict:
Additionally, there are a number of flow code examples for you to work from.
Additional Technical Documentation
For in-depth technical documentation, visit the Virtualitics SDK.
Next Article |