A Model best tailored to be used within Google Cloud, and which cannot
be exported.
Default.
MobileTfHighAccuracy1
A model that, in addition to being available within Google
Cloud, can also be exported (see ModelService.ExportModel) as TensorFlow
or Core ML model and used on a mobile or edge device afterwards.
Expected to have a higher latency, but should also have a higher
prediction quality than other mobile models.
MobileTfLowLatency1
A model that, in addition to being available within Google
Cloud, can also be exported (see ModelService.ExportModel) as TensorFlow
or Core ML model and used on a mobile or edge device afterwards.
Expected to have low latency, but may have lower prediction
quality than other mobile models.
MobileTfVersatile1
A model that, in addition to being available within Google
Cloud, can also be exported (see ModelService.ExportModel) as TensorFlow
or Core ML model and used on a mobile or edge device with 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."],[[["The latest version available is 1.0.0-beta21, which falls under the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition.AutoMlImageClassificationInputs.Types.ModelType` namespace."],["The `AutoMlImageClassificationInputs.Types.ModelType` enum defines several model types for image classification, each suited to different use cases."],["Model types `MobileTfHighAccuracy1`, `MobileTfLowLatency1`, and `MobileTfVersatile1` are designed for export and use on mobile or edge devices, offering trade-offs between latency and prediction quality."],["The `Cloud` model type is specifically designed for use within Google Cloud and is not exportable, meanwhile, `Unspecified` is a field that should not be set."]]],[]]