Call /health with the Java SDK.
Operations.healthz(...)
import ai.stats.gen.Operations; Object health = Operations.healthz(client, null, null, null, null); System.out.println(String.valueOf(health));
Was this page helpful?