qidewenwhen

Results 9 issues of qidewenwhen

*Description of changes:* - Update callback step notebook as per recent sdk changes - Fix existing issues Note: This PR only fixes the code bugs of this notebook and make...

*Issue #, if available:* *Description of changes:* Reorganized pipeline notebooks and updated pipeline code as per the new version of the sdk *Testing done:* ## Merge Checklist _Put an `x`...

*Description of changes:* This PR does the following: - Add PipelineVariable annotation in `Model` and `TensorFlow`. The PipelineVariable annotation will be leveraged by a test mechanism: https://github.com/aws/sagemaker-python-sdk/pull/3163 to scan and...

*Description of changes:* Implement test mechanism for Pipeline variables to check if they are compatible with downstream classes *Testing done:* N/A ## Merge Checklist _Put an `x` in the boxes...

*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...

*Issue #, if available:* As the sagemaker pysdk is installed in both local client side and job side, we've received issues reported relating to the inconsistent sagemaker versions. For example,...

*Issue #, if available:* N/A *Description of changes:* This is a follow up change of the previous PR https://github.com/aws/sagemaker-python-sdk/pull/4372. With it, function step can be fully supported w.r.t selective pipeline...

*Issue #, if available:* The `basic-pipeline-batch-inference.ipynb` notebook failed in the distribution image for the version conflicts: ``` ValueError: Mismatched version between the Python package and the native shared object. Python...