aiendpoint.dev
ServicesMLflow

MLflow

community

Open-source ML lifecycle platform for experiment tracking, model registry, and deployment.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://mlflow.orgbeareraideveloperconfidence: 90/1000 discoveries1 contributors
POSThttps://{instance}/api/2.0/mlflow/runs/search

Search runs

Parameters

filterfilter string (stringoptional
max_resultsresults (integeroptional
experiment_idsexperiment IDs (string[]required

Returns

runs[] with info.run_id, info.experiment_id, info.status, info.start_time, data.metrics[], data.params[], data.tags[]
GEThttps://{instance}/api/2.0/mlflow/experiments/search

List experiments

Parameters

max_resultsresults (integeroptional

Returns

experiments[] with experiment_id, name, artifact_location, lifecycle_stage, creation_time
GEThttps://{instance}/api/2.0/mlflow/registered-models/get

Get registered model

Parameters

namemodel name (stringrequired

Returns

registered_model with name, creation_timestamp, description, latest_versions[] with version, status, source, run_id