INPUT_OBJECT
CreateLibraryConfiguration
link GraphQL Schema definition
1 input CreateLibraryConfiguration { 4 2 # ID of the selected library where this config applies to 3 : ID! 7 5 # ID of the engine category this config applies to 6 : ID! 10 8 # List of selected engines for training 9 : [ID]! 16 11 # This option is used for Dataset Library Only 12 # List of selected engine where tdos are extracted from for training data 13 # TDOs are extracted from higher ranked engines first then fallback to the lower 14 # ones if the priors don't have any matching tdo 15 : [ID] 20 17 # This option is used for Dataset Library Only 18 # Dataset TDOs confidence filters 19 : CreateDatasetConfidence 21 }