Skip to content

Commit 3901004

Browse files
committed
ODSC-70761 Update telemetry model classifications
1 parent 0c1722d commit 3901004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/aqua/modeldeployment/deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ def _create_deployment(
803803
)
804804

805805
# we arbitrarily choose last 8 characters of OCID to identify MD in telemetry
806-
telemetry_kwargs = {"ocid": get_ocid_substring(deployment_id, key_len=8)}
806+
telemetry_kwargs = {"ocid": get_ocid_substring(deployment_id, key_len=8), "custom_base_model": True}
807807

808808
# tracks unique deployments that were created in the user compartment
809809
self.telemetry.record_event_async(

0 commit comments

Comments
 (0)