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
10
11
12
13
class InferenceSDKDeprecationWarning(Warning):
    """Class used for warning of deprecated features in the Inference SDK"""

    pass