in src/main/java/com/google/solutions/df/log/aggregations/common/fraud/detection/PredictTransform.java [241:247]
public PredictRemote(String projectId, String modelId, String versionId, Double probability) {
this.projectId = projectId;
this.modelId = modelId;
this.versionId = versionId;
this.probability = probability;
this.contentType = "application/json";
}