Introduction to SageMaker-Core Python SDK
defaultSageMaker-Core is a new Python SDK providing an object-oriented interface for interacting with Amazon SageMaker resources like TrainingJob, Model, and Endpoint.
Key features include:
- Resource Chaining: Pass resource objects directly as parameters to simplify code and eliminate manual parameter specification.
- Abstraction: Handles low-level details such as resource state transitions and polling logic.
- Developer Experience: Provides auto code completion, type hints, and comprehensive documentation.
It is designed as an improvement over Boto3 for ML practitioners requiring full customization of AWS primitives.