File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tests/unitary/default_setup/model Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 21
21
from oci .exceptions import ServiceError
22
22
from requests .structures import CaseInsensitiveDict
23
23
24
+ from ads .common import utils
24
25
from ads .common .auth import default_signer
25
26
from ads .common .object_storage_details import ObjectStorageDetails
26
27
from ads .common .oci_datascience import OCIDataScienceMixin
Original file line number Diff line number Diff line change 21
21
from ads .common .object_storage_details import ObjectStorageDetails
22
22
from ads .common .oci_mixin import OCIModelMixin
23
23
from ads .common .oci_resource import SEARCH_TYPE , OCIResource
24
- from ads .common .utils import MetadataArtifactPathType
24
+ from ads .model . common .utils import MetadataArtifactPathType
25
25
from ads .model .datascience_model import _MAX_ARTIFACT_SIZE_IN_BYTES
26
26
from ads .model .service .oci_datascience_model import (
27
27
ModelArtifactNotFoundError ,
You can’t perform that action at this time.
0 commit comments