python-sdk/generated/docs/EdgeModelInfo.md at main · groundlight/python-sdk · GitHub
Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.16 KB

File metadata and controls

20 lines (15 loc) · 1.16 KB

EdgeModelInfo

Information for the model running on edge, including temporary presigned urls to the model binaries

Properties

Name Type Description Notes
model_binary_id str [optional]
model_binary_url str [optional]
oodd_model_binary_id str [optional]
oodd_model_binary_url str [optional]
pipeline_config bool, date, datetime, dict, float, int, list, str, none_type [optional]
oodd_pipeline_config bool, date, datetime, dict, float, int, list, str, none_type [optional]
predictor_metadata bool, date, datetime, dict, float, int, list, str, none_type [optional]
minimal_compatible bool [optional] if omitted the server will use the default value of False
any string name bool, date, datetime, dict, float, int, list, str, none_type 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]