elasticsearch-serverless 0.0.9.20231031.pre → 0.1.0.20231031.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch-serverless/api/indices/delete_data_lifecycle.rb +56 -0
  3. data/lib/elasticsearch-serverless/api/indices/exists_index_template.rb +56 -0
  4. data/lib/elasticsearch-serverless/api/indices/explain_data_lifecycle.rb +55 -0
  5. data/lib/elasticsearch-serverless/api/indices/get_data_lifecycle.rb +55 -0
  6. data/lib/elasticsearch-serverless/api/indices/get_index_template.rb +59 -0
  7. data/lib/elasticsearch-serverless/api/indices/get_mapping.rb +60 -0
  8. data/lib/elasticsearch-serverless/api/indices/get_settings.rb +69 -0
  9. data/lib/elasticsearch-serverless/api/indices/migrate_to_data_stream.rb +53 -0
  10. data/lib/elasticsearch-serverless/api/indices/modify_data_stream.rb +51 -0
  11. data/lib/elasticsearch-serverless/api/indices/put_data_lifecycle.rb +57 -0
  12. data/lib/elasticsearch-serverless/api/indices/put_mapping.rb +61 -0
  13. data/lib/elasticsearch-serverless/api/indices/put_settings.rb +65 -0
  14. data/lib/elasticsearch-serverless/api/indices/resolve_index.rb +54 -0
  15. data/lib/elasticsearch-serverless/api/indices/rollover.rb +66 -0
  16. data/lib/elasticsearch-serverless/api/indices/simulate_index_template.rb +57 -0
  17. data/lib/elasticsearch-serverless/api/indices/simulate_template.rb +59 -0
  18. data/lib/elasticsearch-serverless/api/machine_learning/close_job.rb +57 -0
  19. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar.rb +53 -0
  20. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_event.rb +57 -0
  21. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_job.rb +57 -0
  22. data/lib/elasticsearch-serverless/api/machine_learning/delete_data_frame_analytics.rb +55 -0
  23. data/lib/elasticsearch-serverless/api/machine_learning/delete_datafeed.rb +54 -0
  24. data/lib/elasticsearch-serverless/api/machine_learning/delete_filter.rb +53 -0
  25. data/lib/elasticsearch-serverless/api/machine_learning/delete_job.rb +56 -0
  26. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model.rb +54 -0
  27. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model_alias.rb +57 -0
  28. data/lib/elasticsearch-serverless/api/machine_learning/estimate_model_memory.rb +51 -0
  29. data/lib/elasticsearch-serverless/api/machine_learning/evaluate_data_frame.rb +51 -0
  30. data/lib/elasticsearch-serverless/api/machine_learning/flush_job.rb +59 -0
  31. data/lib/elasticsearch-serverless/api/machine_learning/get_calendar_events.rb +58 -0
  32. data/lib/elasticsearch-serverless/api/machine_learning/get_calendars.rb +63 -0
  33. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics.rb +59 -0
  34. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics_stats.rb +59 -0
  35. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeed_stats.rb +56 -0
  36. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeeds.rb +57 -0
  37. data/lib/elasticsearch-serverless/api/machine_learning/get_filters.rb +57 -0
  38. data/lib/elasticsearch-serverless/api/machine_learning/get_job_stats.rb +56 -0
  39. data/lib/elasticsearch-serverless/api/machine_learning/get_jobs.rb +57 -0
  40. data/lib/elasticsearch-serverless/api/machine_learning/get_overall_buckets.rb +66 -0
  41. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models.rb +62 -0
  42. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models_stats.rb +58 -0
  43. data/lib/elasticsearch-serverless/api/machine_learning/open_job.rb +55 -0
  44. data/lib/elasticsearch-serverless/api/machine_learning/post_calendar_events.rb +55 -0
  45. data/lib/elasticsearch-serverless/api/machine_learning/preview_data_frame_analytics.rb +61 -0
  46. data/lib/elasticsearch-serverless/api/machine_learning/preview_datafeed.rb +63 -0
  47. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar.rb +54 -0
  48. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar_job.rb +57 -0
  49. data/lib/elasticsearch-serverless/api/machine_learning/put_data_frame_analytics.rb +55 -0
  50. data/lib/elasticsearch-serverless/api/machine_learning/put_datafeed.rb +59 -0
  51. data/lib/elasticsearch-serverless/api/machine_learning/put_filter.rb +55 -0
  52. data/lib/elasticsearch-serverless/api/machine_learning/put_job.rb +55 -0
  53. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model.rb +56 -0
  54. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_alias.rb +58 -0
  55. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_definition_part.rb +59 -0
  56. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_vocabulary.rb +55 -0
  57. data/lib/elasticsearch-serverless/api/machine_learning/reset_job.rb +55 -0
  58. data/lib/elasticsearch-serverless/api/machine_learning/start_data_frame_analytics.rb +54 -0
  59. data/lib/elasticsearch-serverless/api/machine_learning/start_datafeed.rb +57 -0
  60. data/lib/elasticsearch-serverless/api/machine_learning/start_trained_model_deployment.rb +61 -0
  61. data/lib/elasticsearch-serverless/api/machine_learning/stop_data_frame_analytics.rb +56 -0
  62. data/lib/elasticsearch-serverless/api/machine_learning/stop_datafeed.rb +57 -0
  63. data/lib/elasticsearch-serverless/api/machine_learning/stop_trained_model_deployment.rb +55 -0
  64. data/lib/elasticsearch-serverless/api/machine_learning/update_data_frame_analytics.rb +55 -0
  65. data/lib/elasticsearch-serverless/api/machine_learning/update_datafeed.rb +59 -0
  66. data/lib/elasticsearch-serverless/api/machine_learning/update_filter.rb +55 -0
  67. data/lib/elasticsearch-serverless/api/machine_learning/update_job.rb +55 -0
  68. data/lib/elasticsearch-serverless/api/rank_eval.rb +60 -0
  69. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym.rb +0 -4
  70. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym_rule.rb +0 -4
  71. data/lib/elasticsearch-serverless/api/synonyms/get_synonym.rb +0 -4
  72. data/lib/elasticsearch-serverless/api/synonyms/get_synonym_rule.rb +0 -4
  73. data/lib/elasticsearch-serverless/api/synonyms/get_synonyms_sets.rb +0 -4
  74. data/lib/elasticsearch-serverless/api/synonyms/put_synonym.rb +0 -4
  75. data/lib/elasticsearch-serverless/api/synonyms/put_synonym_rule.rb +0 -4
  76. data/lib/elasticsearch-serverless/api.rb +3 -3
  77. data/lib/elasticsearch-serverless/version.rb +1 -1
  78. metadata +72 -5
