Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Retrieve Status of Model Deployment to endpoint

I'm building out a service that can deploy a Vertex AI model to an Endpoint. Using the VertexAI Java SDK, is there a way to fetch model deployment status (eg, deploying, failed)?

I'm using the following api endpoint, to deploy a model to an endpoint.

endpointServiceClient.deployModelAsync(...)

However when I attempt, this endpoint only returns models that have successfully deployed.

var myEndpoint = endpointServiceClient.getEndpoint(endpointName)

I was not able to find another endpoint that is able to return a model deployment status. So wondering if anyone knows how to achieve this.

3 0 137
0 REPLIES 0