in pipelines/anomaly_detection/anomaly_detection_pipeline/options.py [0:0]
def _add_argparse_args(cls, parser: ArgumentParser):
parser.add_argument("--messages_subscription", type=str)
parser.add_argument("--model_endpoint", type=str)
parser.add_argument("--project", type=str)
parser.add_argument("--location", type=str)
parser.add_argument("--responses_topic", type=str)