Skip to content

Commit

Permalink
[ML] Adding annotations_enabled to model plot config (#68228) (#68252)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Jun 4, 2020
1 parent 38b0d96 commit f7c8f7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export interface DataDescription {

export interface ModelPlotConfig {
enabled: boolean;
annotations_enabled?: boolean;
terms?: string;
}

Expand Down

0 comments on commit f7c8f7e

Please sign in to comment.