Interface ImageObjectDetectionModelDeploymentMetadataOrBuilder (2.3.14)

public interface ImageObjectDetectionModelDeploymentMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNodeCount()

public abstract long getNodeCount()

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. Must be between 1 and 100, inclusive on both ends.

int64 node_count = 1;

Returns
TypeDescription
long

The nodeCount.