User Manual

Launch Predictino

  1. Navigate to Slide list (metadata table).
  2. Select your slide(s) (e.g., filter by name or other attribute).
  3. Click PREDICTINO button in the top panel.
  4. Launch Predictino

Set up solution

For this example, we will use the PatchGen solution. Please note that Predictino is a generic tool that can be used with any solution deployed.
  1. Click RELEASED to filter for released solutions only.
  2. Add Tags, and other applicable attributes to filter your search.
  3. Enter full or partial solution name to further refine your search, and adjust the sort options.
  4. Select the solution of interest in the solution list.
  5. Select Solution
  6. Pick the solution version in the Solution Version dropdown and click NEXT.
  7. Select Version
  8. Specify Experiment Name.
  9. Configure your solution by specifying Input Parameters in the relevant fields.

Run solution

  1. Click RUN
  2. Report page will open.
  3. Navigate to JOBS to monitor your pipeline run.
  4. Jobs
  5. Refresh page to observe the latest status of your job.

If your pipeline failed

  • Open the job in the Kubeflow.
  • Click on the job component to open the pane on the right.
  • In the Input/Output scroll down to the Output artifacts.
  • Click on x.log file.
  • If the error persists, reach out to the solution support channel, as specified in the solution's info section under Support.
  • Our Predictino community channel can be reached via the Teams channel.

If everything went well

The pipeline state will say finished. Now we're all set to explore the solution outcome.

Maintenance guide

Adding tags

To add tags to your Predictino solution, follow these steps:
  1. Open predictino.yml file in your solution repository.
  2. Add the field tags if it doesn't exist.
  3. Specify the tags you want to add, for example:
  4. tags:
    - data-consolidation
    - another-tag
    
  5. Follow your organization's solution development guidelines and release process to make it available in Predictino.

Configuring external visibility

To configure external visibility for your Predictino solution, follow these steps:
  1. Open predictino.yml file in your solution repository.
  2. Add the field externally_visible if it doesn't exist.
  3. Specify the external visibility settings you want to apply, for example:
  4. externally_visible:
      enabled: true
      project_ids:
        - 67462dc89b04ac0ec9acdadd
    

    Solution release