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