[MODIFY] ExperimentsController에서 MLflow artifact_location 설정 주석 처리

main
bjkim 8 months ago
parent cb3887be4f
commit 7f00c5e658

@ -171,7 +171,7 @@ public class ExperimentsController {
// 2⃣ MLflow 등록
Map<String, Object> mlflowPayload = new HashMap<>();
mlflowPayload.put("name", saved.getDisplayName());
mlflowPayload.put("artifact_location", "/default/artifacts");
//mlflowPayload.put("artifact_location", "/default/artifacts");
return webClientBuilder.build()
.post()

Loading…
Cancel
Save