(self, ds)
| 501 | raise ValueError("Only support client and server job name in SERVER mode.") |
| 502 | |
| 503 | def add_dataset(self, ds): |
| 504 | self._datasets.append(ds) |
| 505 | |
| 506 | def init_vineyard(self, server_index=None, worker_index=None, worker_count=None, |
| 507 | standalone=False): |