Skip to content

Commit 93f539d

Browse files
committed
removed unused code
1 parent 2a5d9a4 commit 93f539d

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

ads/aqua/modeldeployment/deployment.py

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,24 +1309,4 @@ def list_shapes(self, **kwargs) -> List[ComputeShapeSummary]:
13091309
or gpu_specs.shapes.get(oci_shape.name.upper()),
13101310
)
13111311
for oci_shape in oci_shapes
1312-
]
1313-
1314-
def get_deployment_status(self,model_deployment_id: str, work_request_id : str) :
1315-
# category= "aqua/{model_type}/deployment/status", action= "FAILED/SUCCEEDED", detail="Error message from Work request", value= {"ocid": md_ocid[:8]}
1316-
# # tracks unique evaluation that were created for the given evaluation source
1317-
# self.telemetry.record_event_async(
1318-
# category="aqua/evaluation",
1319-
# action="create",
1320-
# detail=self._get_service_model_name(evaluation_source),
1321-
# )
1322-
1323-
1324-
return
1325-
1326-
def get_deployment_status_async(self,model_deployment_id: str, work_request_id : str) :
1327-
# tracks unique evaluation that were created for the given evaluation source
1328-
self.telemetry.record_event_async(
1329-
category="aqua/evaluation",
1330-
action="create",
1331-
detail=self._get_service_model_name(evaluation_source),
1332-
)
1312+
]

0 commit comments

Comments
 (0)