Skip to content

Commit fb88fbb

Browse files
authored
Bring 8.13.0 release notes to main (#2512)
1 parent cbf349c commit fb88fbb

22 files changed

+81
-52
lines changed

docs/examples/00fea15cbca83be9d5f1a024ff2ec708.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// inference/put-inference.asciidoc:276
1+
// inference/put-inference.asciidoc:275
22

33
[source, python]
44
----

docs/examples/0e5d25c7bb738c42d471020d678e2966.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
resp = client.ml.start_trained_model_deployment(
66
model_id="my_model",
77
deployment_id="my_model_for_ingest",
8-
wait_for="started",
9-
timeout="1m",
108
)
119
print(resp)
1210
----

docs/examples/10c3fe2265bb34964bd1005f9da66773.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// inference/put-inference.asciidoc:371
1+
// inference/put-inference.asciidoc:369
22

33
[source, python]
44
----
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// api-conventions.asciidoc:344
2+
3+
[source, python]
4+
----
5+
resp = client.search(
6+
body={"size": "1000"},
7+
)
8+
print(resp)
9+
----

docs/examples/13ecdf99114098c76b050397d9c3d4e6.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// inference/post-inference.asciidoc:72
1+
// inference/post-inference.asciidoc:73
22

33
[source, python]
44
----

docs/examples/3d1ff6097e2359f927c88c2ccdb36252.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
----
55
resp = client.info()
66
print(resp)
7-
----
7+
----

docs/examples/46884e00674f82e7a7bc8b418d1777de.asciidoc

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/examples/4e3414fc712b16311f9e433dd366f49d.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// inference/delete-inference.asciidoc:51
1+
// inference/delete-inference.asciidoc:53
22

33
[source, python]
44
----

docs/examples/633c8a9fc57268979d8735c557705809.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// mapping/types/keyword.asciidoc:219
1+
// mapping/types/keyword.asciidoc:220
22

33
[source, python]
44
----

docs/examples/63d1c07d22a3ca3b0ec6d950547c011c.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// mapping/types/keyword.asciidoc:189
1+
// mapping/types/keyword.asciidoc:190
22

33
[source, python]
44
----

0 commit comments

Comments
 (0)