A model to be used via prediction calls to uCAIP API. Expected
to have a higher latency, but should also have a higher prediction
quality than other models.
CloudLowAccuracy1
A model to be used via prediction calls to uCAIP API. Expected
to have a lower latency but relatively lower prediction quality.
MobileTfLowLatency1
A model that, in addition to being available within Google
Cloud, can also be exported (see ModelService.ExportModel) as TensorFlow
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.
[[["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 content describes an enum called `AutoMlImageSegmentationInputs.Types.ModelType` within the `Google.Cloud.AIPlatform.V1Beta1` namespace for .NET."],["This enum is defined in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly and is part of the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace."],["It offers four distinct model types: `CloudHighAccuracy1`, `CloudLowAccuracy1`, `MobileTfLowLatency1`, and `Unspecified`, each with specific use cases and performance characteristics, such as latency and prediction quality."],["The `CloudHighAccuracy1` and `CloudLowAccuracy1` models are designed for use via prediction calls to the uCAIP API, while `MobileTfLowLatency1` is suitable for mobile or edge device deployment as a TensorFlow model after being exported."],["The latest version available is 1.0.0-beta21 for this enum, with version 1.0.0-beta20 also available for referencing."]]],[]]