Skip to content
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

Support for Async call over rest transport. #3663

Open
vi3k6i5 opened this issue Apr 24, 2024 · 0 comments
Open

Support for Async call over rest transport. #3663

vi3k6i5 opened this issue Apr 24, 2024 · 0 comments
Labels
api: vertex-ai Issues related to the googleapis/python-aiplatform API.

Comments

@vi3k6i5
Copy link

vi3k6i5 commented Apr 24, 2024

Please add support for async call over 'rest' transport. Currently it's not supported by the library as documented in this code override. Code link

# Warn user that "rest" is not supported and use grpc instead
logging.warning(
    "REST is not supported for async clients, "
    + "falling back to grpc."
)
@product-auto-label product-auto-label bot added the api: vertex-ai Issues related to the googleapis/python-aiplatform API. label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: vertex-ai Issues related to the googleapis/python-aiplatform API.
Projects
None yet
Development

No branches or pull requests

1 participant