Unable to get predictor object from model.deploy() #4597
Replies: 1 comment
-
Created issue: #4619 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am following this article to deploy a Sagemaker Jumpstart endpoint using the SDK.
Model.deploy() runs successfully however, it returns None and not the predictor object. Having to use boto3.client("runtime.sagemaker").invoke_endpoint() to run inference.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions