Skip to content

Commit 600cb3e

Browse files
Removing MD client
1 parent db2cc99 commit 600cb3e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

ads/common/oci_client.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (c) 2021, 2024 Oracle and/or its affiliates.
3+
# Copyright (c) 2021, 2025 Oracle and/or its affiliates.
44
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
55

66
import logging
@@ -18,7 +18,6 @@
1818
from oci.limits import LimitsClient
1919
from oci.logging import LoggingManagementClient
2020
from oci.marketplace import MarketplaceClient
21-
from oci.model_deployment import ModelDeploymentClient
2221
from oci.object_storage import ObjectStorageClient
2322
from oci.resource_search import ResourceSearchClient
2423
from oci.secrets import SecretsClient
@@ -70,7 +69,6 @@ def _client_impl(client):
7069
"vault": VaultsClient,
7170
"identity": IdentityClient,
7271
"compute": ComputeClient,
73-
"model_deployment": ModelDeploymentClient,
7472
"ai_language": AIServiceLanguageClient,
7573
"data_labeling_dp": DataLabelingClient,
7674
"data_labeling_cp": DataLabelingManagementClient,
@@ -116,10 +114,6 @@ def create_client(self, client_name):
116114
def object_storage(self):
117115
return self.create_client("object_storage")
118116

119-
@property
120-
def model_deployment(self):
121-
return self.create_client("model_deployment")
122-
123117
@property
124118
def compute(self):
125119
return self.create_client("compute")

0 commit comments

Comments
 (0)