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-01 UTC."],[[["This webpage provides a comprehensive list of versions for `Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition.AutoMlVideoObjectTrackingInputs.Types.ModelType`, ranging from version 1.0.0 to the latest version 3.22.0."],["The `ModelType` is an enumeration that defines different types of models within the `Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition` namespace."],["Different model types are described, including those optimized for Google Cloud usage (`Cloud`), mobile and edge devices (`MobileVersatile1`), and specific devices like Google Coral (`MobileCoralLowLatency1`, `MobileCoralVersatile1`) and NVIDIA Jetson (`MobileJetsonLowLatency1`, `MobileJetsonVersatile1`)."],["The `Unspecified` model type is to be avoided and should not be set, and the default `Cloud` type is best used within Google Cloud."],["Most model types can be exported for use on different types of devices as TensorFlow or TensorFlow Lite models, with the `ModelService.ExportModel` option being available."]]],[]]