You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -100,6 +112,10 @@ class ModelSummaryList(SummaryList):
100
112
Filters the model list according to a lambda filter function, or list comprehension.
101
113
"""
102
114
115
+
@deprecated(
116
+
"2.6.6",
117
+
details="Use framework specific Model utility class for saving and deploying model. Check https://accelerated-data-science.readthedocs.io/en/latest/user_guide/model_registration/quick_start.html",
118
+
)
103
119
def__init__(
104
120
self,
105
121
model_catalog,
@@ -217,6 +233,10 @@ class Model:
217
233
"defined_metadata_list",
218
234
]
219
235
236
+
@deprecated(
237
+
"2.6.6",
238
+
details="Use framework specific Model utility class for saving and deploying model. Check https://accelerated-data-science.readthedocs.io/en/latest/user_guide/model_registration/quick_start.html",
details="Use framework specific Model utility class for saving and deploying model. Check https://accelerated-data-science.readthedocs.io/en/latest/user_guide/model_registration/quick_start.html",
details="Use framework specific Model utility class for saving and deploying model. Check https://accelerated-data-science.readthedocs.io/en/latest/user_guide/model_registration/quick_start.html",
0 commit comments