We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a93d66 commit 06e53daCopy full SHA for 06e53da
src/sagemaker/inference_recommender/__init__.py
@@ -12,4 +12,7 @@
12
# language governing permissions and limitations under the License.
13
"""Classes for using Inference Recommender with Amazon SageMaker."""
14
from __future__ import absolute_import
15
-from inference_recommender_mixin import Phase, ModelLatencyThreshold # noqa: F401
+from sagemaker.inference_recommender.inference_recommender_mixin import ( # noqa: F401
16
+ Phase,
17
+ ModelLatencyThreshold,
18
+)
0 commit comments