Skip to main content

All Questions

Filter by
Sorted by
Tagged with
Best practices
1 vote
2 replies
64 views

Let's take a concrete example. I created the following my_function Python function: from google.cloud.aiplatform import Endpoint def my_function(existing_endpoint: Endpoint)-> str: return ...
Maxime Oriol's user avatar
1 vote
0 answers
215 views

I have this code to retrieve millions of rows from my BigQuery query results: query_job = client.query( query, ) storage_client = bigquery_storage....
unitrium's user avatar
3 votes
1 answer
92 views

I am trying to setup a distributed environment for NLP processing. I use Ray and Python on GCP. I have a master and several workers. What happens is that when I run 1 worker or 8 workers, it takes ...
cuneyttyler's user avatar
  • 1,424
2 votes
0 answers
86 views

I am using the github action google-github-actions/auth@v3 and following the documentation for workload identity federation through a service account within the github CI. I have created the workload ...
LlamaD's user avatar
  • 464
0 votes
1 answer
135 views

I'm loading data into BigQuery and using LoadJobConfig. There's a timestamp_format field where you can specify the format of timestamps. Checking the data I have, timestamps come in different format: ...
Aaron's user avatar
  • 15
1 vote
1 answer
195 views

I am attempting to deploy a simple Google Chat application using Python (FastAPI/Functions Framework) and an ngrok tunnel as the endpoint. My goal is to create a standard, text-only chatbot that ...
Adrián Milla's user avatar
6 votes
2 answers
8k views

I am trying to use the Google Gemini API with langchain-google-genai in Python. I want to use the Free Tier, so I created a fresh project in Google AI Studio (without linking any billing account). ...
skullXcalibre's user avatar
0 votes
0 answers
32 views

I built an API on GCP. The health endpoint is working properly: curl -H "Authorization: bearer $(gcloud auth print-identity-token)" \ https://my-api-123.us-central1.run.app/health {"...
superblowncolon's user avatar
-1 votes
1 answer
220 views

Summary I'm trying to deploy a Python code execution service using nsjail for sandboxing on Google Cloud Run, but nsjail fails with `prctl(PR_SET_SECUREBITS)` errors even with minimal configuration. ...
Venkat Nikhil's user avatar
Advice
1 vote
0 replies
83 views

Service details Scaling: Auto (Min: 0, Max: 1) Billing: Request-based the chrome browser was able to run during the idle time of the instance app = Flask(__name__) driver = None @app.route("/&...
Ibrahim Ali's user avatar
  • 2,613
0 votes
1 answer
263 views

I’m running a Google Cloud Run service that exposes an API endpoint performing heavy computational tasks (CPU-bound). The API will be called very occasionally and for now there will never be ...
JoScratcherJo's user avatar
1 vote
0 answers
103 views

Is there any solution to use Python to extract BigQuery Dataform metadata of something else to get dependencies/dependents of each action in repository? The purpose is that I want to collect the ...
Korapat Thongwatthananon's user avatar
0 votes
0 answers
671 views

upgraded my Google AI Studio project to Paid Tier 1 today, but my daily rate limit (RPD) for the Gemini API is still stuck and not resetting. I cannot send any requests, even after waiting over 24 ...
Давран Бабединов's user avatar
0 votes
1 answer
91 views

Using identity platform I'd like to exchange a service account for a tenant encoded token. I need to do this because our GitHub action needs to make use of our cli tool which requires sign in by a ...
anonymous-dev's user avatar
1 vote
2 answers
133 views

I have created a WebSocket application, and I have stored my server on a VM running on google-server-platform as an Compute Engine (I am really custom to the correct terminology). This VM is ...
Jose Ramon's user avatar
  • 5,386

15 30 50 per page
1
2 3 4 5
343