lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/image.rb in google-cloud-automl-0.3.0 vs lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/image.rb in google-cloud-automl-0.4.0

- old
+ new

@@ -84,10 +84,19 @@ # (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 + # @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 node_qps field. class ImageClassificationModelMetadata; end # Model metadata specific to image object detection. # @!attribute [rw] model_type # @return [String] @@ -119,11 +128,11 @@ # `train_cost` will be equal or less than this value. If further model # training ceases to provide any improvements, it will stop without using # full budget and the stop_reason will be `MODEL_CONVERGED`. # Note, node_hour = actual_hour * number_of_nodes_invovled. # For model type `cloud-high-accuracy-1`(default) and `cloud-low-latency-1`, - # the train budget must be between 20,000 and 2,000,000 milli node hours, + # the train budget must be between 20,000 and 900,000 milli node hours, # inclusive. The default value is 216, 000 which represents one day in # wall time. # For model type `mobile-low-latency-1`, `mobile-versatile-1`, # `mobile-high-accuracy-1`, `mobile-core-ml-low-latency-1`, # `mobile-core-ml-versatile-1`, `mobile-core-ml-high-accuracy-1`, the train @@ -140,10 +149,11 @@ # @!attribute [rw] node_count # @return [Integer] # Input only. The number of nodes to deploy the model on. A node is an # abstraction of a machine resource, which can handle online prediction QPS # as given in the model's - # {Google::Cloud::AutoML::V1p1beta::ImageClassificationModelMetadata#node_qps node_qps}. + # + # {Google::Cloud::AutoML::V1beta1::ImageClassificationModelMetadata#node_qps node_qps}. # Must be between 1 and 100, inclusive on both ends. class ImageClassificationModelDeploymentMetadata; end # Model deployment metadata specific to Image Object Detection. # @!attribute [rw] node_count \ No newline at end of file