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

public enum AutoMlImageClassificationInputs.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 cannot be exported. Default.

MobileTfHighAccuracy1

A model that, in addition to being available within Google Cloud, can also be exported (see ModelService.ExportModel) as TensorFlow or Core ML model and used on a mobile or edge device afterwards. Expected to have a higher latency, but should also have a higher prediction quality than other mobile models.

MobileTfLowLatency1

A model that, in addition to being available within Google Cloud, can also be exported (see ModelService.ExportModel) as TensorFlow or Core ML 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.

MobileTfVersatile1

A model that, in addition to being available within Google Cloud, can also be exported (see ModelService.ExportModel) as TensorFlow or Core ML model and used on a mobile or edge device with afterwards.

Unspecified

Should not be set.