I have install sagemaker sdk packages by using "pip install sagemaker" commend . I also can use the built in algorithms to train and deploy model . But I meet a problem when I try "from sagemaker.tensorflow import Tensorflow",that produce a error "tensorflow module is note found". Then I check "Anaconda3-Lib-site_packages-sagemaker-tensorflow" directory of which structure is like following:

Then I set up tensorflow1.8 locally. When I run "from sagemaker.tensorflow import tensorflolw", it works. However ,this tensorflow is not Tensorflow api which sagemaker supports. So can you help me giving some advises about this question.