I am trying to import ModelStep using the code
from sagemaker.workflow.model_step import ModelStep
But it is throwing the error ModuleNotFoundError: No module named 'sagemaker.workflow.model_step'
How can I resolve this issue?
I am trying to import ModelStep using the code
from sagemaker.workflow.model_step import ModelStep
But it is throwing the error ModuleNotFoundError: No module named 'sagemaker.workflow.model_step'
How can I resolve this issue?