icasdk.model.analysis_input.AnalysisInput
Input Type
Accessed Type
Description
Notes
dict, frozendict.frozendict,
frozendict.frozendict,
Key
Input Type
Accessed Type
Description
Notes
code
str,
str,
The name of the input-parameter.
analysisData
list, tuple, None,
tuple, NoneClass,
The analysis-data used as input by the analysis.
[optional]
externalData
list, tuple, None,
tuple, NoneClass,
The external data used as input by the analysis.
[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]
The analysis-data used as input by the analysis.
Input Type
Accessed Type
Description
Notes
list, tuple, None,
tuple, NoneClass,
The analysis-data used as input by the analysis.
The external data used as input by the analysis.
Input Type
Accessed Type
Description
Notes
list, tuple, None,
tuple, NoneClass,
The external data used as input by the analysis.
[Back to Model list] [Back to API list] [Back to README]