sagemaker-python-sdk
sagemaker-python-sdk copied to clipboard
A library for training and deploying machine learning models on Amazon SageMaker
**Describe the bug** The `kms_key` used to [encrypt either the user code file or local inputs when uploading to S3](https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/processing.py#L367-L434) should default to `output_kms_key`. This would align the behaviour of...
**Describe the feature you'd like** An explicit parameter to skip endpoint validation when calling create_monitoring_schedule and passing an EndpointInput object. Currently SageMaker verifies that an endpoint exists in the same...
When trying to reference a pipeline parameter of type `ParameterInteger` when creating a pipeline job, I get the following error: `botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the CreatePipeline operation:...
**Describe the bug** When running a SageMaker container using the default [PyTorch inference Transformer](https://github.com/aws/sagemaker-pytorch-inference-toolkit/blob/master/src/sagemaker_inference/transformer.py#L148), when specifying a [UTF-8 Content-Type](https://github.com/aws/sagemaker-pytorch-inference-toolkit/blob/master/src/sagemaker_inference/content_types.py#L22) (`application/json`, `text/csv`), the TorchServe [`inference.py`](https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/serve/model_server/torchserve/inference.py#L74) implementation will throw an error during...
*Issue #, if available:* *Description of changes:* re-add Clarify image accounts for isof *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill...
*Issue #, if available:* *Description of changes:* *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR....
This link: [https://sagemaker.readthedocs.io/en/stable/workflows/step_functions/index.html](https://sagemaker.readthedocs.io/en/stable/workflows/step_functions/index.html) from the workflows/step functions page in the documentation timed out repeatedly, doesn't seem like it's open access content anymore
**Describe the bug** When I create a Pipeline with two NotebookJobStep steps and both steps were created using the same dict as environment_variables parameter the first step is run with...
**Describe the bug** If you use an initialization_script that doesn't exist in NotebookJobStep you receive an error message that informs the input notebook name instead of the initialization_script name. The...
**Describe the feature you'd like** In non-local mode, I can pass a role to each step of my SageMaker Pipeline and this role will be assumed in that step. Hence,...