Class: Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/image.rb

Overview

Model deployment metadata specific to Image Classification.

Instance Attribute Summary collapse

Instance Attribute Details

#node_countInteger

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.

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.



157
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/image.rb', line 157

class ImageClassificationModelDeploymentMetadata; end