Skip to content

Commit fe224da

Browse files
pquentinlcawlszabosteve
authored
Merge doc-examples branch (#2759)
* Add machine learning API examples (#2452) * Add examples for transform APIs (#2505) * [DOCS] Adds ML API examples (DELETE ops) (#2518) * [DOCS] Adds anomaly detection API examples. * [DOCS] Adds more ML examples. * [DOCS] Further edits. * [DOCS] Fixes style. * [DOCS] Adds example requests and responses to ML APIs (C-E) (#2521) Co-authored-by: Quentin Pradet <[email protected]> --------- Co-authored-by: Lisa Cawley <[email protected]> Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent f9cb81c commit fe224da

File tree

46 files changed

+1091
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1091
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"summary": "A successful response when clearing the inference cache.",
3+
"value": {
4+
"cleared": true
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"summary": "A successful response when closing anomaly detection jobs.",
3+
"value": {
4+
"closed": true
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"summary": "A successful response when deleting a calendar.",
3+
"value": {
4+
"acknowledged": true
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"summary": "A successful response when deleting a calendar event.",
3+
"value": {
4+
"acknowledged": true
5+
}
6+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"summary": "A successful response when deleting an anomaly detection job from a calendar.",
3+
"value": {
4+
"calendar_id": "planned-outages",
5+
"job_ids": []
6+
}
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"summary": "A successful response when deleting a data frame analytics job.",
3+
"value": {
4+
"acknowledged": true
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"summary": "A successful response when deleting a datafeed.",
3+
"value": {
4+
"acknowledged": true
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"summary": "A successful response when deleting expired and unused anomaly detection data.",
3+
"value": {
4+
"deleted": true
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"summary": "A successful response when deleting a filter.",
3+
"value": {
4+
"acknowledged": true
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"summary": "A successful response when deleting a forecast from an anomaly detection job.",
3+
"value": {
4+
"acknowledged": true
5+
}
6+
}

0 commit comments

Comments
 (0)