Class TcpSocketAction (1.89.0)

TcpSocketAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

TcpSocketAction probes the health of a container by opening a TCP socket connection.

Attributes

Name Description
port int
Number of the port to access on the container. Number must be in the range 1 to 65535.
host str
Optional: Host name to connect to, defaults to the model serving container's IP.

Methods

TcpSocketAction

TcpSocketAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

TcpSocketAction probes the health of a container by opening a TCP socket connection.