Entities

NeMo Platform model and dataset CRUD lifecycle through the platform SDK, with strict field matching on final verification entities.

NVIDIA NeMo adab3ae 789 B Updated

File contents

Entity tasks

  • Use nemo_api with the models or datasets resource as appropriate, passing workspace="<active request workspace>" on every call.
  • Use the exact entity type and name from the instruction.
  • For model/dataset CRUD, create the temporary entity, verify/list/update/delete it, then create the final verification entity.
  • Keep JSON params valid and compact. Final dataset checks often require fields such as format and size to match exactly.
  • Retrieve or list the final model or dataset and compare every required field, including its exact entity type and name, before reporting success.

nvidia-nemo/nemo-platform/tree/main/agents/nemo-studio-assistant-ethos/skills/entities commit adab3aed6c

Frequently asked questions

npx skillmds@latest add nvidia-nemo/entities-2