Get the health status for a Google Vertex Endpoint

57 Views Asked by At

Say I have an endpoint:

from google.cloud.aiplatform import Endpoint
endpoint = Endpoint(endpoint_name="some_id",location = "location")

I can get predictions using endpoint.predict(), but how do I just make a health-check? I would've assumed that endpoint.health() exists but it doesn't and I can't find anything in the docs.

0

There are 0 best solutions below