maxPredictionFps property

  1. @TagNumber(1)
int maxPredictionFps

The max prediction frame per second. This attribute sets how fast the operator sends prediction requests to Vertex AI endpoint. Default value is 0, which means there is no max prediction fps limit. The operator sends prediction requests at input fps.

Implementation

@$pb.TagNumber(1)
$core.int get maxPredictionFps => $_getIZ(0);
  1. @TagNumber(1)
void maxPredictionFps=(int v)

Implementation

@$pb.TagNumber(1)
set maxPredictionFps($core.int v) { $_setSignedInt32(0, v); }