Describe the bug
In version 1.0.36 AsyncInferenceConfig class can not be imported from sagemaker_core.resources, even though it is available in version 1.0.28.
To reproduce
Install version 1.0.36 and try to run from sagemaker_core.resources import AsyncInferenceConfig.
Expected behavior
Successful import.
Screenshots or logs

Bug information
A description of your system. Please provide:
- SageMaker Core version: 1.0.36
- Python version: 3.12.9
- Is the issue with autogen code or with generate code ?:
Additional context
.
Describe the bug
In version 1.0.36
AsyncInferenceConfigclass can not be imported fromsagemaker_core.resources, even though it is available in version 1.0.28.To reproduce
Install version 1.0.36 and try to run
from sagemaker_core.resources import AsyncInferenceConfig.Expected behavior
Successful import.
Screenshots or logs
Bug information
A description of your system. Please provide:
Additional context
.