[DOCS] Autogenerated code + improvements in source code documentation. #84
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
API changes
create
- Adds [Integer, String] parameter: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+). Server default: 1.field_caps
- Adds boolean parameter:include_empty_fields
: If false, empty fields are not included in the response. Server default: true.get
,mget
,search
- Add boolean parameter:force_synthetic_source
: Should this request force synthetic _source? Use this to test if the mapping supports synthetic _source and to get a sense of the worst case performance. Fetches with this enabled will be slower the enabling synthetic source natively in the index.ml.get_trained_models
- Adds [String, Array] parameter:model_id
: The unique identifier of the trained model or a model alias. You can get information for multiple trained models in a single API request by using a comma-separated list of model IDs or a wildcard expression.ml.put_calendar_job
Adds [String, Array] parameter: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)ml.put_trained_model
- Adds boolean parameter:wait_for_completion
: Whether to wait for all child operations (e.g. model download) to complete.search_application.search
- Adds boolean parameter:typed_keys
: Determines whether aggregation names are prefixed by their respective types in the response.security.get_api_key
- Adds boolean parameter:active_only
A boolean flag that can be used to query API keys that are currently active. An API key is considered active if it is neither invalidated, nor expired at query time. You can specify this together with other parameters such asowner
orname
. Ifactive_only
is false, the response will include both active and inactive (expired or invalidated) keys. Adds boolean parameter:with_profile_uid
: Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists.security.query_api_keys
- Adds boolean parameter:with_profile_uid
: Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists. Adds boolean parameter:typed_keys
: Determines whether aggregation names are prefixed by their respective types in the response.