UiPath environment variable

What is the use fo this environment variable ?

Hello @Ritaman_Baral Welcome to the UiPath Community Forum

Choose Input Dataset - * In the Choose input dataset field, select a dataset or folder from which you want to import data for training. All files in this dataset/folder should be available locally during the runtime of the pipeline, being passed to the first argument to your train() function (that is, the path to the mounted data will be passed to the data_directory variable in the definition train(self, data_directory)).

Please refer this page from UiPath - Pipelines

Also if you are new to UiPath - please enrol in UiPath AI Center

Thanks

Hi @Ritaman_Baral

The below documentation will help you

Check out the below playlist for better understanding on Document understanding

Regards

@Ritaman_Baral

If there are any inputs needed for the packages those can be given or controlled using environment variables…

For example if you are using text classification model then it needs inputs like the column names that it needs to refer in the input file provided and type of file like json/csv etc…these can be controlled or given using environment variables

Cheers