public BatchRequest()

in src/main/java/com/google/solutions/df/log/aggregations/common/fraud/detection/PredictTransform.java [162:164]


    public BatchRequest(Integer batchSize) {
      this.batchSize = batchSize;
    }