We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d6ffc commit c23b18bCopy full SHA for c23b18b
openlayer/__init__.py
@@ -1171,7 +1171,7 @@ def publish_batch_data(
1171
tar.add(tmp_dir, arcname=os.path.basename("batch_data"))
1172
1173
payload = {
1174
- "performGroundTruthMerge": False,
+ "performDataMerge": False,
1175
"earliestTimestamp": int(earliest_timestamp),
1176
"latestTimestamp": int(latest_timestamp),
1177
"rowCount": batch_row_count,
@@ -1322,7 +1322,7 @@ def update_data(
1322
df.to_csv(f"{tmp_dir}/dataset.csv", index=False)
1323
1324
1325
- "performGroundTruthMerge": True,
+ "performDataMerge": True,
1326
"groundTruthColumnName": ground_truth_column_name,
1327
"inferenceIdColumnName": inference_id_column_name,
1328
}
0 commit comments