A model best tailored to be used within Google Cloud, and which c annot
be exported. Default.
MobileCoralLowLatency1
A model that trades off quality for low latency, to be exported (see
ModelService.ExportModel) and used on a Google Coral device.
MobileCoralVersatile1
A versatile model that is meant to be exported (see
ModelService.ExportModel) and used on a Google Coral device.
MobileJetsonLowLatency1
A model that trades off quality for low latency, to be exported (see
ModelService.ExportModel) and used on an NVIDIA Jetson device.
MobileJetsonVersatile1
A versatile model that is meant to be exported (see
ModelService.ExportModel) and used on an NVIDIA Jetson device.
MobileVersatile1
A model that, in addition to being available within Google Cloud, can
also be exported (see ModelService.ExportModel) as a TensorFlow or
TensorFlow Lite model and used on a mobile or edge device afterwards.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This page documents the `AutoMlVideoObjectTrackingInputs.Types.ModelType` enum, which is found within the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The `ModelType` enum defines various model types for AutoML video object tracking, including cloud-based models and those designed for export to Google Coral, NVIDIA Jetson, or other mobile/edge devices."],["Available model types are `Cloud`, `MobileCoralLowLatency1`, `MobileCoralVersatile1`, `MobileJetsonLowLatency1`, `MobileJetsonVersatile1`, `MobileVersatile1`, and `Unspecified`, each with a specific purpose and target platform."],["The `Cloud` model is the default, intended for use within Google Cloud and cannot be exported, whereas other models like `MobileVersatile1` are designed to be exported and utilized on mobile or edge devices."]]],[]]