Class: Google::Cloud::AutoML::V1::ImageClassificationModelDeploymentMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ImageClassificationModelDeploymentMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/image.rb
Overview
Model deployment metadata specific to Image Classification.
Instance Attribute Summary collapse
-
#node_count ⇒ ::Integer
Input only.
Instance Attribute Details
#node_count ⇒ ::Integer
Returns 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 node_qps. Must be between 1 and 100, inclusive on both ends.
195 196 197 198 |
# File 'proto_docs/google/cloud/automl/v1/image.rb', line 195 class ImageClassificationModelDeploymentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |