sagemaker-python-sdk icon indicating copy to clipboard operation
sagemaker-python-sdk copied to clipboard

Automatically infer `Framework` and `FrameworkVersion` from `FrameworkModel` when calling the `register()` method

Open acere opened this issue 3 years ago • 0 comments

Describe the feature you'd like When I register a model created with any of the Framework Models I don't need to repeat the framework and version (necessary to enable inference recommender) in the arguments of model.create()

How would this feature be used? Please describe. This feature will reduce the number of argument necessary to register a model in SageMaker Model Registry, making inference recommender more accessible.

Describe alternatives you've considered The current alternative is to maintain the current method signature, providing little differentiation between the SDK and boto3

acere avatar Jul 08 '22 09:07 acere