alexcarrega

CNIT ML Algorithm Catalog

May 10th, 2022 (edited)
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.78 KB | None | 0 0
  1. [
  2.     {
  3.         "id": "cnit-ml",
  4.         "name": "CNIT Machine Learning",
  5.         "description": "Feature Selection Evaluation towards a Lightweight Deep Learning DDoS Detector",
  6.         "partner": "cnit",
  7.         "parameters": [
  8.             {
  9.                 "id": "kafka-bootstrap-servers",
  10.                 "description": "Kafka bootstrap servers",
  11.                 "type": "string",
  12.                 "example": "localhost:9092"
  13.             },
  14.             {
  15.                 "id": "kafka-topic",
  16.                 "description": "Kafka topic",
  17.                 "type": "string",
  18.                 "example": "network-data"
  19.             },
  20.             {
  21.                 "id": "kafka-group-id",
  22.                 "description": "Kafka group id",
  23.                 "type": "string",
  24.                 "example": "test-id"
  25.             }
  26.         ],
  27.         "actions": [
  28.             {
  29.                 "id": "start",
  30.                 "description": "Start the algorithm"
  31.             },
  32.             {
  33.                 "id": "stop",
  34.                 "description": "Stop the algorithm"
  35.             },
  36.             {
  37.                 "id": "restart",
  38.                 "description": "Restart the algorithm"
  39.             },
  40.             {
  41.                 "id": "status",
  42.                 "description": "Status the algorithm"
  43.             },
  44.             {
  45.                 "id": "autorestart",
  46.                 "description": "Start the algorithm with automatic restart is the configuration changed"
  47.             },
  48.             {
  49.                 "id": "log-level",
  50.                 "description": "Set the level of log messages to show"
  51.             },
  52.             {
  53.                 "id": "log-format",
  54.                 "description": "Set the format of the log-messages"
  55.             }
  56.         ]
  57.     }
  58. ]
  59.  
Add Comment
Please, Sign In to add comment