AWS sagemaker documentation change
Summary
Updated imports and SDK references to use new core modules and serve/train components
Security assessment
Changes update class references and imports without modifying security controls or adding security documentation
Diff
diff --git a/sagemaker/latest/dg/jumpstart-curated-hubs-access-hubs.md b/sagemaker/latest/dg/jumpstart-curated-hubs-access-hubs.md index 16854808f..a597f90c0 100644 --- a//sagemaker/latest/dg/jumpstart-curated-hubs-access-hubs.md +++ b//sagemaker/latest/dg/jumpstart-curated-hubs-access-hubs.md @@ -49 +49 @@ If a hub is shared across accounts, then the `HUB_NAME` must be the hub ARN. If - from sagemaker import Session + from sagemaker.core.helper.session_helper import Session @@ -51,2 +51,3 @@ If a hub is shared across accounts, then the `HUB_NAME` must be the hub ARN. If - from sagemaker.jumpstart.model import JumpStartModel - from sagemaker.jumpstart.estimator import JumpStartEstimator + from sagemaker.serve import ModelBuilder + from sagemaker.train import ModelTrainer + from sagemaker.core.jumpstart.configs import JumpStartConfig