File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
# Copyright (c) 2024, 2025 Oracle and/or its affiliates.
3
3
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
4
4
5
+
5
6
import json
6
7
import shlex
7
8
import threading
55
56
AquaDeploymentConfig ,
56
57
ConfigurationItem ,
57
58
ModelDeploymentConfigSummary ,
59
+ MultiModelDeploymentConfigLoader ,
58
60
)
59
61
from ads .aqua .modeldeployment .constants import DEFAULT_POLL_INTERVAL , DEFAULT_WAIT_TIME
60
62
from ads .aqua .modeldeployment .entities import (
64
66
CreateModelDeploymentDetails ,
65
67
)
66
68
from ads .aqua .modeldeployment .model_group_config import ModelGroupConfig
67
- from ads .aqua .modeldeployment .utils import MultiModelDeploymentConfigLoader
68
69
from ads .common .object_storage_details import ObjectStorageDetails
69
70
from ads .common .utils import UNKNOWN , get_log_links
70
71
from ads .common .work_request import DataScienceWorkRequest
You can’t perform that action at this time.
0 commit comments