Questions tagged [google-cloud-ai]

49 questions
0
votes
0 answers

How can I upgrade my existing AI platform-pipelines deployment to a newer version?

I currently have a deployment of AI platform-pipelines v0.2.5 running. I saw that 8 days ago, a new version v0.5.1 got added to the container registry. There have been a lot of changes, fixes, etc.. between these versions and I would like to update…
0
votes
1 answer

Best practice to run Tensorflow app on GCP?

I wish to run a Python app that uses Tensorflow to run simulations and outputs results to a csv file. I want to run it on GCP. My plan was to run it in a Dataproc cluster using Tony. It seems there are many GCP ways of doing ML stuff such as using…
0
votes
1 answer

How can I increase priority of Jobs submitted ( to reduce queue time ) on Google Cloud

On Google Cloud, I submit lots of Jobs which gets queued; and sometimes it takes really long for those jobs to start. Can I specify priority of critical jobs so that they start immediately or at higher priority. One of the command I am using is $…
Deepak Singhal
  • 10,568
  • 11
  • 59
  • 98
-1
votes
1 answer

Format issue when calling Vertex AI Custom Job Endpoint

I developed a custom training job in sklearn 0.23 in Vertex AI and successfully deployed to an endpoint. However, when I call the endpoint, I get the following error: raise exceptions.from_grpc_error(exc) from…
1 2 3
4