OBJECT
LibraryConfiguration
link GraphQL Schema definition
1 type LibraryConfiguration { 2 3 # library configuration id 4 ID : 5 6 # ID of the selected library where this config applies to 7 ID : 8 9 # ID of the engine category this config applies to 10 ID : 11 12 # List of selected engine ids for training 13 ID] : [ 14 15 # This option is used for Dataset Library Only 16 # List of selected engine where tdos are extracted from for training data 17 # TDOs are extracted from higher ranked engines first then fallback to the lower 18 # ones if the priors don't have any matching tdo 19 ID] : [ 20 21 # This option is used for Dataset Library Only 22 # Dataset tdos confidence filters 23 DatasetConfidence : 24 25 }
link Required by
- LibraryConfigurationList
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.