upload_with_meta.json 455 B

12345678910111213141516171819202122
  1. {
  2. "file": "xxx",
  3. "id_delimiter": ",",
  4. "head": 1,
  5. "partition": 4,
  6. "namespace": "experiment",
  7. "table_name": "xxx",
  8. "with_meta": true,
  9. "meta": {
  10. "input_format": "dense",
  11. "tag_with_value": false,
  12. "tag_value_delimiter": ":",
  13. "with_match_id": false,
  14. "id_list": null,
  15. "id_range": 0,
  16. "exclusive_data_type": null,
  17. "data_type": "float64",
  18. "with_label": false,
  19. "label_name": "y",
  20. "label_type": "int"
  21. }
  22. }