Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.47 KB

PersonalNameCastegroupOut.md

File metadata and controls

40 lines (31 loc) · 2.47 KB

openapi_client.model.personal_name_castegroup_out.PersonalNameCastegroupOut

Caste group-coded names

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Caste group-coded names

Dictionary Keys

Key Input Type Accessed Type Description Notes
script str, str, [optional]
id str, str, [optional]
explanation str, str, [optional]
name str, str, The input name. [optional]
score decimal.Decimal, int, float, decimal.Decimal, Higher score is better, but score is not normalized. Use calibratedProbability if available. [optional] value must be a 64 bit float
castegroup str, str, Most likely caste group [optional]
castegroupAlt str, str, Second best alternative : caste group [optional]
castegroupTop list, tuple, tuple, List caste group (top 10) [optional]
probabilityCalibrated decimal.Decimal, int, float, decimal.Decimal, The calibrated probability for country to have been guessed correctly. -1 = still calibrating. [optional] value must be a 64 bit float
probabilityAltCalibrated decimal.Decimal, int, float, decimal.Decimal, The calibrated probability for country OR countryAlt to have been guessed correctly. -1 = still calibrating. [optional] value must be a 64 bit float
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]

castegroupTop

List caste group (top 10)

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, List caste group (top 10)

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, str, List caste group (top 10)

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