get_artifact_content
Retrieve the content of text or JSON artifacts from MLflow runs by specifying the run ID and artifact path.
Instructions
Read and return artifact content (for text/json files)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| artifact_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |