You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
See the link to the generated code below for google/cloud/aiplatform/v1beta1 where the import statement for AcceleratorType is missing in google/cloud/aiplatform_v1beta1/types/__init__.py.
See the link to the generated code below for
google/cloud/aiplatform/v1beta1where the import statement forAcceleratorTypeis missing ingoogle/cloud/aiplatform_v1beta1/types/__init__.py.https://github.com/googleapis/googleapis-gen/blob/6b2c01cabe29e8c7de08852efaef631ff18d62b4/google/cloud/aiplatform/v1beta1/aiplatform-v1beta1-py/google/cloud/aiplatform_v1beta1/types/__init__.py#L850C6-L850C21
See the definition for
AcceleratorTypein the proto here:https://github.com/googleapis/googleapis/blob/2fd7625cf9808234503fd5addc6e2bda8fe5c114/google/cloud/aiplatform/v1beta1/accelerator_type.proto#L28
The init file should have
The issue is that enums which are not part of messages are not added to
__init__.pybecause of theproto.messagesconditional checkgapic-generator-python/gapic/templates/%namespace/%name_%version/%sub/types/__init__.py.j2
Lines 5 to 14 in 90ba3f7