mystic-ai / pipeline

Pipeline is an open source python SDK for building AI/ML workflows

Home Page:https://www.mystic.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `resource_type` a different type in RunGetDetailed

65536william opened this issue · comments

When a run fails, it might fail before a resource has even been allocated due to validation or some other error. Therefore resource_type is None, which isn't a str.

So the resource_type field in RunGetDetailed should probably update to account for this fact. But the actual type of resource_type should probably be thought about more. For instance I think you could potentially train on multiple GPUs which aren't all the same type.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.