-
Notifications
You must be signed in to change notification settings - Fork 353
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
Getting AttributeError when importing cloud_profiler from google cloud aiplatform #4079
Labels
api: vertex-ai
Issues related to the googleapis/python-aiplatform API.
Comments
product-auto-label
bot
added
the
api: vertex-ai
Issues related to the googleapis/python-aiplatform API.
label
Jul 10, 2024
sasha-gitg
referenced
this issue
in googleapis/python-bigquery
Jul 10, 2024
* feat: add default timeout for Client.get_job() * change timeout type detection * lint * fix unit test and coverage * add type hint * fix type hint * change import style and add comments * remove sentinel value in client * type hint * typo * add sentinel for query_and_wait() * add unit tests * fix unit test * Update google/cloud/bigquery/job/query.py Co-authored-by: Tim Sweña (Swast) <swast@google.com> * Update google/cloud/bigquery/job/query.py Co-authored-by: Tim Sweña (Swast) <swast@google.com> * address comments * typo * type hint * typos --------- Co-authored-by: Tim Sweña (Swast) <swast@google.com>
@Abe410 What version of |
4 tasks
google-api-core==2.8.1 |
copybara-service bot
pushed a commit
that referenced
this issue
Sep 19, 2024
Fixes #4079 PiperOrigin-RevId: 676265649
copybara-service bot
pushed a commit
that referenced
this issue
Sep 19, 2024
Fixes #4079 PiperOrigin-RevId: 676265649
copybara-service bot
pushed a commit
that referenced
this issue
Oct 1, 2024
Fixes #4079 PiperOrigin-RevId: 676265649
copybara-service bot
pushed a commit
that referenced
this issue
Oct 1, 2024
Fixes #4079 PiperOrigin-RevId: 676265649
copybara-service bot
pushed a commit
that referenced
this issue
Oct 1, 2024
* Added `generative_models.FunctionCall` class (returned by `Part.FunctionCall`). Fixes #4079 PiperOrigin-RevId: 680897095
copybara-service bot
pushed a commit
that referenced
this issue
Oct 1, 2024
* Added `generative_models.FunctionCall` class (returned by `Part.FunctionCall`). Fixes #4079 PiperOrigin-RevId: 680897095
copybara-service bot
pushed a commit
that referenced
this issue
Oct 2, 2024
* Added `generative_models.FunctionCall` class (returned by `Part.FunctionCall`). Fixes #4079 PiperOrigin-RevId: 680897095
copybara-service bot
pushed a commit
that referenced
this issue
Oct 7, 2024
* Added `generative_models.FunctionCall` class (returned by `Part.FunctionCall`). Fixes #4079 PiperOrigin-RevId: 680897095
copybara-service bot
pushed a commit
that referenced
this issue
Oct 8, 2024
* Added `generative_models.FunctionCall` class (returned by `Part.FunctionCall`). Fixes #4079 PiperOrigin-RevId: 680897095
copybara-service bot
pushed a commit
that referenced
this issue
Oct 8, 2024
* Added `generative_models.FunctionCall` class (returned by `Part.FunctionCall`). Fixes #4079 PiperOrigin-RevId: 680897095
copybara-service bot
pushed a commit
that referenced
this issue
Oct 8, 2024
* Added `generative_models.FunctionCall` class (returned by `Part.FunctionCall`). Fixes #4079 PiperOrigin-RevId: 680897095
copybara-service bot
pushed a commit
that referenced
this issue
Oct 8, 2024
* Added `generative_models.FunctionCall` class (returned by `Part.FunctionCall`). Fixes #4079 PiperOrigin-RevId: 683761041
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the following:
from google.cloud.aiplatform.training_utils import cloud_profiler
I get:
Running google-cloud-aiplatform==1.57.0
The text was updated successfully, but these errors were encountered: