public enum AutoMlVideoActionRecognitionInputs.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. |
MobileCoralVersatile1 |
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 Coral device afterwards. |
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. |
Unspecified |
Should not be set. |