-
Notifications
You must be signed in to change notification settings - Fork 1.2k
SDK 2.0: deploy() returns NoneType #1749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For the record, replacing Model with TensorFlowModel works fine
|
the generic for TF specifically, |
ok, got it. Definitely worth mentioning in the doc :) |
I've updated the docs in #1756. Thanks for bringing this up! |
I was just wondering why my model does not return a predictor that I can use in the notebook until I found this. I used this document page: |
Using the latest SDKv2 build:
This should return a sagemaker.predictor.Predictor object, right? Have I missed something?
The text was updated successfully, but these errors were encountered: