HealthCheckResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)HealthCheckResponse is the response message for Check.
Attributes |
|
|---|---|
| Name | Description |
healthy |
bool
Indicates whether the cluster is in healthy state or not. |
reason |
str
Reason of why the cluster is in unhealthy state. |
cluster_info |
google.cloud.visionai_v1.types.ClusterInfo
Other information of the cluster client may be interested. |