Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.13 KB

Application.md

File metadata and controls

24 lines (19 loc) · 1.13 KB

core_openapi.model.Application

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
id String The ID of the application at the device level
name ApplicationNameEnum
version 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]

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