We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78631f commit 001125dCopy full SHA for 001125d
src/sagemaker/serverless/model.py
@@ -27,7 +27,7 @@
27
@deprecation_warning(
28
msg="Based on customer experience and feedback an"
29
" alternative support will be added in near future",
30
- date="10/29/2021",
+ date="10/27/2021",
31
)
32
class LambdaModel(ModelBase):
33
"""A model that can be deployed to Lambda."""
src/sagemaker/serverless/predictor.py
@@ -26,7 +26,7 @@
26
class LambdaPredictor(PredictorBase):
"""A deployed model hosted on Lambda."""
0 commit comments