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 0c1722d commit 3901004Copy full SHA for 3901004
ads/aqua/modeldeployment/deployment.py
@@ -803,7 +803,7 @@ def _create_deployment(
803
)
804
805
# 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)}
+ telemetry_kwargs = {"ocid": get_ocid_substring(deployment_id, key_len=8), "custom_base_model": True}
807
808
# tracks unique deployments that were created in the user compartment
809
self.telemetry.record_event_async(
0 commit comments