Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
NonchalantCoral99
Moderator
2 Questions, 6 Answers
  Active since 23 July 2025
  Last activity 2 days ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
6 Answers
132 Views
0 Votes 6 Answers 132 Views
I'm currently trying to setup GCP autoscaler and having some issues. I have setup the permissions of the GCP service account credentials file according to th...
13 days ago
0 Votes
2 Answers
757 Views
0 Votes 2 Answers 757 Views
2 months ago
0 I'M Currently Trying To Setup Gcp Autoscaler And Having Some Issues. I Have Setup The Permissions Of The Gcp Service Account Credentials File According To The Docs Here:

Thanks @<1523701070390366208:profile|CostlyOstrich36> , I was ultimately able to get it to run but had to build my own image, which included:

  • The right version of python
  • Docker
  • CUDA + NVIDIA drivers + kernel header for NVIDIA install
  • Virtual env
  • The right GPU machine types, region with availability
3 days ago
0 I'M Currently Trying To Setup Gcp Autoscaler And Having Some Issues. I Have Setup The Permissions Of The Gcp Service Account Credentials File According To The Docs Here:

Well, this Machine Image ( projects/debian-cloud/global/images/debian-10-buster-v20210721 ) was the default value set by the WebUI (not something we specified). A ccording to the docs it should be an optional field? However, when I clear the field and try to re-launch I get this error:

googleapiclient.errors.HttpError: <HttpError 400 when requesting 
 returned "Invalid ...
8 days ago
0 I'M Currently Trying To Setup Gcp Autoscaler And Having Some Issues. I Have Setup The Permissions Of The Gcp Service Account Credentials File According To The Docs Here:

@<1523701070390366208:profile|CostlyOstrich36> , any thoughts on what might be happening with the autoscaler here?

9 days ago