ARAFAT
ARAFAT

Reputation: 59

vertex ai: ResourceExhausted 429 received trailing metadata size exceeds limit

I am using google vertex AI online prediction: In order to send an image it has to be in a JSON file in unit8 format which has to be less than 1.5 MB, when converting my image to uint8 it definitely exceeds 1.5MB.

To go around this issue we can encode the unit8 file to b64, that makes the JSON file in KBs when running the prediction I get Resource Exhausted: 429 received trailing metadata size exceeds limit Is there anyone who knows what's the problem?

Upvotes: 1

Views: 1791

Answers (0)

Related Questions