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.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |