Gokul Anantha Narayanan

Results 5 comments of Gokul Anantha Narayanan

Merged the fix here :https://github.com/aws/sagemaker-python-sdk/pull/4950.

Hi @josh-gree Have you explored the new interface ModelTrainer which is an upgrade to the Estimator ? https://sagemaker.readthedocs.io/en/stable/api/training/model_trainer.html https://aws.amazon.com/blogs/machine-learning/accelerate-your-ml-lifecycle-using-the-new-and-improved-amazon-sagemaker-python-sdk-part-1-modeltrainer/ The container entrypoint info is gotten through the source_code parameter. Please...

We'd recommend using ModelTrainer. ModelTrainer as the next-generation interface for the SageMaker Python SDK, and it’s designed to address many of the pain points you may have experienced with the...

As for the actual support for the parameters, looks like these parameters container_entrypoint and container_arguments are not supported at the API level. https://boto3.amazonaws.com/v1/documentation/api/1.26.85/reference/services/sagemaker/client/create_hyper_parameter_tuning_job.html. Will check with the API team and...

Thanks everyone for your patience. We the PYSDK team are actively looking into finding a solution that works without breaking existing functionalities. We are hoping to resolve this by 9/19/2025....