Fix ML commons typo (#2726)
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
parent
535ed56012
commit
158a4fd5c1
|
@ -444,7 +444,7 @@ task_ids | string | Returns runtime data for a specific task. You can string tog
|
|||
return_all_tasks | boolean | Determines whether or not a request returns all tasks. When set to `false` task profiles are left out of the response.
|
||||
return_all_models | boolean | Determines whether or not a profile request returns all models. When set to `false` model profiles are left out of the response.
|
||||
|
||||
### Example: Return all tasks and models and models on a specific node
|
||||
### Example: Return all tasks and models on a specific node
|
||||
|
||||
```json
|
||||
GET /_plugins/_ml/profile
|
||||
|
|
Loading…
Reference in New Issue