A model best tailored to be used within Google Cloud, and which cannot
be exported. Default.
MobileJetsonVersatile1
A model that, in addition to being available within Google Cloud, can
also be exported (see ModelService.ExportModel) to a Jetson device
afterwards.
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 page details the `AutoMlVideoClassificationInputs.Types.ModelType` enum, which is part of the `Google.Cloud.AIPlatform.V1` library for .NET."],["The enum is found within the `Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition` namespace, specifically in the `Google.Cloud.AIPlatform.V1.dll` assembly."],["It lists 4 possible fields: `Cloud`, `MobileJetsonVersatile1`, `MobileVersatile1`, and `Unspecified`, which all correspond to different model types suited for cloud use, export to Jetson devices, export as TensorFlow/TensorFlow Lite models for mobile devices or unspecified types respectively."],["The page provides links to documentation for various versions of the `AutoMlVideoClassificationInputs.Types.ModelType` enum, ranging from version 1.0.0 to 3.22.0, with 3.22.0 being the latest."],["The default option within the enum is the `Cloud` model type."]]],[]]