Returns the `tf.train.ServerDef` for this server. Returns: A `tf.train.ServerDef` protocol buffer that describes the configuration of this server.
(self)
| 185 | |
| 186 | @property |
| 187 | def server_def(self): |
| 188 | """Returns the `tf.train.ServerDef` for this server. |
| 189 | |
| 190 | Returns: |
| 191 | A `tf.train.ServerDef` protocol buffer that describes the configuration |
| 192 | of this server. |
| 193 | """ |
| 194 | return self._server_def |
| 195 | |
| 196 | @property |
| 197 | def target(self): |
no outgoing calls
no test coverage detected