AttributeError: 'NoneType' object has no attribute '_create_model_request' #2993
Labels
component: hosting
Relates to the SageMaker Hosting Platform
component: model
Relates to SageMaker Model
Pending information
type: bug
Describe the bug
Create a model without specifying sagemaker_session and you get this error
To reproduce
if you add
sagemaker_session = Session()
to Model() it magically worksExpected behavior
work without specifying sagemaker_session
Screenshots or logs
System information
A description of your system. Please provide:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: