Test run of new docs
This commit is contained in:
63
docs/reference-ml-update_trained_model_deployment.asciidoc
Normal file
63
docs/reference-ml-update_trained_model_deployment.asciidoc
Normal file
@ -0,0 +1,63 @@
|
||||
[[reference-ml-update_trained_model_deployment]]
|
||||
|
||||
////////
|
||||
===========================================================================================================================
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|
||||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|
||||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|
||||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|
||||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|
||||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|
||||
|| You should update the script that does the generation, which can be found in: ||
|
||||
|| https://github.com/elastic/elastic-client-generator-js ||
|
||||
|| ||
|
||||
|| You can run the script with the following command: ||
|
||||
|| npm run elasticsearch -- --version <version> ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
===========================================================================================================================
|
||||
////////
|
||||
|
||||
[discrete]
|
||||
=== client.ml.updateTrainedModelDeployment
|
||||
|
||||
Update a trained model deployment.
|
||||
|
||||
{ref}/update-trained-model-deployment.html[{es} documentation]
|
||||
|
||||
[discrete]
|
||||
==== Function signature
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
(MlUpdateTrainedModelDeploymentRequest, options?): Promise<MlUpdateTrainedModelDeploymentResponse>
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `MlUpdateTrainedModelDeploymentRequest`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface MlUpdateTrainedModelDeploymentRequest extends <<shared-type-request-base, RequestBase>> {
|
||||
model_id: <<shared-type-id, Id>>
|
||||
number_of_allocations?: <<shared-type-integer, integer>>
|
||||
}
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `MlUpdateTrainedModelDeploymentResponse`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface MlUpdateTrainedModelDeploymentResponse {
|
||||
assignment: MlTrainedModelAssignment
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user