HLRC: adding machine learning delete job#32820
Conversation
|
Pinging @elastic/es-core-infra |
|
Pinging @elastic/ml-core |
|
Did you try building the docs into HTML? If not, this is what to do: (If you haven't cloned the Then navigate to your new documentation page and make sure it looks sensible in your browser. |
| * <<java-rest-high-x-pack-ml-delete-job>> | ||
|
|
||
| include::ml/put_job.asciidoc[] | ||
| include::ml/delete-job.asciidoc[] |
There was a problem hiding this comment.
I think we should consistently use hyphens or underscores for all our doc files. Looking at what the other teams have done, there's no consistent choice, but files do seem to consistently use one or the other within the same directory. So please can you choose and rename one of the files.
|
@droberts195 yes, I have built the docs and looked through them to make sure they look ok. |
|
@benwtrent I think after merging this is a good time for me to refactor the request converters into their own class. It shouldn't take me long. |
* HLRC: adding machine learning delete job * Fixing whitespace * Moving docs and tests around * Unifying ml asciidoc file naming convention
* HLRC: adding machine learning delete job * Fixing whitespace * Moving docs and tests around * Unifying ml asciidoc file naming convention
…-checkpoint-poll * 'master' of github.com:elastic/elasticsearch: Fix docs for fixed filename for heap dump path (elastic#32882) Painless: Special Case def (elastic#32871) AwaitFix FullClusterRestartIT#testRollupIDSchemeAfterRestart. [Test] Fix DuelScrollIT#testDuelIndexOrderQueryThenFetch HLRC: adding machine learning delete job (elastic#32820) [DOCS] Update WordPress plugins links (elastic#32194) Remove passphrase support from reload settings API (elastic#32889) AwaitFix AckIT. Mutes test in DuelScrollIT CharArraysTests: Fix test bug. [ML] Choose seconds to fix intermittent DatafeeedConfigTest failure Test: Fix unpredictive merges in DocumentSubsetReaderTests [DOCS] Clarify sentence in network-host.asciidoc (elastic#32429) Docs enhancement: added reference to cluster-level setting `search.default_allow_partial_results` (elastic#32810) [DOCS] Fixing cross doc link to Stack Overview security topic. Move CharArrays to core lib (elastic#32851) Fix global checkpoint listeners test HLRC: adding machine learning open job (elastic#32860) [ML] Add log structure finder functionality (elastic#32788) INGEST: Add Configuration Except. Data to Metdata (elastic#32322)
This adds the DELETE Job call for the Machine Learning client in the HLRC.
Relates to #29827