(self, fallback_entries)
| 607 | config_selection_params = [ |
| 608 | SelectionType(name="data_type", is_optional=False, select_on_size_only=False)] |
| 609 | def __init__(self, fallback_entries): |
| 610 | Algorithm.__init__(self, fallback_entries) |
| 611 | |
| 612 | class AlgorithmDeviceSelectFlag(Algorithm): |
| 613 | algorithm_name = "device_select_flag" |