Troubleshooting Studio
Learn how to troubleshoot common issues with NeMo Studio.
Filesets or Jobs Not Appearing in Studio
If you do not see filesets or jobs that you created using the Python SDK or API, verify that you specified the project parameter in the creation or update API requests.
Specify the project parameter when creating a fileset using the Python SDK or cURL:
Creating a Fileset Using the Python SDK and Associating with a Project:
Creating a Dataset Using cURL and Associating with a Project:
All resource creation and update APIs support the project parameter.
Refer to the Python SDK and API references for more details.