GLaDAP opened a new issue, #41194: URL: https://github.com/apache/airflow/issues/41194
### Description Using Vertex AI, it is possible to upload a model as a new version of an existing model. This is possible by passing the `parent_model` to the `UploadModelRequest`. However, the `ModelServiceHook.upload_model` (under `airflow.providers.google.cloud.hooks.vertex_ai.model_service.py`) does not allow a user to pass the `parent_model`. Currently, when a new model is uploaded, a new model is created instead of creating a new version on an already existing model. ### Use case/motivation Adding this feature enables users to use the[ model versioning](https://cloud.google.com/vertex-ai/docs/model-registry/versioning) functionality in Vertex AI. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
