{"library":"sagemaker-containers","title":"SageMaker Containers","description":"Open source library for creating containers to run on Amazon SageMaker. Version 2.8.6.post2. This library is deprecated and no longer actively maintained; users should migrate to the SageMaker Training Toolkit and Inference Toolkit.","language":"python","status":"deprecated","last_verified":"Mon Apr 27","install":{"commands":["pip install sagemaker-containers"],"cli":null},"imports":["import sagemaker_containers","from sagemaker_containers import _modules"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import sagemaker_containers\n\n# Example: create a training environment\nfrom sagemaker_containers.beta import framework\n\nenv = framework.training_env()\nprint(env.current_host, env.hosts)\n\n# Note: This library is deprecated. Prefer sagemaker-training-toolkit for training containers.","lang":"python","description":"Initialize a SageMaker container environment and print the current host.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}