Running Interactive Container Code within the Rhino FCP UI
Navigate to the Code Page
Use the left-hand navigation menu to click the Code (formerly Models) menu item
Run Your Code Object
Run your model by pressing the Run button in the specific row of the Code & Version your would like to run
Enter your Interactive Container Code Run Details
Fill in the following fields within the new Code Run modal:
-
Input Dataset(s): One or more Datasets to be used as input to your Code Run. If multiple Datasets are selected, each will be run separately. If a Dataset happens to be a collaborator's Dataset, the code will be run on that collaborator's Rhino Client. In other words, the data never moves outside your collaborator's Rhino Client
- Note: Interactive Containers can only accept a single input dataset currently, but multi-dataset functionality is coming soon!
- Interactive containers require Secure Access to be enabled on the input dataset. For more information about Secure Access, please refer to What is Secure Access?.
- Output Dataset Name Suffix: A suffix that is appended to the name of each input Dataset to define the name of the output Dataset that will be created during your Code Run.
- Timeout in Seconds: The number of seconds that must elapse before a Code Run is automatically halted. This is to avoid zombie tasks that run perpetually within a Rhino client. The default timeout is 10 minutes.
- Max Duration (Seconds): The number of seconds that the session must elapse before a Code Run is killed. The default is 24 hours
-
Run Parameters (Optional): Here you can paste a JSON object that defines additional parameters to be provided to your Code Run. This can be used for specifying hyper-parameters for model validation or any parameter provided to the code. Run parameters are made available to the container code in a file located at
/input/run_params.json
.
When you have completed adding all your Interactive Container Code Run details, click the Run button to run your code.
If you have received an error or run into any issues throughout the process, please check out our community forums, or reach out to support@rhinohealth.com for more assistance.