You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement CuratedHub APIs (aws#1449)
* Implement CuratedHub Admin APIs
* making some parameters optional in create_hub_content_reference as per the API design
* add describe_hub and list_hubs APIs
* implement delete_hub API
* Implement list_hub_contents API
* create CuratedHub class and supported utils
* implement list_models and address comments
* Add unit tests
* add describe_model function
* cache retrieval for describeHubContent changes
* fix curated hub class unit tests
* add utils needed for curatedHub
* Cache retrieval
* implement get_hub_model_reference()
* cleanup HUB type datatype
* cleanup constants
* rename list_public_models to list_jumpstart_service_hub_models
* implement describe_model_reference
* Rename CuratedHub to Hub
* address nit
* address nits and fix failing tests
---------
Co-authored-by: Malav Shastri <[email protected]>
* feat: implement list_jumpstart_service_hub_models function to fetch JumpStart public hub models (aws#1456)
* Implement CuratedHub Admin APIs
* making some parameters optional in create_hub_content_reference as per the API design
* add describe_hub and list_hubs APIs
* implement delete_hub API
* Implement list_hub_contents API
* create CuratedHub class and supported utils
* implement list_models and address comments
* Add unit tests
* add describe_model function
* cache retrieval for describeHubContent changes
* fix curated hub class unit tests
* add utils needed for curatedHub
* Cache retrieval
* implement get_hub_model_reference()
* cleanup HUB type datatype
* cleanup constants
* rename list_public_models to list_jumpstart_service_hub_models
* implement describe_model_reference
* Rename CuratedHub to Hub
* address nit
* address nits and fix failing tests
* implement list_jumpstart_service_hub_models function
---------
Co-authored-by: Malav Shastri <[email protected]>
* Feat/Curated Hub hub_arn and hub_content_type support (aws#1453)
* get_model_spec() changes to support hub_arn and hub_content_type
* implement get_hub_model_reference()
* support hub_arn and hub_content_type for specs retrieval
* add support for hub_arn and hub_content_type for serializers, deserializers, estimators, models, predictors and various spec retrieval functionalities
* address nits and test failures
* remove hub_content_type support
---------
Co-authored-by: Malav Shastri <[email protected]>
* feat: implement curated hub parser and bug bash fixes (aws#1457)
* implement HubContentDocument parser
* modify the parser to remove aliases for hubcontent documents
* bug fix
* update boto3
* Bug Fix in the parser
* Improve Hub Class and related functionalities
* Bug Fix and parser updates
* add missing hub_arn support
* Add model reference deployment support and other minor bug fixes
* fix: retrieve correct image_uri (parser update)
* fix: retrieve correct model URI and model data path from HubContentDocument (parser update)
* Add model reference deployment support
* Model accessor and cache retrival bug fixes
* fix: curated hub model training workflow
* fix: pass sagemaker sessions object to retrieve model specs from describe_hub_content call
* fix: fix payload retrieval for curated hub models
* modify constants, enums
* fix: update parser
* Address nits in the parser
* Add unit tests for parser
* implement pagination for list_models utility
* feat: support wildcard chars for model versions
* Address nits and comments
* Add Hub Content Arn Tag to training and hosting
* Add Hub Content Arn Tag to training and hosting
* fix: HubContentDocument schema version
* fix broken unit tests
* fix prepare_container_def unit tests to include ModelReferenceArn
* fix unit tests for test_session.py
* revert boto version changes
* Fix unit tests
* support wildcard model versions for training workflow
* Add test cases for get_model_versions
* Add/fix unit tests
---------
Co-authored-by: Malav Shastri <[email protected]>
* address unit tests failures in codebuild
* change list_jumpstart_service_hub_models to list_sagemaker_public_hub_models()
* fix: Changing list input output shapes
* fix: gated model training bug
* run black -l 100
* flake 8
* address formatting issues
* black -l
* DocStyle issues
* address flake8, pylint
* blake -l
* pass model type down
* disabling pylint for release
* disable pylint
---------
Co-authored-by: Malav Shastri <[email protected]>
Co-authored-by: chrstfu <[email protected]>
Co-authored-by: Erick Benitez-Ramos <[email protected]>
0 commit comments