Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class TcpSocketAction.
TcpSocketAction probes the health of a container by opening a TCP socket connection.
Generated from protobuf message google.cloud.aiplatform.v1.Probe.TcpSocketAction
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ProbeMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ port |
int
Number of the port to access on the container. Number must be in the range 1 to 65535. |
↳ host |
string
Optional: Host name to connect to, defaults to the model serving container's IP. |
getPort
Number of the port to access on the container.
Number must be in the range 1 to 65535.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPort
Number of the port to access on the container.
Number must be in the range 1 to 65535.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getHost
Optional: Host name to connect to, defaults to the model serving container's IP.
| Returns | |
|---|---|
| Type | Description |
string |
|
setHost
Optional: Host name to connect to, defaults to the model serving container's IP.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|