-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
send_message_streaming_async fails with TypeError #2853
Labels
api: vertex-ai
Issues related to the googleapis/python-aiplatform API.
Comments
product-auto-label
bot
added
the
api: vertex-ai
Issues related to the googleapis/python-aiplatform API.
label
Oct 26, 2023
I suspect the last call (in async for response in prediction_service_async_client.server_streaming_predict( to async for response in await prediction_service_async_client.server_streaming_predict( Edit: yeah it's working for me now that I have the await. |
qxcv
added a commit
to qxcv/python-aiplatform
that referenced
this issue
Oct 26, 2023
copybara-service bot
pushed a commit
that referenced
this issue
Oct 27, 2023
Fixes #2853 PiperOrigin-RevId: 577305447
copybara-service bot
pushed a commit
that referenced
this issue
Oct 27, 2023
Fixes #2853 PiperOrigin-RevId: 577305447
copybara-service bot
pushed a commit
that referenced
this issue
Oct 27, 2023
Fixes #2853 PiperOrigin-RevId: 577305447
copybara-service bot
pushed a commit
that referenced
this issue
Oct 27, 2023
Fixes #2853 PiperOrigin-RevId: 577305447
pabloem
pushed a commit
to pabloem/python-aiplatform
that referenced
this issue
Dec 30, 2023
Fixes googleapis#2853 PiperOrigin-RevId: 577345792
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment details
google-cloud-aiplatform
version: tried at 760a025 and 8e42bc5Steps to reproduce
See code example below.
Code example
Here is a simplified version of the code that is causing the issue:
Stack trace
The text was updated successfully, but these errors were encountered: