Hi, I have few issues with the request body format for model train HTTP API. According to the HTTP API documentation for model train , the config should be provided in plain text format. I don’t understand what do you mean by plain text and the example given is not suffice. { “config”: “language: en\npipeline: supervised_embeddings\npolicies:\n - name: MemoizationPolicy\n - name: TEDPolicy” }
Here, what is the format for providing parameters to your component?
Eg: How to provide number of epochs to Customclassifier?
I tried the following: “- name: CustomClassifier\nepochs: 10” I was not able to receive the epochs in my Customclassifier.