[ML] Fixing transfer of dedicated index setting (#18945)

This commit is contained in:
James Gowdy 2018-05-09 13:22:44 +01:00 committed by GitHub
parent 2682bc5f07
commit 0d3df613de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -198,8 +198,8 @@ module
query,
filters,
combinedQuery,
jobId: undefined,
description: undefined,
jobId: '',
description: '',
jobGroups: [],
useDedicatedIndex: false,
isSparseData: false,

View file

@ -204,8 +204,8 @@ module
query,
filters,
combinedQuery,
jobId: undefined,
description: undefined,
jobId: '',
description: '',
jobGroups: [],
useDedicatedIndex: false,
modelMemoryLimit: DEFAULT_MODEL_MEMORY_LIMIT

View file

@ -201,8 +201,8 @@ module
query,
filters,
combinedQuery,
jobId: undefined,
description: undefined,
jobId: '',
description: '',
jobGroups: [],
useDedicatedIndex: false,
isSparseData: false,