Skip to content

Commit 4bbb213

Browse files
committed
Update category for telemetry model and shape used in deployment and finetune.
- added tracking shapes for evaluation
1 parent 254ff51 commit 4bbb213

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ads/aqua/evaluation.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,14 @@ def create(
673673
),
674674
)
675675

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+
676684
# tracks unique evaluation that were created for the given evaluation source
677685
self.telemetry.record_event_async(
678686
category="aqua/evaluation",

0 commit comments

Comments
 (0)