Skip to main content
Version: v44

training_period

Definition of time interval(s) from where connections data is fetched from db for training

startdate-time

date time in ISO8601 format

Example: 2017-01-01T15:05:05Z
enddate-time

date time in ISO8601 format

Example: 2017-01-01T15:05:05Z
exclude object[]

time ranges to exclude

  • Array [
  • startdate-time

    date time in ISO8601 format

    Example: 2017-01-01T15:05:05Z
    enddate-time

    date time in ISO8601 format

    Example: 2017-01-01T15:05:05Z
  • ]
  • training_period
    {
    "start": "2017-01-01T15:05:05Z",
    "end": "2017-01-01T15:05:05Z",
    "exclude": [
    {
    "start": "2017-01-01T15:05:05Z",
    "end": "2017-01-01T15:05:05Z"
    }
    ]
    }