mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Adding annotations_enabled to model plot config (#68228)
This commit is contained in:
parent
50013bfd83
commit
c9d1c1f945
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ export interface DataDescription {
|
|||
|
||||
export interface ModelPlotConfig {
|
||||
enabled: boolean;
|
||||
annotations_enabled?: boolean;
|
||||
terms?: string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue