get_model_files
Get the working directory and file names for a model to access input, output, and log files for inspection.
Instructions
List the on-disk files for a model and their directory.
Use this to locate the input (.in), output (.csv) and log
files so you can open them yourself. Files appear once the model is
saved or run (run_model, or inspect_model with show_input_file=True);
before then the directory is empty.
Parameters
model_id : str Id of the model whose files to locate.
Returns
str The working directory and the names of the files belonging to the model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |