Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.36 KB

Application.md

File metadata and controls

21 lines (17 loc) · 1.36 KB

Pieces.Os.Core.SdkModel.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
Schema EmbeddedModelSchema [optional]
Id string The ID of the application at the device level
Name ApplicationNameEnum
VarVersion string This is the specific version number 0.0.0
Platform PlatformEnum
Onboarded bool
Privacy PrivacyEnum
Capabilities CapabilitiesEnum [optional]
Mechanism MechanismEnum [optional]
AutomaticUnload 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]
Enrichment SeededAssetEnrichment [optional]

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