Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::ImageClassificationModelDeploymentMetadata.
Model deployment metadata specific to Image Classification.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#node_count
def node_count() -> ::Integer
Returns
- (::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 node_qps. Must be between 1 and 100, inclusive on both ends.
#node_count=
def node_count=(value) -> ::Integer
Parameter
- value (::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 node_qps. Must be between 1 and 100, inclusive on both ends.
Returns
- (::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 node_qps. Must be between 1 and 100, inclusive on both ends.