opensearch-ruby 4.0.0.pre.beta.1 → 4.0.0.pre.beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/opensearch/api/actions/asynchronous_search/delete.rb +2 -4
- data/lib/opensearch/api/actions/asynchronous_search/get.rb +1 -1
- data/lib/opensearch/api/actions/asynchronous_search/search.rb +4 -4
- data/lib/opensearch/api/actions/asynchronous_search/stats.rb +1 -1
- data/lib/opensearch/api/actions/cat/aliases.rb +8 -8
- data/lib/opensearch/api/actions/cat/all_pit_segments.rb +7 -7
- data/lib/opensearch/api/actions/cat/allocation.rb +10 -10
- data/lib/opensearch/api/actions/cat/cluster_manager.rb +8 -8
- data/lib/opensearch/api/actions/cat/count.rb +6 -6
- data/lib/opensearch/api/actions/cat/fielddata.rb +7 -7
- data/lib/opensearch/api/actions/cat/health.rb +6 -6
- data/lib/opensearch/api/actions/cat/indices.rb +16 -16
- data/lib/opensearch/api/actions/cat/master.rb +8 -8
- data/lib/opensearch/api/actions/cat/nodeattrs.rb +8 -8
- data/lib/opensearch/api/actions/cat/nodes.rb +12 -12
- data/lib/opensearch/api/actions/cat/pending_tasks.rb +10 -10
- data/lib/opensearch/api/actions/cat/pit_segments.rb +7 -7
- data/lib/opensearch/api/actions/cat/plugins.rb +9 -9
- data/lib/opensearch/api/actions/cat/recovery.rb +10 -10
- data/lib/opensearch/api/actions/cat/repositories.rb +9 -9
- data/lib/opensearch/api/actions/cat/segment_replication.rb +19 -18
- data/lib/opensearch/api/actions/cat/segments.rb +8 -8
- data/lib/opensearch/api/actions/cat/shards.rb +11 -11
- data/lib/opensearch/api/actions/cat/snapshots.rb +10 -10
- data/lib/opensearch/api/actions/cat/tasks.rb +9 -9
- data/lib/opensearch/api/actions/cat/templates.rb +9 -9
- data/lib/opensearch/api/actions/cat/thread_pool.rb +9 -9
- data/lib/opensearch/api/actions/clear_scroll.rb +1 -3
- data/lib/opensearch/api/actions/cluster/allocation_explain.rb +4 -4
- data/lib/opensearch/api/actions/cluster/delete_component_template.rb +4 -6
- data/lib/opensearch/api/actions/cluster/delete_decommission_awareness.rb +2 -4
- data/lib/opensearch/api/actions/cluster/delete_voting_config_exclusions.rb +3 -5
- data/lib/opensearch/api/actions/cluster/delete_weighted_routing.rb +1 -3
- data/lib/opensearch/api/actions/cluster/exists_component_template.rb +4 -4
- data/lib/opensearch/api/actions/cluster/get_component_template.rb +6 -4
- data/lib/opensearch/api/actions/cluster/get_decommission_awareness.rb +2 -2
- data/lib/opensearch/api/actions/cluster/get_settings.rb +5 -5
- data/lib/opensearch/api/actions/cluster/get_weighted_routing.rb +1 -1
- data/lib/opensearch/api/actions/cluster/health.rb +14 -14
- data/lib/opensearch/api/actions/cluster/pending_tasks.rb +5 -5
- data/lib/opensearch/api/actions/cluster/post_voting_config_exclusions.rb +4 -4
- data/lib/opensearch/api/actions/cluster/put_component_template.rb +6 -6
- data/lib/opensearch/api/actions/cluster/put_decommission_awareness.rb +3 -3
- data/lib/opensearch/api/actions/cluster/put_settings.rb +5 -5
- data/lib/opensearch/api/actions/cluster/put_weighted_routing.rb +1 -1
- data/lib/opensearch/api/actions/cluster/reroute.rb +6 -6
- data/lib/opensearch/api/actions/cluster/state.rb +10 -10
- data/lib/opensearch/api/actions/cluster/stats.rb +5 -5
- data/lib/opensearch/api/actions/count.rb +1 -1
- data/lib/opensearch/api/actions/dangling_indices/delete_dangling_index.rb +1 -3
- data/lib/opensearch/api/actions/delete.rb +1 -3
- data/lib/opensearch/api/actions/delete_all_pits.rb +1 -3
- data/lib/opensearch/api/actions/delete_by_query.rb +2 -2
- data/lib/opensearch/api/actions/delete_by_query_rethrottle.rb +1 -1
- data/lib/opensearch/api/actions/delete_pit.rb +1 -3
- data/lib/opensearch/api/actions/delete_script.rb +1 -3
- data/lib/opensearch/api/actions/flow_framework/delete.rb +1 -3
- data/lib/opensearch/api/actions/indices/delete.rb +1 -3
- data/lib/opensearch/api/actions/indices/delete_alias.rb +1 -3
- data/lib/opensearch/api/actions/indices/delete_data_stream.rb +1 -3
- data/lib/opensearch/api/actions/indices/delete_index_template.rb +1 -3
- data/lib/opensearch/api/actions/indices/delete_template.rb +1 -3
- data/lib/opensearch/api/actions/indices/forcemerge.rb +1 -1
- data/lib/opensearch/api/actions/indices/put_template.rb +1 -1
- data/lib/opensearch/api/actions/indices/upgrade.rb +0 -1
- data/lib/opensearch/api/actions/ingest/delete_pipeline.rb +1 -3
- data/lib/opensearch/api/actions/ism/delete_policy.rb +1 -3
- data/lib/opensearch/api/actions/knn/delete_model.rb +1 -3
- data/lib/opensearch/api/actions/ml/chunk_model.rb +40 -0
- data/lib/opensearch/api/actions/ml/create_controller.rb +37 -0
- data/lib/opensearch/api/actions/ml/create_memory.rb +32 -0
- data/lib/opensearch/api/actions/ml/create_message.rb +37 -0
- data/lib/opensearch/api/actions/ml/create_model_meta.rb +32 -0
- data/lib/opensearch/api/actions/ml/delete_agent.rb +1 -3
- data/lib/opensearch/api/actions/ml/delete_connector.rb +1 -3
- data/lib/opensearch/api/actions/ml/delete_controller.rb +36 -0
- data/lib/opensearch/api/actions/ml/delete_memory.rb +36 -0
- data/lib/opensearch/api/actions/ml/delete_model.rb +1 -3
- data/lib/opensearch/api/actions/ml/delete_model_group.rb +1 -3
- data/lib/opensearch/api/actions/ml/delete_task.rb +1 -3
- data/lib/opensearch/api/actions/ml/execute_agent.rb +37 -0
- data/lib/opensearch/api/actions/ml/execute_algorithm.rb +37 -0
- data/lib/opensearch/api/actions/ml/get_agent.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_all_memories.rb +38 -0
- data/lib/opensearch/api/actions/ml/get_all_messages.rb +43 -0
- data/lib/opensearch/api/actions/ml/get_all_tools.rb +31 -0
- data/lib/opensearch/api/actions/ml/get_connector.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_controller.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_memory.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_message.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_message_traces.rb +43 -0
- data/lib/opensearch/api/actions/ml/get_model.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_profile.rb +32 -0
- data/lib/opensearch/api/actions/ml/get_profile_models.rb +35 -0
- data/lib/opensearch/api/actions/ml/get_profile_tasks.rb +35 -0
- data/lib/opensearch/api/actions/ml/get_stats.rb +36 -0
- data/lib/opensearch/api/actions/ml/get_tool.rb +36 -0
- data/lib/opensearch/api/actions/ml/load_model.rb +36 -0
- data/lib/opensearch/api/actions/ml/predict.rb +40 -0
- data/lib/opensearch/api/actions/ml/predict_model.rb +37 -0
- data/lib/opensearch/api/actions/ml/register_model_meta.rb +32 -0
- data/lib/opensearch/api/actions/ml/search_agents.rb +32 -0
- data/lib/opensearch/api/actions/ml/search_connectors.rb +32 -0
- data/lib/opensearch/api/actions/ml/search_memory.rb +32 -0
- data/lib/opensearch/api/actions/ml/search_message.rb +37 -0
- data/lib/opensearch/api/actions/ml/search_model_group.rb +32 -0
- data/lib/opensearch/api/actions/ml/search_models.rb +1 -1
- data/lib/opensearch/api/actions/ml/search_tasks.rb +32 -0
- data/lib/opensearch/api/actions/ml/train.rb +37 -0
- data/lib/opensearch/api/actions/ml/train_predict.rb +37 -0
- data/lib/opensearch/api/actions/ml/undeploy_model.rb +2 -3
- data/lib/opensearch/api/actions/ml/unload_model.rb +35 -0
- data/lib/opensearch/api/actions/ml/update_connector.rb +37 -0
- data/lib/opensearch/api/actions/ml/update_controller.rb +37 -0
- data/lib/opensearch/api/actions/ml/update_memory.rb +37 -0
- data/lib/opensearch/api/actions/ml/update_message.rb +37 -0
- data/lib/opensearch/api/actions/ml/update_model.rb +37 -0
- data/lib/opensearch/api/actions/ml/update_model_group.rb +37 -0
- data/lib/opensearch/api/actions/ml/upload_chunk.rb +40 -0
- data/lib/opensearch/api/actions/ml/upload_model.rb +32 -0
- data/lib/opensearch/api/actions/notifications/delete_config.rb +1 -3
- data/lib/opensearch/api/actions/notifications/delete_configs.rb +1 -3
- data/lib/opensearch/api/actions/observability/delete_object.rb +1 -3
- data/lib/opensearch/api/actions/observability/delete_objects.rb +1 -3
- data/lib/opensearch/api/actions/query/datasource_delete.rb +1 -3
- data/lib/opensearch/api/actions/reindex.rb +3 -1
- data/lib/opensearch/api/actions/reindex_rethrottle.rb +1 -1
- data/lib/opensearch/api/actions/replication/delete_replication_rule.rb +1 -3
- data/lib/opensearch/api/actions/rollups/delete.rb +1 -3
- data/lib/opensearch/api/actions/scroll.rb +1 -1
- data/lib/opensearch/api/actions/search_pipeline/delete.rb +1 -3
- data/lib/opensearch/api/actions/search_shards.rb +0 -1
- data/lib/opensearch/api/actions/security/authinfo.rb +3 -3
- data/lib/opensearch/api/actions/security/authtoken.rb +1 -1
- data/lib/opensearch/api/actions/security/config_upgrade_check.rb +1 -1
- data/lib/opensearch/api/actions/security/config_upgrade_perform.rb +1 -1
- data/lib/opensearch/api/actions/security/create_allowlist.rb +1 -1
- data/lib/opensearch/api/actions/security/create_role.rb +1 -1
- data/lib/opensearch/api/actions/security/create_role_mapping.rb +1 -1
- data/lib/opensearch/api/actions/security/create_tenant.rb +1 -1
- data/lib/opensearch/api/actions/security/create_update_tenancy_config.rb +1 -1
- data/lib/opensearch/api/actions/security/create_user.rb +1 -1
- data/lib/opensearch/api/actions/security/create_user_legacy.rb +1 -1
- data/lib/opensearch/api/actions/security/delete_action_group.rb +2 -4
- data/lib/opensearch/api/actions/security/delete_distinguished_name.rb +3 -5
- data/lib/opensearch/api/actions/security/delete_role.rb +2 -4
- data/lib/opensearch/api/actions/security/delete_role_mapping.rb +2 -4
- data/lib/opensearch/api/actions/security/delete_tenant.rb +2 -4
- data/lib/opensearch/api/actions/security/delete_user.rb +2 -4
- data/lib/opensearch/api/actions/security/delete_user_legacy.rb +1 -3
- data/lib/opensearch/api/actions/security/flush_cache.rb +2 -4
- data/lib/opensearch/api/actions/security/generate_obo_token.rb +1 -1
- data/lib/opensearch/api/actions/security/generate_user_token.rb +2 -2
- data/lib/opensearch/api/actions/security/generate_user_token_legacy.rb +1 -1
- data/lib/opensearch/api/actions/security/get_account_details.rb +1 -1
- data/lib/opensearch/api/actions/security/get_all_certificates.rb +2 -2
- data/lib/opensearch/api/actions/security/get_allowlist.rb +1 -1
- data/lib/opensearch/api/actions/security/get_configuration.rb +1 -1
- data/lib/opensearch/api/actions/security/get_dashboards_info.rb +1 -1
- data/lib/opensearch/api/actions/security/get_distinguished_name.rb +3 -3
- data/lib/opensearch/api/actions/security/get_distinguished_names.rb +2 -2
- data/lib/opensearch/api/actions/security/get_node_certificates.rb +4 -4
- data/lib/opensearch/api/actions/security/get_permissions_info.rb +1 -1
- data/lib/opensearch/api/actions/security/get_role.rb +1 -1
- data/lib/opensearch/api/actions/security/get_role_mapping.rb +2 -2
- data/lib/opensearch/api/actions/security/get_sslinfo.rb +2 -2
- data/lib/opensearch/api/actions/security/get_tenancy_config.rb +1 -1
- data/lib/opensearch/api/actions/security/get_tenant.rb +1 -1
- data/lib/opensearch/api/actions/security/get_user.rb +1 -1
- data/lib/opensearch/api/actions/security/health.rb +2 -2
- data/lib/opensearch/api/actions/security/migrate.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_action_group.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_action_groups.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_allowlist.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_audit_configuration.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_configuration.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_distinguished_name.rb +5 -5
- data/lib/opensearch/api/actions/security/patch_distinguished_names.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_role.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_role_mapping.rb +2 -2
- data/lib/opensearch/api/actions/security/patch_role_mappings.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_tenant.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_tenants.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_user.rb +1 -1
- data/lib/opensearch/api/actions/security/patch_users.rb +1 -1
- data/lib/opensearch/api/actions/security/post_dashboards_info.rb +1 -1
- data/lib/opensearch/api/actions/security/reload_http_certificates.rb +1 -1
- data/lib/opensearch/api/actions/security/reload_transport_certificates.rb +1 -1
- data/lib/opensearch/api/actions/security/tenant_info.rb +1 -1
- data/lib/opensearch/api/actions/security/update_configuration.rb +1 -1
- data/lib/opensearch/api/actions/security/update_distinguished_name.rb +2 -2
- data/lib/opensearch/api/actions/security/validate.rb +1 -1
- data/lib/opensearch/api/actions/security/who_am_i.rb +1 -1
- data/lib/opensearch/api/actions/security/who_am_i_protected.rb +1 -1
- data/lib/opensearch/api/actions/sm/delete_policy.rb +1 -3
- data/lib/opensearch/api/actions/snapshot/delete.rb +1 -3
- data/lib/opensearch/api/actions/snapshot/delete_repository.rb +1 -3
- data/lib/opensearch/api/actions/tasks/cancel.rb +1 -1
- data/lib/opensearch/api/actions/transforms/delete.rb +1 -3
- data/lib/opensearch/api/actions/update_by_query.rb +2 -2
- data/lib/opensearch/api/actions/wlm/delete_query_group.rb +1 -3
- data/lib/opensearch/api/utils.rb +1 -1
- data/lib/opensearch/transport/client.rb +6 -3
- data/lib/opensearch/transport/transport/base.rb +3 -8
- data/lib/opensearch/version.rb +1 -1
- data/opensearch-ruby.gemspec +1 -0
- data/test/transport/unit/transport_base_test.rb +0 -26
- data.tar.gz.sig +0 -0
- metadata +61 -2
- metadata.gz.sig +0 -0
@@ -15,13 +15,13 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Allows to manually change the allocation of individual shards in the cluster.
|
17
17
|
#
|
18
|
-
# @option args [String] :cluster_manager_timeout
|
19
|
-
# @option args [Boolean] :dry_run
|
20
|
-
# @option args [Boolean] :explain
|
21
|
-
# @option args [String] :master_timeout DEPRECATED
|
18
|
+
# @option args [String] :cluster_manager_timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
19
|
+
# @option args [Boolean] :dry_run When `true`, the request simulates the operation and returns the resulting state.
|
20
|
+
# @option args [Boolean] :explain When `true`, the response contains an explanation of why certain commands can or cannot be executed.
|
21
|
+
# @option args [String] :master_timeout DEPRECATED A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
22
22
|
# @option args [Enumerable<String>, String] :metric Limits the information returned to the specified metrics.
|
23
|
-
# @option args [Boolean] :retry_failed
|
24
|
-
# @option args [String] :timeout
|
23
|
+
# @option args [Boolean] :retry_failed When `true`, retries shard allocation if it was blocked because of too many subsequent failures.
|
24
|
+
# @option args [String] :timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
25
25
|
# @option args [Hash] :body The definition of `commands` to perform (`move`, `cancel`, `allocate`)
|
26
26
|
def reroute(args = {})
|
27
27
|
args = Utils.clone_and_normalize_arguments(args)
|
@@ -13,19 +13,19 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cluster
|
15
15
|
module Actions
|
16
|
-
# Returns
|
16
|
+
# Returns comprehensive information about the state of the cluster.
|
17
17
|
#
|
18
|
-
# @option args [Boolean] :allow_no_indices Whether to ignore
|
19
|
-
# @option args [String] :cluster_manager_timeout
|
20
|
-
# @option args [Enumerable<String>, String] :expand_wildcards
|
21
|
-
# @option args [Boolean] :flat_settings
|
22
|
-
# @option args [Boolean] :ignore_unavailable Whether specified concrete indexes should be ignored when unavailable (missing or closed)
|
23
|
-
# @option args [Boolean] :local
|
24
|
-
# @option args [String] :master_timeout DEPRECATED
|
18
|
+
# @option args [Boolean] :allow_no_indices Whether to ignore a wildcard index expression that resolves into no concrete indexes. This includes the `_all` string or when no indexes have been specified.
|
19
|
+
# @option args [String] :cluster_manager_timeout A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
20
|
+
# @option args [Enumerable<String>, String] :expand_wildcards Specifies the type of index that wildcard expressions can match. Supports comma-separated values.
|
21
|
+
# @option args [Boolean] :flat_settings Returns settings in a flat format.
|
22
|
+
# @option args [Boolean] :ignore_unavailable Whether the specified concrete indexes should be ignored when unavailable (missing or closed).
|
23
|
+
# @option args [Boolean] :local Whether to return information from the local node only instead of from the cluster manager node.
|
24
|
+
# @option args [String] :master_timeout DEPRECATED A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
|
25
25
|
# @option args [Integer] :wait_for_metadata_version Wait for the metadata version to be equal or greater than the specified metadata version.
|
26
26
|
# @option args [String] :wait_for_timeout The maximum time to wait for `wait_for_metadata_version` before timing out.
|
27
|
-
# @option args [Enumerable<String>] :metric
|
28
|
-
# @option args [Enumerable<String>, String] :index A comma-separated list of
|
27
|
+
# @option args [Enumerable<String>] :metric Limits the information returned to only the specified metrics.
|
28
|
+
# @option args [Enumerable<String>, String] :index A comma-separated list of data streams, indexes, and aliases used to limit the request. Supports wildcards (`*`). To target all data streams and indexes, omit this parameter or use `*` or `_all`.
|
29
29
|
def state(args = {})
|
30
30
|
args = Utils.clone_and_normalize_arguments(args)
|
31
31
|
_metric = args.delete('metric')
|
@@ -13,13 +13,13 @@ module OpenSearch
|
|
13
13
|
module API
|
14
14
|
module Cluster
|
15
15
|
module Actions
|
16
|
-
# Returns high-level overview of cluster statistics.
|
16
|
+
# Returns a high-level overview of cluster statistics.
|
17
17
|
#
|
18
|
-
# @option args [Boolean] :flat_settings
|
19
|
-
# @option args [String] :timeout
|
20
|
-
# @option args [Enumerable<String>] :index_metric
|
18
|
+
# @option args [Boolean] :flat_settings When `true`, returns settings in a flat format.
|
19
|
+
# @option args [String] :timeout The amount of time to wait for each node to respond. If a node does not respond before its timeout expires, the response does not include its stats. However, timed out nodes are included in the response's `_nodes.failed` property. Defaults to no timeout.
|
20
|
+
# @option args [Enumerable<String>] :index_metric A comma-separated list of index metric groups, for example, `docs,store`.
|
21
21
|
# @option args [Enumerable<String>] :metric Limit the information returned to the specified metrics.
|
22
|
-
# @option args [Enumerable<String>, String] :node_id
|
22
|
+
# @option args [Enumerable<String>, String] :node_id A comma-separated list of node IDs used to filter results. Supports [node filters](https://opensearch.org/docs/latest/api-reference/nodes-apis/index/#node-filters).
|
23
23
|
def stats(args = {})
|
24
24
|
args = Utils.clone_and_normalize_arguments(args)
|
25
25
|
_index_metric = args.delete('index_metric')
|
@@ -20,7 +20,7 @@ module OpenSearch
|
|
20
20
|
# @option args [String] :analyzer Analyzer to use for the query string. This parameter can only be used when the `q` query string parameter is specified.
|
21
21
|
# @option args [String] :default_operator The default operator for query string query: `AND` or `OR`. This parameter can only be used when the `q` query string parameter is specified.
|
22
22
|
# @option args [String] :df Field to use as default where no field prefix is given in the query string. This parameter can only be used when the `q` query string parameter is specified.
|
23
|
-
# @option args [Enumerable<String>, String] :expand_wildcards
|
23
|
+
# @option args [Enumerable<String>, String] :expand_wildcards Specifies the type of index that wildcard expressions can match. Supports comma-separated values.
|
24
24
|
# @option args [Boolean] :ignore_throttled If `true`, concrete, expanded or aliased indexes are ignored when frozen.
|
25
25
|
# @option args [Boolean] :ignore_unavailable If `false`, the request returns an error if it targets a missing or closed index.
|
26
26
|
# @option args [Boolean] :lenient If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.
|
@@ -20,7 +20,6 @@ module OpenSearch
|
|
20
20
|
# @option args [String] :cluster_manager_timeout Operation timeout for connection to cluster-manager node.
|
21
21
|
# @option args [String] :master_timeout DEPRECATED Specify timeout for connection to cluster manager.
|
22
22
|
# @option args [String] :timeout Explicit operation timeout.
|
23
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
24
23
|
def delete_dangling_index(args = {})
|
25
24
|
args = Utils.clone_and_normalize_arguments(args)
|
26
25
|
raise ArgumentError, "Required argument 'index_uuid' missing" if args['index_uuid'].nil?
|
@@ -28,14 +27,13 @@ module OpenSearch
|
|
28
27
|
|
29
28
|
_index_uuid = args.delete('index_uuid')
|
30
29
|
|
31
|
-
ignore = args.delete('ignore') || []
|
32
30
|
headers = args.delete('headers') || {}
|
33
31
|
body = args.delete('body')
|
34
32
|
method = 'DELETE'
|
35
33
|
url = Utils.build_url('_dangling', _index_uuid)
|
36
34
|
|
37
35
|
Utils.validate_query_params! args, DELETE_DANGLING_INDEX_QUERY_PARAMS
|
38
|
-
transport.perform_delete_request method, url, args, body, headers
|
36
|
+
transport.perform_delete_request method, url, args, body, headers
|
39
37
|
end
|
40
38
|
|
41
39
|
DELETE_DANGLING_INDEX_QUERY_PARAMS = Set.new(%w[
|
@@ -25,7 +25,6 @@ module OpenSearch
|
|
25
25
|
# @option args [Integer] :version Explicit version number for concurrency control. The specified version must match the current version of the document for the request to succeed.
|
26
26
|
# @option args [String] :version_type Specific version type: `external`, `external_gte`.
|
27
27
|
# @option args [Integer, String] :wait_for_active_shards The number of shard copies that must be active before proceeding with the operation. Set to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).
|
28
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
29
28
|
def delete(args = {})
|
30
29
|
args = Utils.clone_and_normalize_arguments(args)
|
31
30
|
raise ArgumentError, "Required argument 'id' missing" if args['id'].nil?
|
@@ -34,14 +33,13 @@ module OpenSearch
|
|
34
33
|
_id = args.delete('id')
|
35
34
|
_index = args.delete('index')
|
36
35
|
|
37
|
-
ignore = args.delete('ignore') || []
|
38
36
|
headers = args.delete('headers') || {}
|
39
37
|
body = args.delete('body')
|
40
38
|
method = 'DELETE'
|
41
39
|
url = Utils.build_url(_index, '_doc', _id)
|
42
40
|
|
43
41
|
Utils.validate_query_params! args, DELETE_QUERY_PARAMS
|
44
|
-
transport.perform_delete_request method, url, args, body, headers
|
42
|
+
transport.perform_delete_request method, url, args, body, headers
|
45
43
|
end
|
46
44
|
|
47
45
|
DELETE_QUERY_PARAMS = Set.new(%w[
|
@@ -15,17 +15,15 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Deletes all active point in time searches.
|
17
17
|
#
|
18
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
19
18
|
def delete_all_pits(args = {})
|
20
19
|
args = Utils.clone_and_normalize_arguments(args)
|
21
|
-
ignore = args.delete('ignore') || []
|
22
20
|
headers = args.delete('headers') || {}
|
23
21
|
body = args.delete('body')
|
24
22
|
method = 'DELETE'
|
25
23
|
url = '_search/point_in_time/_all'
|
26
24
|
|
27
25
|
Utils.validate_query_params! args
|
28
|
-
transport.perform_delete_request method, url, args, body, headers
|
26
|
+
transport.perform_delete_request method, url, args, body, headers
|
29
27
|
end
|
30
28
|
end
|
31
29
|
end
|
@@ -16,7 +16,7 @@ module OpenSearch
|
|
16
16
|
# Deletes documents matching the provided query.
|
17
17
|
#
|
18
18
|
# @option args [Enumerable<String>, String] :index *Required* Comma-separated list of data streams, indexes, and aliases to search. Supports wildcards (`*`). To search all data streams or indexes, omit this parameter or use `*` or `_all`.
|
19
|
-
# @option args [Enumerable<String
|
19
|
+
# @option args [Boolean, Enumerable<String>, String] :_source Set to `true` or `false` to return the `_source` field or not, or a list of fields to return.
|
20
20
|
# @option args [Enumerable<String>] :_source_excludes List of fields to exclude from the returned `_source` field.
|
21
21
|
# @option args [Enumerable<String>] :_source_includes List of fields to extract and return from the `_source` field.
|
22
22
|
# @option args [Boolean] :allow_no_indices If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indexes. This behavior applies even if the request targets other open indexes. For example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.
|
@@ -41,7 +41,7 @@ module OpenSearch
|
|
41
41
|
# @option args [String] :search_timeout Explicit timeout for each search request. Defaults to no timeout.
|
42
42
|
# @option args [String] :search_type The type of the search operation. Available options: `query_then_fetch`, `dfs_query_then_fetch`.
|
43
43
|
# @option args [Integer] :size Deprecated, use `max_docs` instead.
|
44
|
-
# @option args [
|
44
|
+
# @option args [Integer, String] :slices The number of slices this task should be divided into.
|
45
45
|
# @option args [Enumerable<String>] :sort A comma-separated list of <field>:<direction> pairs.
|
46
46
|
# @option args [Enumerable<String>] :stats Specific `tag` of the request for logging and statistical purposes.
|
47
47
|
# @option args [Integer] :terminate_after Maximum number of documents to collect for each shard. If a query reaches this limit, OpenSearch terminates the query early. OpenSearch collects documents before sorting. Use with caution. OpenSearch applies this parameter to each shard handling the request. When possible, let OpenSearch perform early termination automatically. Avoid specifying this parameter for requests that target data streams with backing indexes across multiple data tiers.
|
@@ -15,7 +15,7 @@ module OpenSearch
|
|
15
15
|
module Actions
|
16
16
|
# Changes the number of requests per second for a particular Delete By Query operation.
|
17
17
|
#
|
18
|
-
# @option args [
|
18
|
+
# @option args [String] :task_id *Required* The ID for the task.
|
19
19
|
# @option args [Float] :requests_per_second The throttle for this request in sub-requests per second.
|
20
20
|
def delete_by_query_rethrottle(args = {})
|
21
21
|
args = Utils.clone_and_normalize_arguments(args)
|
@@ -16,17 +16,15 @@ module OpenSearch
|
|
16
16
|
# Deletes one or more point in time searches based on the IDs passed.
|
17
17
|
#
|
18
18
|
# @option args [Hash] :body The point-in-time ids to be deleted
|
19
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
20
19
|
def delete_pit(args = {})
|
21
20
|
args = Utils.clone_and_normalize_arguments(args)
|
22
|
-
ignore = args.delete('ignore') || []
|
23
21
|
headers = args.delete('headers') || {}
|
24
22
|
body = args.delete('body')
|
25
23
|
method = 'DELETE'
|
26
24
|
url = '_search/point_in_time'
|
27
25
|
|
28
26
|
Utils.validate_query_params! args
|
29
|
-
transport.perform_delete_request method, url, args, body, headers
|
27
|
+
transport.perform_delete_request method, url, args, body, headers
|
30
28
|
end
|
31
29
|
end
|
32
30
|
end
|
@@ -19,21 +19,19 @@ module OpenSearch
|
|
19
19
|
# @option args [String] :cluster_manager_timeout Operation timeout for connection to cluster-manager node.
|
20
20
|
# @option args [String] :master_timeout DEPRECATED Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.
|
21
21
|
# @option args [String] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
|
22
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
23
22
|
def delete_script(args = {})
|
24
23
|
args = Utils.clone_and_normalize_arguments(args)
|
25
24
|
raise ArgumentError, "Required argument 'id' missing" if args['id'].nil?
|
26
25
|
|
27
26
|
_id = args.delete('id')
|
28
27
|
|
29
|
-
ignore = args.delete('ignore') || []
|
30
28
|
headers = args.delete('headers') || {}
|
31
29
|
body = args.delete('body')
|
32
30
|
method = 'DELETE'
|
33
31
|
url = Utils.build_url('_scripts', _id)
|
34
32
|
|
35
33
|
Utils.validate_query_params! args, DELETE_SCRIPT_QUERY_PARAMS
|
36
|
-
transport.perform_delete_request method, url, args, body, headers
|
34
|
+
transport.perform_delete_request method, url, args, body, headers
|
37
35
|
end
|
38
36
|
|
39
37
|
DELETE_SCRIPT_QUERY_PARAMS = Set.new(%w[
|
@@ -17,21 +17,19 @@ module OpenSearch
|
|
17
17
|
#
|
18
18
|
# @option args [String] :workflow_id *Required*
|
19
19
|
# @option args [Boolean] :clear_status Delete the workflow state (without deprovisioning resources) after deleting the template. OpenSearch deletes the workflow state only if the provisioning status is not IN_PROGRESS. Default is false.
|
20
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
21
20
|
def delete(args = {})
|
22
21
|
args = Utils.clone_and_normalize_arguments(args)
|
23
22
|
raise ArgumentError, "Required argument 'workflow_id' missing" if args['workflow_id'].nil?
|
24
23
|
|
25
24
|
_workflow_id = args.delete('workflow_id')
|
26
25
|
|
27
|
-
ignore = args.delete('ignore') || []
|
28
26
|
headers = args.delete('headers') || {}
|
29
27
|
body = args.delete('body')
|
30
28
|
method = 'DELETE'
|
31
29
|
url = Utils.build_url('_plugins/_flow_framework/workflow', _workflow_id)
|
32
30
|
|
33
31
|
Utils.validate_query_params! args, DELETE_QUERY_PARAMS
|
34
|
-
transport.perform_delete_request method, url, args, body, headers
|
32
|
+
transport.perform_delete_request method, url, args, body, headers
|
35
33
|
end
|
36
34
|
|
37
35
|
DELETE_QUERY_PARAMS = Set.new(%w[
|
@@ -22,21 +22,19 @@ module OpenSearch
|
|
22
22
|
# @option args [Boolean] :ignore_unavailable If `false`, the request returns an error if it targets a missing or closed index.
|
23
23
|
# @option args [String] :master_timeout DEPRECATED Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.
|
24
24
|
# @option args [String] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
|
25
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
26
25
|
def delete(args = {})
|
27
26
|
args = Utils.clone_and_normalize_arguments(args)
|
28
27
|
raise ArgumentError, "Required argument 'index' missing" if args['index'].nil?
|
29
28
|
|
30
29
|
_index = args.delete('index')
|
31
30
|
|
32
|
-
ignore = args.delete('ignore') || []
|
33
31
|
headers = args.delete('headers') || {}
|
34
32
|
body = args.delete('body')
|
35
33
|
method = 'DELETE'
|
36
34
|
url = _index
|
37
35
|
|
38
36
|
Utils.validate_query_params! args, DELETE_QUERY_PARAMS
|
39
|
-
transport.perform_delete_request method, url, args, body, headers
|
37
|
+
transport.perform_delete_request method, url, args, body, headers
|
40
38
|
end
|
41
39
|
|
42
40
|
DELETE_QUERY_PARAMS = Set.new(%w[
|
@@ -20,7 +20,6 @@ module OpenSearch
|
|
20
20
|
# @option args [String] :cluster_manager_timeout Operation timeout for connection to cluster-manager node.
|
21
21
|
# @option args [String] :master_timeout DEPRECATED Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.
|
22
22
|
# @option args [String] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
|
23
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
24
23
|
def delete_alias(args = {})
|
25
24
|
args = Utils.clone_and_normalize_arguments(args)
|
26
25
|
raise ArgumentError, "Required argument 'index' missing" if args['index'].nil?
|
@@ -29,14 +28,13 @@ module OpenSearch
|
|
29
28
|
_index = args.delete('index')
|
30
29
|
_name = args.delete('name')
|
31
30
|
|
32
|
-
ignore = args.delete('ignore') || []
|
33
31
|
headers = args.delete('headers') || {}
|
34
32
|
body = args.delete('body')
|
35
33
|
method = 'DELETE'
|
36
34
|
url = Utils.build_url(_index, '_aliases', _name)
|
37
35
|
|
38
36
|
Utils.validate_query_params! args, DELETE_ALIAS_QUERY_PARAMS
|
39
|
-
transport.perform_delete_request method, url, args, body, headers
|
37
|
+
transport.perform_delete_request method, url, args, body, headers
|
40
38
|
end
|
41
39
|
|
42
40
|
DELETE_ALIAS_QUERY_PARAMS = Set.new(%w[
|
@@ -16,21 +16,19 @@ module OpenSearch
|
|
16
16
|
# Deletes a data stream.
|
17
17
|
#
|
18
18
|
# @option args [Enumerable<String>, String] :name *Required* Comma-separated list of data streams to delete. Wildcard (`*`) expressions are supported.
|
19
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
20
19
|
def delete_data_stream(args = {})
|
21
20
|
args = Utils.clone_and_normalize_arguments(args)
|
22
21
|
raise ArgumentError, "Required argument 'name' missing" if args['name'].nil?
|
23
22
|
|
24
23
|
_name = args.delete('name')
|
25
24
|
|
26
|
-
ignore = args.delete('ignore') || []
|
27
25
|
headers = args.delete('headers') || {}
|
28
26
|
body = args.delete('body')
|
29
27
|
method = 'DELETE'
|
30
28
|
url = Utils.build_url('_data_stream', _name)
|
31
29
|
|
32
30
|
Utils.validate_query_params! args
|
33
|
-
transport.perform_delete_request method, url, args, body, headers
|
31
|
+
transport.perform_delete_request method, url, args, body, headers
|
34
32
|
end
|
35
33
|
end
|
36
34
|
end
|
@@ -19,21 +19,19 @@ module OpenSearch
|
|
19
19
|
# @option args [String] :cluster_manager_timeout Operation timeout for connection to cluster-manager node.
|
20
20
|
# @option args [String] :master_timeout DEPRECATED Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.
|
21
21
|
# @option args [String] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
|
22
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
23
22
|
def delete_index_template(args = {})
|
24
23
|
args = Utils.clone_and_normalize_arguments(args)
|
25
24
|
raise ArgumentError, "Required argument 'name' missing" if args['name'].nil?
|
26
25
|
|
27
26
|
_name = args.delete('name')
|
28
27
|
|
29
|
-
ignore = args.delete('ignore') || []
|
30
28
|
headers = args.delete('headers') || {}
|
31
29
|
body = args.delete('body')
|
32
30
|
method = 'DELETE'
|
33
31
|
url = Utils.build_url('_index_template', _name)
|
34
32
|
|
35
33
|
Utils.validate_query_params! args, DELETE_INDEX_TEMPLATE_QUERY_PARAMS
|
36
|
-
transport.perform_delete_request method, url, args, body, headers
|
34
|
+
transport.perform_delete_request method, url, args, body, headers
|
37
35
|
end
|
38
36
|
|
39
37
|
DELETE_INDEX_TEMPLATE_QUERY_PARAMS = Set.new(%w[
|
@@ -19,21 +19,19 @@ module OpenSearch
|
|
19
19
|
# @option args [String] :cluster_manager_timeout Operation timeout for connection to cluster-manager node.
|
20
20
|
# @option args [String] :master_timeout DEPRECATED Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.
|
21
21
|
# @option args [String] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
|
22
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
23
22
|
def delete_template(args = {})
|
24
23
|
args = Utils.clone_and_normalize_arguments(args)
|
25
24
|
raise ArgumentError, "Required argument 'name' missing" if args['name'].nil?
|
26
25
|
|
27
26
|
_name = args.delete('name')
|
28
27
|
|
29
|
-
ignore = args.delete('ignore') || []
|
30
28
|
headers = args.delete('headers') || {}
|
31
29
|
body = args.delete('body')
|
32
30
|
method = 'DELETE'
|
33
31
|
url = Utils.build_url('_template', _name)
|
34
32
|
|
35
33
|
Utils.validate_query_params! args, DELETE_TEMPLATE_QUERY_PARAMS
|
36
|
-
transport.perform_delete_request method, url, args, body, headers
|
34
|
+
transport.perform_delete_request method, url, args, body, headers
|
37
35
|
end
|
38
36
|
|
39
37
|
DELETE_TEMPLATE_QUERY_PARAMS = Set.new(%w[
|
@@ -19,7 +19,7 @@ module OpenSearch
|
|
19
19
|
# @option args [Enumerable<String>, String] :expand_wildcards Whether to expand wildcard expression to concrete indexes that are open, closed or both.
|
20
20
|
# @option args [Boolean] :flush (default: true) Specify whether the index should be flushed after performing the operation.
|
21
21
|
# @option args [Boolean] :ignore_unavailable Whether specified concrete indexes should be ignored when unavailable (missing or closed)
|
22
|
-
# @option args [
|
22
|
+
# @option args [Integer] :max_num_segments The number of larger segments into which smaller segments are merged. Set this parameter to 1 to merge all segments into one segment. The default behavior is to perform the merge as necessary.
|
23
23
|
# @option args [Boolean] :only_expunge_deletes Specify whether the operation should only expunge deleted documents
|
24
24
|
# @option args [Boolean] :primary_only Specify whether the operation should only perform on primary shards. Defaults to false.
|
25
25
|
# @option args [Boolean] :wait_for_completion (default: true) Should the request wait until the force merge is completed.
|
@@ -19,7 +19,7 @@ module OpenSearch
|
|
19
19
|
# @option args [String] :cluster_manager_timeout Operation timeout for connection to cluster-manager node.
|
20
20
|
# @option args [Boolean] :create If `true`, this request cannot replace or update existing index templates.
|
21
21
|
# @option args [String] :master_timeout DEPRECATED Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.
|
22
|
-
# @option args [
|
22
|
+
# @option args [Integer] :order Order in which OpenSearch applies this template if index matches multiple templates. Templates with lower 'order' values are merged first. Templates with higher 'order' values are merged later, overriding templates with lower values.
|
23
23
|
# @option args [Hash] :body *Required* The template definition
|
24
24
|
def put_template(args = {})
|
25
25
|
args = Utils.clone_and_normalize_arguments(args)
|
@@ -21,7 +21,6 @@ module OpenSearch
|
|
21
21
|
# @option args [Boolean] :only_ancient_segments If `true`, only ancient (an older Lucene major release) segments will be upgraded.
|
22
22
|
# @option args [Boolean] :wait_for_completion Should this request wait until the operation has completed before returning.
|
23
23
|
# @option args [Enumerable<String>] :index Comma-separated list of indexes; use `_all` or empty string to perform the operation on all indexes.
|
24
|
-
# @option args [Hash] :body
|
25
24
|
def upgrade(args = {})
|
26
25
|
args = Utils.clone_and_normalize_arguments(args)
|
27
26
|
_index = args.delete('index')
|
@@ -19,21 +19,19 @@ module OpenSearch
|
|
19
19
|
# @option args [String] :cluster_manager_timeout Operation timeout for connection to cluster-manager node.
|
20
20
|
# @option args [String] :master_timeout DEPRECATED Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.
|
21
21
|
# @option args [String] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
|
22
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
23
22
|
def delete_pipeline(args = {})
|
24
23
|
args = Utils.clone_and_normalize_arguments(args)
|
25
24
|
raise ArgumentError, "Required argument 'id' missing" if args['id'].nil?
|
26
25
|
|
27
26
|
_id = args.delete('id')
|
28
27
|
|
29
|
-
ignore = args.delete('ignore') || []
|
30
28
|
headers = args.delete('headers') || {}
|
31
29
|
body = args.delete('body')
|
32
30
|
method = 'DELETE'
|
33
31
|
url = Utils.build_url('_ingest/pipeline', _id)
|
34
32
|
|
35
33
|
Utils.validate_query_params! args, DELETE_PIPELINE_QUERY_PARAMS
|
36
|
-
transport.perform_delete_request method, url, args, body, headers
|
34
|
+
transport.perform_delete_request method, url, args, body, headers
|
37
35
|
end
|
38
36
|
|
39
37
|
DELETE_PIPELINE_QUERY_PARAMS = Set.new(%w[
|
@@ -16,21 +16,19 @@ module OpenSearch
|
|
16
16
|
# Deletes a policy.
|
17
17
|
#
|
18
18
|
# @option args [String] :policy_id *Required*
|
19
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
20
19
|
def delete_policy(args = {})
|
21
20
|
args = Utils.clone_and_normalize_arguments(args)
|
22
21
|
raise ArgumentError, "Required argument 'policy_id' missing" if args['policy_id'].nil?
|
23
22
|
|
24
23
|
_policy_id = args.delete('policy_id')
|
25
24
|
|
26
|
-
ignore = args.delete('ignore') || []
|
27
25
|
headers = args.delete('headers') || {}
|
28
26
|
body = args.delete('body')
|
29
27
|
method = 'DELETE'
|
30
28
|
url = Utils.build_url('_plugins/_ism/policies', _policy_id)
|
31
29
|
|
32
30
|
Utils.validate_query_params! args
|
33
|
-
transport.perform_delete_request method, url, args, body, headers
|
31
|
+
transport.perform_delete_request method, url, args, body, headers
|
34
32
|
end
|
35
33
|
end
|
36
34
|
end
|
@@ -16,21 +16,19 @@ module OpenSearch
|
|
16
16
|
# Used to delete a particular model in the cluster.
|
17
17
|
#
|
18
18
|
# @option args [String] :model_id *Required* The id of the model.
|
19
|
-
# @option args [List] :ignore set to [404] to ignore server's NOT FOUND error for this request
|
20
19
|
def delete_model(args = {})
|
21
20
|
args = Utils.clone_and_normalize_arguments(args)
|
22
21
|
raise ArgumentError, "Required argument 'model_id' missing" if args['model_id'].nil?
|
23
22
|
|
24
23
|
_model_id = args.delete('model_id')
|
25
24
|
|
26
|
-
ignore = args.delete('ignore') || []
|
27
25
|
headers = args.delete('headers') || {}
|
28
26
|
body = args.delete('body')
|
29
27
|
method = 'DELETE'
|
30
28
|
url = Utils.build_url('_plugins/_knn/models', _model_id)
|
31
29
|
|
32
30
|
Utils.validate_query_params! args
|
33
|
-
transport.perform_delete_request method, url, args, body, headers
|
31
|
+
transport.perform_delete_request method, url, args, body, headers
|
34
32
|
end
|
35
33
|
end
|
36
34
|
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
# SPDX-License-Identifier: Apache-2.0
|
2
|
+
#
|
3
|
+
# The OpenSearch Contributors require contributions made to
|
4
|
+
# this file be licensed under the Apache-2.0 license or a
|
5
|
+
# compatible open source license.
|
6
|
+
|
7
|
+
# This file is generated from the OpenSearch REST API spec.
|
8
|
+
# Do not modify it by hand. Instead, modify the generator or the spec.
|
9
|
+
|
10
|
+
# frozen_string_literal: true
|
11
|
+
|
12
|
+
module OpenSearch
|
13
|
+
module API
|
14
|
+
module Ml
|
15
|
+
module Actions
|
16
|
+
# Uploads model chunk.
|
17
|
+
#
|
18
|
+
# @option args [Integer] :chunk_number *Required*
|
19
|
+
# @option args [String] :model_id *Required*
|
20
|
+
# @option args [Hash] :body
|
21
|
+
def chunk_model(args = {})
|
22
|
+
args = Utils.clone_and_normalize_arguments(args)
|
23
|
+
raise ArgumentError, "Required argument 'chunk_number' missing" if args['chunk_number'].nil?
|
24
|
+
raise ArgumentError, "Required argument 'model_id' missing" if args['model_id'].nil?
|
25
|
+
|
26
|
+
_chunk_number = args.delete('chunk_number')
|
27
|
+
_model_id = args.delete('model_id')
|
28
|
+
|
29
|
+
headers = args.delete('headers') || {}
|
30
|
+
body = args.delete('body')
|
31
|
+
method = 'POST'
|
32
|
+
url = Utils.build_url('_plugins/_ml/models', _model_id, 'chunk', _chunk_number)
|
33
|
+
|
34
|
+
Utils.validate_query_params! args
|
35
|
+
transport.perform_request(method, url, args, body, headers).body
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# SPDX-License-Identifier: Apache-2.0
|
2
|
+
#
|
3
|
+
# The OpenSearch Contributors require contributions made to
|
4
|
+
# this file be licensed under the Apache-2.0 license or a
|
5
|
+
# compatible open source license.
|
6
|
+
|
7
|
+
# This file is generated from the OpenSearch REST API spec.
|
8
|
+
# Do not modify it by hand. Instead, modify the generator or the spec.
|
9
|
+
|
10
|
+
# frozen_string_literal: true
|
11
|
+
|
12
|
+
module OpenSearch
|
13
|
+
module API
|
14
|
+
module Ml
|
15
|
+
module Actions
|
16
|
+
# Creates a controller.
|
17
|
+
#
|
18
|
+
# @option args [String] :model_id *Required*
|
19
|
+
# @option args [Hash] :body
|
20
|
+
def create_controller(args = {})
|
21
|
+
args = Utils.clone_and_normalize_arguments(args)
|
22
|
+
raise ArgumentError, "Required argument 'model_id' missing" if args['model_id'].nil?
|
23
|
+
|
24
|
+
_model_id = args.delete('model_id')
|
25
|
+
|
26
|
+
headers = args.delete('headers') || {}
|
27
|
+
body = args.delete('body')
|
28
|
+
method = 'POST'
|
29
|
+
url = Utils.build_url('_plugins/_ml/controllers', _model_id)
|
30
|
+
|
31
|
+
Utils.validate_query_params! args
|
32
|
+
transport.perform_request(method, url, args, body, headers).body
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# SPDX-License-Identifier: Apache-2.0
|
2
|
+
#
|
3
|
+
# The OpenSearch Contributors require contributions made to
|
4
|
+
# this file be licensed under the Apache-2.0 license or a
|
5
|
+
# compatible open source license.
|
6
|
+
|
7
|
+
# This file is generated from the OpenSearch REST API spec.
|
8
|
+
# Do not modify it by hand. Instead, modify the generator or the spec.
|
9
|
+
|
10
|
+
# frozen_string_literal: true
|
11
|
+
|
12
|
+
module OpenSearch
|
13
|
+
module API
|
14
|
+
module Ml
|
15
|
+
module Actions
|
16
|
+
# Create a memory.
|
17
|
+
#
|
18
|
+
# @option args [Hash] :body
|
19
|
+
def create_memory(args = {})
|
20
|
+
args = Utils.clone_and_normalize_arguments(args)
|
21
|
+
headers = args.delete('headers') || {}
|
22
|
+
body = args.delete('body')
|
23
|
+
method = 'POST'
|
24
|
+
url = '_plugins/_ml/memory'
|
25
|
+
|
26
|
+
Utils.validate_query_params! args
|
27
|
+
transport.perform_request(method, url, args, body, headers).body
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|