lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/image.rb in google-cloud-automl-0.5.1 vs lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/image.rb in google-cloud-automl-0.6.0
- old
+ new
@@ -52,42 +52,38 @@
# Optional. Type of the model. The available values are:
# * `cloud` - Model to be used via prediction calls to AutoML API.
# This is the default value.
# * `mobile-low-latency-1` - A model that, in addition to providing
# prediction via AutoML API, can also be exported (see
- # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel})
- # and used on a mobile or edge device with TensorFlow
- # afterwards. Expected to have low latency, but may have lower
- # prediction quality than other models.
+ # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel}) and used on a mobile or edge device
+ # with TensorFlow afterwards. Expected to have low latency, but
+ # may have lower prediction quality than other models.
# * `mobile-versatile-1` - A model that, in addition to providing
# prediction via AutoML API, can also be exported (see
- # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel})
- # and used on a mobile or edge device with TensorFlow
- # afterwards.
+ # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel}) and used on a mobile or edge device
+ # with TensorFlow afterwards.
# * `mobile-high-accuracy-1` - A model that, in addition to providing
# prediction via AutoML API, can also be exported (see
- # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel})
- # and used on a mobile or edge device with TensorFlow
- # afterwards. Expected to have a higher latency, but should
- # also have a higher prediction quality than other models.
+ # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel}) and used on a mobile or edge device
+ # with TensorFlow afterwards. Expected to have a higher
+ # latency, but should also have a higher prediction quality
+ # than other models.
# * `mobile-core-ml-low-latency-1` - A model that, in addition to providing
# prediction via AutoML API, can also be exported (see
- # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel})
- # and used on a mobile device with Core ML afterwards. Expected
- # to have low latency, but may have lower prediction quality
- # than other models.
+ # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel}) and used on a mobile device with Core
+ # ML afterwards. Expected to have low latency, but may have
+ # lower prediction quality than other models.
# * `mobile-core-ml-versatile-1` - A model that, in addition to providing
# prediction via AutoML API, can also be exported (see
- # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel})
- # and used on a mobile device with Core ML afterwards.
+ # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel}) and used on a mobile device with Core
+ # ML afterwards.
# * `mobile-core-ml-high-accuracy-1` - A model that, in addition to
# providing prediction via AutoML API, can also be exported
- # (see
- # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel})
- # and used on a mobile device with Core ML afterwards. Expected
- # to have a higher latency, but should also have a higher
- # prediction quality than other models.
+ # (see {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel}) and used on a mobile device with
+ # Core ML afterwards. Expected to have a higher latency, but
+ # should also have a higher prediction quality than other
+ # models.
# @!attribute [rw] node_qps
# @return [Float]
# Output only. An approximate number of online prediction QPS that can
# be supported by this model per each node on which it is deployed.
# @!attribute [rw] node_count
@@ -106,9 +102,24 @@
# should also have a higher prediction quality than other
# models.
# * `cloud-low-latency-1` - A model to be used via prediction
# calls to AutoML API. Expected to have low latency, but may
# have lower prediction quality than other models.
+ # * `mobile-low-latency-1` - A model that, in addition to providing
+ # prediction via AutoML API, can also be exported (see
+ # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel}) and used on a mobile or edge device
+ # with TensorFlow afterwards. Expected to have low latency, but
+ # may have lower prediction quality than other models.
+ # * `mobile-versatile-1` - A model that, in addition to providing
+ # prediction via AutoML API, can also be exported (see
+ # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel}) and used on a mobile or edge device
+ # with TensorFlow afterwards.
+ # * `mobile-high-accuracy-1` - A model that, in addition to providing
+ # prediction via AutoML API, can also be exported (see
+ # {Google::Cloud::AutoML::V1beta1::AutoML::ExportModel AutoML::ExportModel}) and used on a mobile or edge device
+ # with TensorFlow afterwards. Expected to have a higher
+ # latency, but should also have a higher prediction quality
+ # than other models.
# @!attribute [rw] node_count
# @return [Integer]
# Output only. The number of nodes this model is deployed on. A node is an
# abstraction of a machine resource, which can handle online prediction QPS
# as given in the qps_per_node field.
\ No newline at end of file