Specifying nested resources for different models

Hi @anandan9470 I’m glad you’re enjoying Guild!

You want to set target-path for a resource or resource source to data.

- model: model-1
  resources:
    detector-data:
      - file: data/data-for-model-1
        target-path: data
        target-type: link

Also you specify target-type as a list there – it should be a string (see above).

For more info you can read about target path in Guild File Reference.

1 Like