Define multiple pipelines in json format

I am trying to train rasa_nlu on server using postman. So just like we define multiple pipelines in nlu_config file pipeline:

  • name: “intent_featurizer_count_vectors”
  • name: “intent_classifier_tensorflow_embedding” How can we do this in json? If I am doing like this “pipeline”:
  • “name”: “intent_featurizer_count_vectors”
  • “name”: “intent_classifier_tensorflow_embedding” Its giving an error. How should be it wriiten?

Please take a look at our documentation HTTP API