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-09 UTC."],[[["This page documents the `AutoMlVideoObjectTrackingInputs.Types.ModelType` enum within the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace."],["The enum defines various model types, including those optimized for Google Cloud, Google Coral devices, and NVIDIA Jetson devices, as well as versatile models for mobile or edge use."],["Each model type has a specific purpose, such as `Cloud` models for internal Google Cloud use, low-latency options like `MobileCoralLowLatency1` and `MobileJetsonLowLatency1`, or versatile options like `MobileCoralVersatile1`, `MobileJetsonVersatile1` and `MobileVersatile1`."],["The `Mobile` based model types are able to be exported for usage on the intended device, while the `Cloud` version is designed specifically for Google Cloud usage."],["The `Unspecified` field should not be set."]]],[]]