diplomat.processing.get_predictor¶ diplomat.processing.get_predictor(name: str) → Type[Predictor][source]¶ Get the predictor plugin by the specified name. Parameters: name – The name of this plugin, should be a string Returns: The plugin class that has a name that matches the specified name