(self)
| 528 | |
| 529 | @property |
| 530 | def pipeline_batch(self) -> Optional[int]: |
| 531 | return self._params.get('pipeline_batch', None) |
| 532 | |
| 533 | @pipeline_batch.setter |
| 534 | def pipeline_batch(self, value # type: int |
nothing calls this directly
no test coverage detected