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

MetaDataManager Class #405

Closed brifordwylie closed 1 month ago

brifordwylie commented 8 months ago

Right now using the AWSServiceBroker is WAY too confusing for most folks. So for Plugins and just general code usability lets make a MetaDataManager Class that simplifies the retrieval of data about ‘groups’ of artifacts… all model summaries, etc…

brifordwylie commented 1 month ago

Okay.. the meta() class is in place.