Skip to content

Commit

Permalink
[ML] Adding annotations_enabled to model plot config
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jun 4, 2020
1 parent 8e74275 commit 0191850
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 0191850

Please sign in to comment.