@@ -0,0 +1,63 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Previews a datafeed.
26
+ #
27
+ # @option arguments [String] :datafeed_id A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters. NOTE: If you use this path parameter, you cannot provide datafeed or anomaly detection job configuration details in the request body.
28
+ # @option arguments [String, Time] :start The start time from where the datafeed preview should begin
29
+ # @option arguments [String, Time] :end The end time when the datafeed preview should stop
30
+ # @option arguments [Hash] :headers Custom HTTP headers
31
+ # @option arguments [Hash] :body request body
32
+ #
33
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html
34
+ #
35
+ def preview_datafeed(arguments = {})
36
+ arguments = arguments.clone
37
+ headers = arguments.delete(:headers) || {}
38
+
39
+ body = arguments.delete(:body)
40
+
41
+ _datafeed_id = arguments.delete(:datafeed_id)
42
+
43
+ method = if body
44
+ ElasticsearchServerless::API::HTTP_POST
45
+ else
46
+ ElasticsearchServerless::API::HTTP_GET
47
+ end
48
+
49
+ path = if _datafeed_id
50
+ "_ml/datafeeds/#{Utils.listify(_datafeed_id)}/_preview"
51
+ else
52
+ "_ml/datafeeds/_preview"
53
+ end
54
+ params = Utils.process_params(arguments)
55
+
56
+ ElasticsearchServerless::API::Response.new(
57
+ perform_request(method, path, params, body, headers)
58
+ )
59
+ end
60
+ end
61
+ end
62
+ end
63
+ end
@@ -0,0 +1,54 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Instantiates a calendar.
26
+ #
27
+ # @option arguments [String] :calendar_id A string that uniquely identifies a calendar. (*Required*)
28
+ # @option arguments [Hash] :headers Custom HTTP headers
29
+ # @option arguments [Hash] :body request body
30
+ #
31
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-calendar.html
32
+ #
33
+ def put_calendar(arguments = {})
34
+ raise ArgumentError, "Required argument 'calendar_id' missing" unless arguments[:calendar_id]
35
+
36
+ arguments = arguments.clone
37
+ headers = arguments.delete(:headers) || {}
38
+
39
+ body = arguments.delete(:body)
40
+
41
+ _calendar_id = arguments.delete(:calendar_id)
42
+
43
+ method = ElasticsearchServerless::API::HTTP_PUT
44
+ path = "_ml/calendars/#{Utils.listify(_calendar_id)}"
45
+ params = {}
46
+
47
+ ElasticsearchServerless::API::Response.new(
48
+ perform_request(method, path, params, body, headers)
49
+ )
50
+ end
51
+ end
52
+ end
53
+ end
54
+ end
@@ -0,0 +1,57 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Adds an anomaly detection job to a calendar.
26
+ #
27
+ # @option arguments [String] :calendar_id A string that uniquely identifies a calendar. (*Required*)
28
+ # @option arguments [String] :job_id An identifier for the anomaly detection jobs. It can be a job identifier, a group name, or a comma-separated list of jobs or groups. (*Required*)
29
+ # @option arguments [Hash] :headers Custom HTTP headers
30
+ #
31
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-calendar-job.html
32
+ #
33
+ def put_calendar_job(arguments = {})
34
+ raise ArgumentError, "Required argument 'calendar_id' missing" unless arguments[:calendar_id]
35
+ raise ArgumentError, "Required argument 'job_id' missing" unless arguments[:job_id]
36
+
37
+ arguments = arguments.clone
38
+ headers = arguments.delete(:headers) || {}
39
+
40
+ body = nil
41
+
42
+ _calendar_id = arguments.delete(:calendar_id)
43
+
44
+ _job_id = arguments.delete(:job_id)
45
+
46
+ method = ElasticsearchServerless::API::HTTP_PUT
47
+ path = "_ml/calendars/#{Utils.listify(_calendar_id)}/jobs/#{Utils.listify(_job_id)}"
48
+ params = {}
49
+
50
+ ElasticsearchServerless::API::Response.new(
51
+ perform_request(method, path, params, body, headers)
52
+ )
53
+ end
54
+ end
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,55 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Instantiates a data frame analytics job.
26
+ #
27
+ # @option arguments [String] :id Identifier for the data frame analytics job. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters. (*Required*)
28
+ # @option arguments [Hash] :headers Custom HTTP headers
29
+ # @option arguments [Hash] :body request body
30
+ #
31
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/put-dfanalytics.html
32
+ #
33
+ def put_data_frame_analytics(arguments = {})
34
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
35
+ raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
36
+
37
+ arguments = arguments.clone
38
+ headers = arguments.delete(:headers) || {}
39
+
40
+ body = arguments.delete(:body)
41
+
42
+ _id = arguments.delete(:id)
43
+
44
+ method = ElasticsearchServerless::API::HTTP_PUT
45
+ path = "_ml/data_frame/analytics/#{Utils.listify(_id)}"
46
+ params = {}
47
+
48
+ ElasticsearchServerless::API::Response.new(
49
+ perform_request(method, path, params, body, headers)
50
+ )
51
+ end
52
+ end
53
+ end
54
+ end
55
+ end
@@ -0,0 +1,59 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Instantiates a datafeed.
26
+ #
27
+ # @option arguments [String] :datafeed_id A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters. (*Required*)
28
+ # @option arguments [Boolean] :allow_no_indices If true, wildcard indices expressions that resolve into no concrete indices are ignored. This includes the +_all+ string or when no indices are specified. Server default: true.
29
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values. Server default: open.
30
+ # @option arguments [Boolean] :ignore_throttled If true, concrete, expanded, or aliased indices are ignored when frozen. Server default: true.
31
+ # @option arguments [Boolean] :ignore_unavailable If true, unavailable indices (missing or closed) are ignored.
32
+ # @option arguments [Hash] :headers Custom HTTP headers
33
+ # @option arguments [Hash] :body request body
34
+ #
35
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-datafeed.html
36
+ #
37
+ def put_datafeed(arguments = {})
38
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
39
+ raise ArgumentError, "Required argument 'datafeed_id' missing" unless arguments[:datafeed_id]
40
+
41
+ arguments = arguments.clone
42
+ headers = arguments.delete(:headers) || {}
43
+
44
+ body = arguments.delete(:body)
45
+
46
+ _datafeed_id = arguments.delete(:datafeed_id)
47
+
48
+ method = ElasticsearchServerless::API::HTTP_PUT
49
+ path = "_ml/datafeeds/#{Utils.listify(_datafeed_id)}"
50
+ params = Utils.process_params(arguments)
51
+
52
+ ElasticsearchServerless::API::Response.new(
53
+ perform_request(method, path, params, body, headers)
54
+ )
55
+ end
56
+ end
57
+ end
58
+ end
59
+ end
@@ -0,0 +1,55 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Instantiates a filter.
26
+ #
27
+ # @option arguments [String] :filter_id A string that uniquely identifies a filter. (*Required*)
28
+ # @option arguments [Hash] :headers Custom HTTP headers
29
+ # @option arguments [Hash] :body request body
30
+ #
31
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-filter.html
32
+ #
33
+ def put_filter(arguments = {})
34
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
35
+ raise ArgumentError, "Required argument 'filter_id' missing" unless arguments[:filter_id]
36
+
37
+ arguments = arguments.clone
38
+ headers = arguments.delete(:headers) || {}
39
+
40
+ body = arguments.delete(:body)
41
+
42
+ _filter_id = arguments.delete(:filter_id)
43
+
44
+ method = ElasticsearchServerless::API::HTTP_PUT
45
+ path = "_ml/filters/#{Utils.listify(_filter_id)}"
46
+ params = {}
47
+
48
+ ElasticsearchServerless::API::Response.new(
49
+ perform_request(method, path, params, body, headers)
50
+ )
51
+ end
52
+ end
53
+ end
54
+ end
55
+ end
@@ -0,0 +1,55 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Instantiates an anomaly detection job.
26
+ #
27
+ # @option arguments [String] :job_id The identifier for the anomaly detection job. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters. (*Required*)
28
+ # @option arguments [Hash] :headers Custom HTTP headers
29
+ # @option arguments [Hash] :body request body
30
+ #
31
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-job.html
32
+ #
33
+ def put_job(arguments = {})
34
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
35
+ raise ArgumentError, "Required argument 'job_id' missing" unless arguments[:job_id]
36
+
37
+ arguments = arguments.clone
38
+ headers = arguments.delete(:headers) || {}
39
+
40
+ body = arguments.delete(:body)
41
+
42
+ _job_id = arguments.delete(:job_id)
43
+
44
+ method = ElasticsearchServerless::API::HTTP_PUT
45
+ path = "_ml/anomaly_detectors/#{Utils.listify(_job_id)}"
46
+ params = {}
47
+
48
+ ElasticsearchServerless::API::Response.new(
49
+ perform_request(method, path, params, body, headers)
50
+ )
51
+ end
52
+ end
53
+ end
54
+ end
55
+ end
@@ -0,0 +1,56 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Creates an inference trained model.
26
+ #
27
+ # @option arguments [String] :model_id The unique identifier of the trained model. (*Required*)
28
+ # @option arguments [Boolean] :defer_definition_decompression If set to +true+ and a +compressed_definition+ is provided, the request defers definition decompression and skips relevant validations.
29
+ # @option arguments [Hash] :headers Custom HTTP headers
30
+ # @option arguments [Hash] :body request body
31
+ #
32
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models.html
33
+ #
34
+ def put_trained_model(arguments = {})
35
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
36
+ raise ArgumentError, "Required argument 'model_id' missing" unless arguments[:model_id]
37
+
38
+ arguments = arguments.clone
39
+ headers = arguments.delete(:headers) || {}
40
+
41
+ body = arguments.delete(:body)
42
+
43
+ _model_id = arguments.delete(:model_id)
44
+
45
+ method = ElasticsearchServerless::API::HTTP_PUT
46
+ path = "_ml/trained_models/#{Utils.listify(_model_id)}"
47
+ params = Utils.process_params(arguments)
48
+
49
+ ElasticsearchServerless::API::Response.new(
50
+ perform_request(method, path, params, body, headers)
51
+ )
52
+ end
53
+ end
54
+ end
55
+ end
56
+ end
@@ -0,0 +1,58 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Creates a new model alias (or reassigns an existing one) to refer to the trained model
26
+ #
27
+ # @option arguments [String] :model_alias The alias to create or update. This value cannot end in numbers. (*Required*)
28
+ # @option arguments [String] :model_id The identifier for the trained model that the alias refers to. (*Required*)
29
+ # @option arguments [Boolean] :reassign Specifies whether the alias gets reassigned to the specified trained model if it is already assigned to a different model. If the alias is already assigned and this parameter is false, the API returns an error.
30
+ # @option arguments [Hash] :headers Custom HTTP headers
31
+ #
32
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models-aliases.html
33
+ #
34
+ def put_trained_model_alias(arguments = {})
35
+ raise ArgumentError, "Required argument 'model_id' missing" unless arguments[:model_id]
36
+ raise ArgumentError, "Required argument 'model_alias' missing" unless arguments[:model_alias]
37
+
38
+ arguments = arguments.clone
39
+ headers = arguments.delete(:headers) || {}
40
+
41
+ body = nil
42
+
43
+ _model_alias = arguments.delete(:model_alias)
44
+
45
+ _model_id = arguments.delete(:model_id)
46
+
47
+ method = ElasticsearchServerless::API::HTTP_PUT
48
+ path = "_ml/trained_models/#{Utils.listify(_model_id)}/model_aliases/#{Utils.listify(_model_alias)}"
49
+ params = Utils.process_params(arguments)
50
+
51
+ ElasticsearchServerless::API::Response.new(
52
+ perform_request(method, path, params, body, headers)
53
+ )
54
+ end
55
+ end
56
+ end
57
+ end
58
+ end
@@ -0,0 +1,59 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Creates part of a trained model definition
26
+ #
27
+ # @option arguments [String] :model_id The unique identifier of the trained model. (*Required*)
28
+ # @option arguments [Integer] :part The definition part number. When the definition is loaded for inference the definition parts are streamed in the order of their part number. The first part must be +0+ and the final part must be +total_parts - 1+. (*Required*)
29
+ # @option arguments [Hash] :headers Custom HTTP headers
30
+ # @option arguments [Hash] :body request body
31
+ #
32
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-model-definition-part.html
33
+ #
34
+ def put_trained_model_definition_part(arguments = {})
35
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
36
+ raise ArgumentError, "Required argument 'model_id' missing" unless arguments[:model_id]
37
+ raise ArgumentError, "Required argument 'part' missing" unless arguments[:part]
38
+
39
+ arguments = arguments.clone
40
+ headers = arguments.delete(:headers) || {}
41
+
42
+ body = arguments.delete(:body)
43
+
44
+ _model_id = arguments.delete(:model_id)
45
+
46
+ _part = arguments.delete(:part)
47
+
48
+ method = ElasticsearchServerless::API::HTTP_PUT
49
+ path = "_ml/trained_models/#{Utils.listify(_model_id)}/definition/#{Utils.listify(_part)}"
50
+ params = {}
51
+
52
+ ElasticsearchServerless::API::Response.new(
53
+ perform_request(method, path, params, body, headers)
54
+ )
55
+ end
56
+ end
57
+ end
58
+ end
59
+ end
@@ -0,0 +1,55 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from commit f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch-specification
20
+ #
21
+ module ElasticsearchServerless
22
+ module API
23
+ module MachineLearning
24
+ module Actions
25
+ # Creates a trained model vocabulary
26
+ #
27
+ # @option arguments [String] :model_id The unique identifier of the trained model. (*Required*)
28
+ # @option arguments [Hash] :headers Custom HTTP headers
29
+ # @option arguments [Hash] :body request body
30
+ #
31
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-model-vocabulary.html
32
+ #
33
+ def put_trained_model_vocabulary(arguments = {})
34
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
35
+ raise ArgumentError, "Required argument 'model_id' missing" unless arguments[:model_id]
36
+
37
+ arguments = arguments.clone
38
+ headers = arguments.delete(:headers) || {}
39
+
40
+ body = arguments.delete(:body)
41
+
42
+ _model_id = arguments.delete(:model_id)
43
+
44
+ method = ElasticsearchServerless::API::HTTP_PUT
45
+ path = "_ml/trained_models/#{Utils.listify(_model_id)}/vocabulary"
46
+ params = {}
47
+
48
+ ElasticsearchServerless::API::Response.new(
49
+ perform_request(method, path, params, body, headers)
50
+ )
51
+ end
52
+ end
53
+ end
54
+ end
55
+ end