File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 81
81
# NOTE: When adding a new prediction_type's, ensure it fits the pattern
82
82
# "automl_image_{prediction_type}_*" used by the YAML schemas on GCS
83
83
AUTOML_IMAGE_PREDICTION_MODEL_TYPES = {
84
- "classification" : {"CLOUD" } | MOBILE_TF_MODEL_TYPES ,
85
- "object_detection" : {"CLOUD_HIGH_ACCURACY_1" , "CLOUD_LOW_LATENCY_1" }
84
+ "classification" : {"CLOUD" , "CLOUD_1" } | MOBILE_TF_MODEL_TYPES ,
85
+ "object_detection" : {"CLOUD_1" , " CLOUD_HIGH_ACCURACY_1" , "CLOUD_LOW_LATENCY_1" }
86
86
| MOBILE_TF_MODEL_TYPES ,
87
87
}
88
88
Original file line number Diff line number Diff line change @@ -5276,6 +5276,9 @@ def __init__(
5276
5276
"CLOUD" - Default for Image Classification.
5277
5277
A Model best tailored to be used within Google Cloud, and
5278
5278
which cannot be exported.
5279
+ "CLOUD_1" - A model type best tailored to be used within Google Cloud,
5280
+ which cannot be exported externally. Compared to the CLOUD model
5281
+ above, it is expected to have higher prediction accuracy.
5279
5282
"CLOUD_HIGH_ACCURACY_1" - Default for Image Object Detection.
5280
5283
A model best tailored to be used within Google Cloud, and
5281
5284
which cannot be exported. Expected to have a higher latency,
You can’t perform that action at this time.
0 commit comments