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 254ff51 commit 4bbb213Copy full SHA for 4bbb213
ads/aqua/evaluation.py
@@ -673,6 +673,14 @@ def create(
673
),
674
)
675
676
+ # tracks shapes used in evaluation that were created for the given evaluation source
677
+ self.telemetry.record_event_async(
678
+ category="aqua/evaluation/create",
679
+ action="shape",
680
+ detail=create_aqua_evaluation_details.shape_name,
681
+ value=evaluation_source.display_name
682
+ )
683
+
684
# tracks unique evaluation that were created for the given evaluation source
685
self.telemetry.record_event_async(
686
category="aqua/evaluation",
0 commit comments