class documentation

class KeepaliveOptions: (source)

View In Hierarchy

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_msInterval between client keepalive pings in milliseconds. 0 disables SDK keepalive.
timeout_msTimeout for a keepalive ping response in milliseconds.
permit_without_streamWhether pings may be sent when there are no active RPC streams.
Class Variable permit_without_stream Undocumented
Class Variable time_ms Undocumented
Class Variable timeout_ms Undocumented
permit_without_stream: bool | None = (source)

Undocumented

time_ms: int | None = (source)

Undocumented

timeout_ms: int | None = (source)

Undocumented