We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bb7f2 commit 7264ccdCopy full SHA for 7264ccd
sdk/ai/azure-ai-generative/azure/ai/generative/evaluate/_evaluate.py
@@ -185,7 +185,7 @@ def _evaluate(
185
186
log_property_and_tag(
187
"_azureml.evaluation_run",
188
- "azure-ai-generative-parent" if run.data.tags.get("mlflow.rootRunId") is None else "azure-ai-generative"
+ "azure-ai-generative-parent" if run.data.tags.get("mlflow.parentRunId") is None else "azure-ai-generative"
189
)
190
# Log input is a preview feature behind an allowlist. Uncomment this line once the feature is broadly available.
191
# log_input(data=data, data_is_file=_data_is_file)
0 commit comments