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
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/azure/cognitiveservices/vision/customvision/prediction/_configuration.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ def __init__(
33
33
raiseValueError("Parameter 'endpoint' must not be None.")
34
34
ifcredentialsisNone:
35
35
raiseValueError("Parameter 'credentials' must not be None.")
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/azure/cognitiveservices/vision/customvision/prediction/_custom_vision_prediction_client.py
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/azure/cognitiveservices/vision/customvision/prediction/models/__init__.py
+2
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
from ._modelsimportPrediction
24
24
from ._custom_vision_prediction_client_enumsimport (
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/azure/cognitiveservices/vision/customvision/prediction/models/_custom_vision_prediction_client_enums.py
+25
Original file line number
Diff line number
Diff line change
@@ -26,25 +26,31 @@ class CustomVisionErrorCodes(str, Enum):
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/azure/cognitiveservices/vision/customvision/prediction/models/_models.py
+33-17
Original file line number
Diff line number
Diff line change
@@ -62,25 +62,29 @@ class CustomVisionError(Model):
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/azure/cognitiveservices/vision/customvision/prediction/models/_models_py3.py
+33-17
Original file line number
Diff line number
Diff line change
@@ -62,25 +62,29 @@ class CustomVisionError(Model):
0 commit comments