class documentation
class KeepaliveOptions: (source)
Explicit keepalive overrides for nebius.aio.channel.Channel.
Passing explicit options ignores NEBIUS_GRPC_KEEPALIVE_* environment variables. Omitted fields use SDK defaults. Set time_ms to 0 or pass keepalive=False to the channel constructor to disable SDK keepalive.
| Parameters | |
| time | Interval between client keepalive pings in milliseconds. 0 disables SDK keepalive. |
| timeout | Timeout for a keepalive ping response in milliseconds. |
| permit | Whether pings may be sent when there are no active RPC streams. |
| Class Variable | permit |
Undocumented |
| Class Variable | time |
Undocumented |
| Class Variable | timeout |
Undocumented |