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

aiplatform: add implementation for v1beta1 #5737

Closed
alethenorio opened this issue Mar 9, 2022 · 2 comments · Fixed by #5738
Closed

aiplatform: add implementation for v1beta1 #5737

alethenorio opened this issue Mar 9, 2022 · 2 comments · Fixed by #5738
Assignees
Labels
api: aiplatform Issues related to the AI Platform API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@alethenorio
Copy link

Is your feature request related to a problem? Please describe.
There's a big push right now for the new Vertex AI platform for building MLOps, all of which have APIs under the aiplatform package however using the apiv1 package which is the only one implemented here just returns unimplemented. Using python SDK works without any issue. I get a feeling this is because the current implementation of most APIs live under the v1beta1 protos. It is very hard for us who have an entire organization working in Go to have to fallback to python SDKs or start implementing the REST APIs by hand.

Describe the solution you'd like
Have an implementation for the v1beta1 protos of aiplatform package

Describe alternatives you've considered
Building a REST API by hand or falling back to python SDKs

Additional context

@alethenorio alethenorio added the triage me I really want to be triaged. label Mar 9, 2022
@product-auto-label product-auto-label bot added the api: aiplatform Issues related to the AI Platform API. label Mar 9, 2022
@codyoss codyoss added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed triage me I really want to be triaged. labels Mar 9, 2022
@codyoss codyoss self-assigned this Mar 9, 2022
@codyoss
Copy link
Member

codyoss commented Mar 9, 2022

@alethenorio Thanks for this feedback. I will do some research here and get back to you. If other languages have published this API already, it might just be an oversight that we don't have it yet in Go.

@alethenorio
Copy link
Author

@codyoss Thank for the quick response here. Can also confirm that I was able to call the APIs using the genproto repo directly with v1beta1 protos. Looking forward to this release

BrennaEpp pushed a commit to BrennaEpp/google-cloud-go that referenced this issue Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: aiplatform Issues related to the AI Platform API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants