public enum AutoMlImageSegmentationInputs.Types.ModelType
Namespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
CloudHighAccuracy1 |
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. |
Unspecified |
Should not be set. |