CustomVision - CustomVisionTrainingClient can not be imported from azure.cognitiveservices.vision.customvision #11504
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
Cognitive - Custom Vision
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
azure-cognitiveservices-vision-customvision 2.0.0 on PyPi mentions:
To Reproduce
Steps to reproduce the behavior:
from azure.cognitiveservices.vision.customvision import CustomVisionTrainingClient
ImportError: cannot import name 'CustomVisionTrainingClient'
Importing it from
azure.cognitiveservices.vision.customvision.training
works.Expected behavior
Importing from
azure.cognitiveservices.vision.customvision
should work, or it should be updated in the documentation.Additional context
Related to #11503
The text was updated successfully, but these errors were encountered: