[Feature Request] Non-private method to retrieve run details comparable to LocalStorageOperations.load_detail
#1079
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I am investigating the logging evaluation runs of Prompt flow using the
PFClient
. I am especially interested in logging the inter-node inputs and outputs of the flow which are not returned in any of the public facing methods (e.g.,get_metrics
,get_details
). These are readily available when visualizing withPFClient.runs.visualize
and the details are internally retrieved usingLocalStorageOperations.load_detail
.promptflow/src/promptflow/promptflow/_sdk/operations/_run_operations.py
Lines 271 to 272 in d5d3c1a
LocalStorageOperations
is not public facing class and I am hesitant to utilize it directly since it may be subject to undocumented changes.Describe the solution you'd like
Provide a public facing method to retrieve complete run details including inter-node inputs and outputs along with other information currently displayed in a flow visualization.
Describe alternatives you've considered
I have not found any alternatives of retrieving the desired run details but am open to other suggestions.
The text was updated successfully, but these errors were encountered: