Cloud AI Platform v1 API - Enum AutoMlVideoActionRecognitionInputs.Types.ModelType (2.27.0)

public enum AutoMlVideoActionRecognitionInputs.Types.ModelType

Namespace

Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
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.