Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.51 KB

FindSampleNumberCondition.md

File metadata and controls

20 lines (15 loc) · 1.51 KB

icasdk.model.find_sample_number_condition.FindSampleNumberCondition

Adds a condition on a number metadata field. If both the lowerBoundary and upperBoundary parameter are null it will return any sample that has no value for the number field.

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Adds a condition on a number metadata field. If both the lowerBoundary and upperBoundary parameter are null it will return any sample that has no value for the number field.

Dictionary Keys

Key Input Type Accessed Type Description Notes
metadataField FieldId FieldId [optional]
field None, str, NoneClass, str, [optional]
lowerBound None, str, NoneClass, str, [optional]
upperBound None, str, NoneClass, str, [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]