Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions specification/_json_spec/ml.flush_job.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"description": "Calculates interim results for the most recent bucket or all buckets within the latency period"
},
"start": {
"type": "string",
"type": "date",
"description": "When used in conjunction with calc_interim, specifies the range of buckets on which to calculate interim results"
},
"end": {
"type": "string",
"type": "date",
"description": "When used in conjunction with calc_interim, specifies the range of buckets on which to calculate interim results"
},
"advance_time": {
"type": "string",
"type": "date",
"description": "Advances time to the given value generating results and updating the model for the advanced interval"
},
"skip_time": {
"type": "string",
"type": "date",
"description": "Skips time to the given value without generating results or updating the model for the skipped interval"
}
},
Expand Down
4 changes: 2 additions & 2 deletions specification/_json_spec/ml.get_buckets.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"description": "specifies a max number of buckets to get"
},
"start": {
"type": "string",
"type": "date",
"default": "-1",
"description": "Start time filter for buckets"
},
"end": {
"type": "string",
"type": "date",
"default": "-1",
"description": "End time filter for buckets"
},
Expand Down
2 changes: 1 addition & 1 deletion specification/_json_spec/ml.get_calendar_events.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"description": "Get events for the job. When this option is used calendar_id must be '_all'"
},
"start": {
"type": "string",
"type": "date",
"description": "Get events after this time"
},
"end": {
Expand Down
4 changes: 2 additions & 2 deletions specification/_json_spec/ml.get_influencers.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"description": "specifies a max number of influencers to get"
},
"start": {
"type": "string",
"type": "date",
"default": "-1",
"description": "start timestamp for the requested influencers"
},
"end": {
"type": "string",
"type": "date",
"default": "-1",
"description": "end timestamp for the requested influencers"
},
Expand Down
4 changes: 2 additions & 2 deletions specification/_json_spec/ml.get_overall_buckets.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"description": "If true overall buckets that include interim buckets will be excluded"
},
"start": {
"type": "string",
"type": "date",
"description": "Returns overall buckets with timestamps after this time"
},
"end": {
"type": "string",
"type": "date",
"description": "Returns overall buckets with timestamps earlier than this time"
},
"allow_no_match": {
Expand Down
4 changes: 2 additions & 2 deletions specification/_json_spec/ml.get_records.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"description": "specifies a max number of records to get"
},
"start": {
"type": "string",
"type": "date",
"default": "-1",
"description": "Start time filter for records"
},
"end": {
"type": "string",
"type": "date",
"default": "-1",
"description": "End time filter for records"
},
Expand Down
4 changes: 2 additions & 2 deletions specification/_json_spec/ml.post_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"params": {
"reset_start": {
"type": "string",
"type": "date",
"description": "Optional parameter to specify the start of the bucket resetting range"
},
"reset_end": {
"type": "string",
"type": "date",
"description": "Optional parameter to specify the end of the bucket resetting range"
}
},
Expand Down
4 changes: 2 additions & 2 deletions specification/_json_spec/ml.preview_datafeed.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"params": {
"start": {
"type": "string",
"type": "date",
"description": "The start time from where the datafeed preview should begin"
},
"end": {
"type": "string",
"type": "date",
"description": "The end time when the datafeed preview should stop"
}
},
Expand Down
4 changes: 2 additions & 2 deletions specification/_json_spec/ml.start_datafeed.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"params": {
"start": {
"type": "string",
"type": "date",
"description": "The start time from where the datafeed should begin"
},
"end": {
"type": "string",
"type": "date",
"description": "The end time when the datafeed should stop. When not set, the datafeed continues in real time"
},
"timeout": {
Expand Down