@@ -5338,6 +5338,21 @@ def __init__(
5338
5338
or Core ML model and used on a mobile or edge device afterwards.
5339
5339
Expected to have a higher latency, but should also have a higher
5340
5340
prediction quality than other mobile models.
5341
+ "EFFICIENTNET" - A model that, available in Vertex Model Garden image
5342
+ classification training with customizable hyperparameters. Best tailored
5343
+ to be used within Google Cloud, and cannot be exported externally.
5344
+ "RESNET" - A model that, available in Vertex Model Garden image
5345
+ classification training with customizable hyperparameters. Best tailored
5346
+ to be used within Google Cloud, and cannot be exported externally.
5347
+ "VIT" - A model that, available in Vertex Model Garden image
5348
+ classification training with customizable hyperparameters. Best tailored
5349
+ to be used within Google Cloud, and cannot be exported externally.
5350
+ "COCA" - A model that, available in Vertex Model Garden image
5351
+ classification training with customizable hyperparameters. Best tailored
5352
+ to be used within Google Cloud, and cannot be exported externally.
5353
+ "SPINENET" - A model that, available in Vertex Model Garden image object
5354
+ detection training with customizable hyperparameters. Best tailored
5355
+ to be used within Google Cloud, and cannot be exported externally.
5341
5356
base_model: Optional[models.Model] = None
5342
5357
Optional. Only permitted for Image Classification models.
5343
5358
If it is specified, the new model will be trained based on the `base` model.
0 commit comments