One client for each sagemaker endpoint vs multiple client #3204
Unanswered
mohitk1995
asked this question in
Q&A
Replies: 2 comments 5 replies
-
cc @tim-finnigan @RyanFitzSimmonsAK @indrora @nateprewitt could you answer above? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think using a single client makes sense, but since aiobotocore is being used here you can also consider asking for help in their repository: https://github.com/aio-libs/aiobotocore. Or for general use questions like this in the re:Post forums: https://repost.aws/. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The below snippet make use single client to make request to multiple sagemaker endpoints with different payloads. Does the below implementation makes sense? Or should we use different client for each endpoint?
Beta Was this translation helpful? Give feedback.
All reactions