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:05Zenddate-time
date time in ISO8601 format
Example:
2017-01-01T15:05:05Zexclude object[]
time ranges to exclude
Array [
startdate-time
date time in ISO8601 format
Example:
2017-01-01T15:05:05Zenddate-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"
}
]
}