Application
A Model to describe what application a format/analytics event originated. mechanism: This will let us know where this came from. ie.only 2 enums are used here or else throw and error. default mechanism here is MANUAL- meaning that this came from our user Connecting an application. INTERNAL - means that this came from a shareable link
Properties
Name | Type | Description | Notes |
---|---|---|---|
var_schema | EmbeddedModelSchema | [optional] | |
id | str | The ID of the application at the device level | |
name | ApplicationNameEnum | ||
version | str | This is the specific version number 0.0.0 | |
platform | PlatformEnum | ||
onboarded | bool | ||
privacy | PrivacyEnum | ||
capabilities | CapabilitiesEnum | [optional] | |
mechanism | MechanismEnum | [optional] | |
automatic_unload | bool | This is a proper that will let us know if we will proactivity unload all of your machine learning models.by default this is false. | [optional] |