Skip to content

Commit d5114bc

Browse files
committed
change to warning
1 parent 875b4aa commit d5114bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sagemaker/debugger/framework_profile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def __init__(
144144
:class:`~sagemaker.debugger.metrics_config.DetailedProfilingConfig` class.
145145
Pass ``DetailedProfilingConfig()`` to use the default configuration.
146146
147-
.. deprecated::
147+
.. warning::
148148
149149
This detailed framework profiling feature discontinues support for TensorFlow v2.11
150150
and later. To use the detailed profiling feature, use previous versions of

src/sagemaker/debugger/metrics_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def __init__(
223223
if one of the two pairs is used. If both pairs are specified, a
224224
conflict error occurs.
225225
226-
.. deprecated::
226+
.. warning::
227227
228228
This detailed framework profiling feature discontinues support for TensorFlow v2.11
229229
and later. To use the detailed profiling feature, use previous versions of

0 commit comments

Comments
 (0)