INPUT_OBJECT

CreateDatasetConfidence

link GraphQL Schema definition

1input CreateDatasetConfidence {
5
2# Mininum Confidence Filter. Sources with confidence lower than this will be
3# ignore
4min: Float
9
6# Maximum Confidence Filter. Sources with confidence higher than this will be
7# ignore
8max: Float
12
10# allow sources with null confidence values
11allowNull: Boolean
13}