Cloud AutoML V1 API - Class Google::Cloud::AutoML::V1::ImageObjectDetectionModelDeploymentMetadata (v0.5.1)

Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::ImageObjectDetectionModelDeploymentMetadata.

Model deployment metadata specific to Image Object Detection.

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 [qps_per_node][google.cloud.automl.v1.ImageObjectDetectionModelMetadata.qps_per_node]. 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 [qps_per_node][google.cloud.automl.v1.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.v1.ImageObjectDetectionModelMetadata.qps_per_node]. Must be between 1 and 100, inclusive on both ends.