Questions tagged [google-cloud-aiplatform]

4 questions
3
votes
1 answer

google-cloud/aiplatform vertex AI predictionserviceclient truncated response NodeJS

I am trying to get the aiplatform client working on a NodeJS project, It seems to work, I mean the credentials are fine, and I get a "valid" response back. But the predictions' content comes truncated (using curl I get the complete list) just the…
1
vote
1 answer

Permission error running Google Vertex example

I'm trying to run the Bison examples on their website as well as Python in colab and I'm facing the same error. When initially started this I was prompted to enable services, which I did, but it's still not working. Since this is my personal test…
Mishari
  • 316
  • 3
  • 14
1
vote
0 answers

How can I set hidden_units to a list in Vertex AI?

I am following this notebook '02 ML Experimentation with Custom Model'. When i try vertex_ai.log_params(hyperparams), I get: TypeError: Value for key hidden_units is of type list but must be one of float, int, str but the next step classifier =…
schoon
  • 2,858
  • 3
  • 46
  • 78
-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…