SuperCowPowers / sageworks

SageWorks: An easy to use Python API for creating and deploying AWS SageMaker Models
https://www.supercowpowers.com
MIT License
39 stars 1 forks source link

Artifact Name Validation #398

Closed brifordwylie closed 8 months ago

brifordwylie commented 8 months ago

There are some more nuances cases, which means that we should probably have all Artifacts (and any Transform that creates an Artifact) go through an official 'name validation', we'll make another ticket for that.

Related: #397

brifordwylie commented 8 months ago

Okay.. all Artifact() classes now have a compliant_uuid() method that gets called at initialization, so hopefully this catches all the naming corner cases ;p