Skip to content

MLflow:Rest

MLflow REST API를 사용하면 실험 및 실행을 생성, 나열 및 조회하고, 매개변수, 메트릭 및 아티팩트를 로깅할 수 있습니다.

API Path

이 API는 MLflow 추적 서버의 /api 경로에서 호스팅됩니다.

예를 들어, http://localhost:5000 에서 호스팅되는 추적 서버에서 실험을 검색하려면 http://localhost:5000/api/2.0/mlflow/experiments/search 로 POST 요청을 보냅니다.

INFORMATION

MLflow REST API는 모든 POST 요청에 대해 Content-Type: application/json 헤더가 필요합니다.

API List

See also

Favorite site