INPUT_OBJECT
UpdateLibraryConfiguration
link GraphQL Schema definition
1 input UpdateLibraryConfiguration { 4 2 # library configuration id 3 ID! : 7 5 # List of selected engines for training 6 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 12 ID] : [ 17 14 # This option is used for Dataset Library Only 15 # Dataset TDOs confidence filters 16 UpdateDatasetConfidence : 18 }