mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Removing unused include_model_definition type (#204420)
`include_model_definition` has been deprecated in favor of `include=definition` Although `include_model_definition` was included in the type for the client side `getTrainedModels`, the argument was not part of the endpoint schema and would have caused an error if used. In the future if we need this adding to the endpoint it can be added then.
This commit is contained in:
parent
058ff3446c
commit
60f76359a8
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ import type {
|
|||
|
||||
export interface InferenceQueryParams {
|
||||
from?: number;
|
||||
include_model_definition?: boolean;
|
||||
size?: number;
|
||||
tags?: string;
|
||||
include?: 'total_feature_importance' | 'feature_importance_baseline' | string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue