tf.raw_ops.WorkerHeartbeat

Worker heartbeat op.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.WorkerHeartbeat

Heartbeats may be sent periodically to indicate the coordinator is still active, to retrieve the current worker status and to expedite shutdown when necessary.

request A Tensor of type string. A string tensor containing a serialized WorkerHeartbeatRequest
name A name for the operation (optional).

A Tensor of type string.