Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class HealthCheckResponse.
HealthCheckResponse is the response message for Check.
Generated from protobuf message google.cloud.visionai.v1.HealthCheckResponse
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ healthy
bool
Indicates whether the cluster is in healthy state or not.
↳ reason
string
Reason of why the cluster is in unhealthy state.
↳ cluster_info
getHealthy
Indicates whether the cluster is in healthy state or not.
bool
setHealthy
Indicates whether the cluster is in healthy state or not.
var
bool
$this
getReason
Reason of why the cluster is in unhealthy state.
string
setReason
Reason of why the cluster is in unhealthy state.
var
string
$this
getClusterInfo
Other information of the cluster client may be interested.
hasClusterInfo
clearClusterInfo
setClusterInfo
Other information of the cluster client may be interested.
$this

