get_artifact_content
Read and return artifact content from an MLflow run by providing the run ID and artifact path, supporting text and JSON files.
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 |