INPUT_OBJECT

UpdateLibraryConfiguration

link GraphQL Schema definition

1input UpdateLibraryConfiguration {
4
2# library configuration id
3id: ID!
7
5# List of selected engines for training
6targetEngineIds: [ID]
13
8# This option is used for Dataset Library Only
9# List of selected engine where tdos are extracted from for training data
10# TDOs are extracted from higher ranked engines first then fallback to the lower
11# ones if the priors don't have any matching tdo
12rankedSourceEngineIds: [ID]
17
14# This option is used for Dataset Library Only
15# Dataset TDOs confidence filters
16confidence: UpdateDatasetConfidence
18}