Open telpirion opened 1 month ago
Oops! I intended to mark this as a "draft." @glasnt -- I'll follow up with you over chat about this PR; my apologies that I didn't do it sooner.
friendly ping: any updates on this PR? or will it be re-created
Converting this to draft; will follow up directly.
Description
For some resource-intensive APIs, in this case
Endpoint.predict()
which requires a deployed endpoint, use aMock
orMagicMock
to ensure that the client library interface is observed.