sagemaker-python-sdk icon indicating copy to clipboard operation
sagemaker-python-sdk copied to clipboard

A library for training and deploying machine learning models on Amazon SageMaker

Results 337 sagemaker-python-sdk issues
Sort by recently updated
recently updated
newest added

*Description of changes:* - Add PipelineVariable annotation in framework Estimator subclasses. The PipelineVariable annotation will be leveraged by a test mechanism: https://github.com/aws/sagemaker-python-sdk/pull/3163 to scan and check the incompatible issues between...

*Description of changes:* - Add PipelineVariable annotation in Amazon Estimator subclasses. The PipelineVariable annotation will be leveraged by a test mechanism: https://github.com/aws/sagemaker-python-sdk/pull/3163 to scan and check the incompatible issues between...

This is a draft (WIP) *Issue #, if available:* *Description of changes:* This changes adds a new field DisableProfiler in ProfilerConfig. The changes can be merged after the service package...

*Issue #, if available:* *Description of changes:* When containers run, such schema validation is applied anyways. So added `ANALYSIS_CONFIG_SCHEMA_V1_0` to shorten feedback. I also, added a flag for users to...

*Issue #, if available:* *Description of changes:* feature: support KeepAlivePeriodInSeconds for training job *Testing done:* 1. Unit tests passing 2. Tested with updated json model in SageMaker Notebooks ## Merge...

Currently you can deploy a serverless endpoint with, ```python predictor = model.deploy(serverless_inference_config=ServerlessInferenceConfig()) ``` however `serverless_inference_config` is not supported when you call `predictor.update_endpoint` you have to use a standard endpoint; ```python...

serverless

*Issue #, if available:* *Description of changes:* In the `sagemaker.spark.processing` module, the `PySparkProcessor` object constructor params `instance_type` and `instance_count` params have wrong typing: - `instance_type` is a `str` but is...

*Issue #, if available:* Closes #3326 *Description of changes:* Makes using local mode more friendly with python 3.10. Docker 6.0.0 has quite a few bug fixes as well. Users can...

*Issue #, if available:* Adding DCA/LCK Neo Configurations *Description of changes:* Adding DCA/LCK Neo Configurations *Testing done:* Minor changes. ## Merge Checklist _Put an `x` in the boxes that apply....

We recently started supporting feature for heterogeneousClusters and missed this part where we return instanceCount from ResourceConfig -> InstanceType For heterogeneousCluster jobs the total instanceCount is sum total of the...