get_artifact
Retrieve the value of a data artifact from a Metaflow task using its pathspec and artifact name.
Instructions
Get the value of a data artifact from a task.
Args: pathspec: Task pathspec like "FlowName/RunID/StepName/TaskID". name: Artifact name (e.g. "model", "result").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pathspec | Yes | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |