Interface ImageObjectDetectionModelDeploymentMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getNodeCount()
      Input only.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getNodeCount

        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][google.cloud.automl.v1beta1.ImageObjectDetectionModelMetadata.qps_per_node].
         Must be between 1 and 100, inclusive on both ends.
         
        int64 node_count = 1;
        Returns:
        The nodeCount.