AzureRunInfo

class health.azure.AzureRunInfo(input_datasets, output_datasets, run, is_running_in_azure, output_folder, logs_folder)[source]

Bases: object

This class stores all information that a script needs to run inside and outside of AzureML. It is return from submit_to_azure_if_needed, where the return value depends on whether the script is inside or outside AzureML.

Please check the source code for detailed documentation for all fields.