Skip to content

Config

InferenceSDKDeprecationWarning ΒΆ

Bases: Warning

Class used for warning of deprecated features in the Inference SDK

Source code in inference_sdk/config.py
1
2
3
4
class InferenceSDKDeprecationWarning(Warning):
    """Class used for warning of deprecated features in the Inference SDK"""

    pass