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

Implement Datasources for Models #10866

Open
AndreasBergmeier6176 opened this issue Jan 7, 2022 · 0 comments
Open

Implement Datasources for Models #10866

AndreasBergmeier6176 opened this issue Jan 7, 2022 · 0 comments

Comments

@AndreasBergmeier6176
Copy link

AndreasBergmeier6176 commented Jan 7, 2022

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.

Description

The Model API is very frail and problematic to work with as CRUD (e.g. most changes lead to recreates).
Thus we fell back to working with R(ead) only. Since there are no Datasources we were forced to implement external Datasource scripts. We would now be interested to implement the necessary Datasources given that they will eventually get merged.

New or Affected Resource(s)

Data sources:

  • google_ml_engine_model
  • google_ml_engine_model_version
  • google_vertex_ai_model

Potential Terraform Configuration

data "google_ml_engine_model" "foo" {
  name = "foo"
}

data "google_ml_engine_model_version" "foo" {
  model = data.google_ml_engine_model.foo.self_link
  name  = "v1"
}

References

b/312696744

@rileykarson rileykarson added this to the Goals milestone Jan 10, 2022
@github-actions github-actions bot added forward/review In review; remove label to forward service/aiplatform-prediction labels Oct 5, 2023
@roaks3 roaks3 removed the forward/review In review; remove label to forward label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants