Class: Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/image.rb

Overview

Model deployment metadata specific to Image Object Detection.

Instance Attribute Summary collapse

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

[qps_per_node][google.cloud.automl.v1beta1.ImageObjectDetectionModelMetadata.qps_per_node]. 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

    [qps_per_node][google.cloud.automl.v1beta1.ImageObjectDetectionModelMetadata.qps_per_node]. Must be between 1 and 100, inclusive on both ends.



198
199
200
201
# File 'proto_docs/google/cloud/automl/v1beta1/image.rb', line 198

class ImageObjectDetectionModelDeploymentMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end