PySDK Version
Describe the bug
ModelBuilder expects a vpc_config data member on Networking but Networking does not have one
To reproduce
Create a ModelBuilder with a Networking argument. Attempting to run it throws an error about Networking not having a vpc_config member
Expected behavior
Networking can be use with ModelBuilder
Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.
System information
A description of your system. Please provide:
- SageMaker Python SDK version: 3
- Framework name (eg. PyTorch) or algorithm (eg. KMeans): Sklearn
- Framework version: 1.4.2
- Python version: 3.11
- CPU or GPU: CPU
- Custom Docker image (Y/N): N
Additional context
Add any other context about the problem here.
PySDK Version
Describe the bug
ModelBuilder expects a
vpc_configdata member on Networking but Networking does not have oneTo reproduce
Create a ModelBuilder with a Networking argument. Attempting to run it throws an error about
Networkingnot having avpc_configmemberExpected behavior
Networking can be use with
ModelBuilderScreenshots or logs
If applicable, add screenshots or logs to help explain your problem.
System information
A description of your system. Please provide:
Additional context
Add any other context about the problem here.