id property
Output only. The ID of the export format. The possible format IDs are:
-
tfliteUsed for Android mobile devices. -
edgetpu-tfliteUsed for Edge TPU devices. -
tf-saved-modelA tensorflow model in SavedModel format. -
tf-jsA TensorFlow.js model that can be used in the browser and in Node.js using JavaScript. -
core-mlUsed for iOS mobile devices. -
custom-trainedA Model that was uploaded or trained by custom code.
Implementation
final String id;