Skip to content

Commit

Permalink
[ML] init jobsForModelMemoryEstimation
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Mar 23, 2020
1 parent b480ea6 commit dde330b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ export class DataRecognizer {
savedObjects: [] as KibanaObjectResponse[],
};

this.jobsForModelMemoryEstimation = moduleConfig.jobs;

this.applyJobConfigOverrides(moduleConfig, jobOverrides, jobPrefix);
this.applyDatafeedConfigOverrides(moduleConfig, datafeedOverrides, jobPrefix);
this.updateDatafeedIndices(moduleConfig);
Expand Down

0 comments on commit dde330b

Please sign in to comment.