in pipelines/ml_ai_python/ml_ai_pipeline/options.py [0:0]
def _add_argparse_args(cls, parser: ArgumentParser):
parser.add_argument("--messages_subscription", type=str)
parser.add_argument("--model_path", type=str)
parser.add_argument("--responses_topic", type=str)