Returns a `tf.train.ClusterDef` protocol buffer based on this cluster.
(self)
| 361 | return ret |
| 362 | |
| 363 | def as_cluster_def(self): |
| 364 | """Returns a `tf.train.ClusterDef` protocol buffer based on this cluster.""" |
| 365 | return self._cluster_def |
| 366 | |
| 367 | @property |
| 368 | def jobs(self): |
no outgoing calls