Error "Request has oversize body" When Invoking SageMaker Endpoint with Large Video File #4733
Unanswered
Manishthakur2503
asked this question in
Q&A
Replies: 2 comments
-
Hi , I am able to solve the issue.
This model folder is part of my docker which I pushed to ECR and while creating the docker image I gave the permission as well Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Manishthakur2503 This is because your model is not in |
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
-
Hi,
I am new to using SageMaker and recently deployed a model using a Docker image that I pushed to ECR. I created the model in SageMaker, configured an endpoint for serverless inference, and deployed the endpoint successfully. Before deploying, I tested the Docker image locally with the following code:
This worked perfectly. However, after deploying the endpoint on SageMaker, I am invoking it like this:
However, I'm encountering an error when running the code:
The input video file I’m using is also stored in S3. I'm unsure how to proceed, and I’m wondering if there's a size limit for the payload or if there's a recommended way to handle large video files when invoking SageMaker endpoints. Could you please provide guidance on how to resolve this issue?
Thank you in advance
Manish Thakur
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions