feat: PipelineJob switch to v1 API from v1beta1 API#750
feat: PipelineJob switch to v1 API from v1beta1 API#750chensun merged 13 commits intogoogleapis:mainfrom
Conversation
|
/kokoro:force-run |
sasha-gitg
left a comment
There was a problem hiding this comment.
LGTM.
There is one more level to expose the types as default types here:
https://github.com/googleapis/python-aiplatform/blob/main/google/cloud/aiplatform/compat/__init__.py
This allows importing without explicitly stating the API version which makes switching between versions during dev easier :
ie:
from google.cloud.compat.types import pipeline_job
from google.cloud.compat.types import pipeline_stateWon't block on this.
Thanks! For the safety of the change, will do this next time if we switch version again. |
No description provided.