SageMaker
sagemaker.readthedocs.io
Amazon SageMaker Python SDK — sagemaker 2.254.1 documentation
Amazon SageMaker Python SDK is an open source library for training and deploying machine-learned models on Amazon SageMaker.
Use Version 2.x of the SageMaker Python SDK
To use those versions of TensorFlow, you must specify the Docker image URI explicitly, and configure settings via hyperparameters or environment variables rather than using SDK parameters. For more information, see Upgrade from Legacy TensorFlow Support. The SageMaker Python SDK CLI has been ...
Using the SageMaker Python SDK
The SageMaker Python SDK allows you to specify a name and a regular expression for metrics you want to track for training. A regular expression (regex) matches what is in the training algorithm logs, like a search function.
Amazon SageMaker Model Monitor
Amazon SageMaker Model Monitor allows you to create a set of baseline statistics and constraints using the data with which your model was trained, then set up a schedule to monitor the predictions made on your endpoint.
Amazon SageMaker Model Building Pipeline
In order to create pipeline steps and eventually construct a SageMaker pipeline, you provide parameters within a Python script or notebook. The SageMaker Python SDK creates a pipeline definition by translating these parameters into SageMaker job attributes. Some of these attributes, when changed, ...
GitHub
github.com › aws › sagemaker-python-sdk
GitHub - aws/sagemaker-python-sdk: A library for training and deploying machine learning models on Amazon SageMaker
SageMaker Python SDK is an open source library for training and deploying machine learning models on Amazon SageMaker.
Starred by 2.2K users
Forked by 1.2K users
Languages Python 88.3% | Jupyter Notebook 11.7%
Videos
02:23
How To Get Started With Amazon Sagemaker SDK (You Don't Need ...
40:35
Introduction to AWS SageMaker with Python - YouTube
12:21
LLM Fast Model Loader Using SageMaker Python SDK - YouTube
53:32
AWS Sagemaker tutorial | Build and deploy a Machine Learning API ...
SageMaker Studio: ML Development Overview - AWS
MOSTLY AI SDK on AWS SageMaker Unified Studio
AWS
docs.aws.amazon.com › amazon sagemaker › developer guide › amazon sagemaker ai reference › api reference › apis, cli, and sdks
APIs, CLI, and SDKs - Amazon SageMaker AI
Amazon SageMaker AI provides APIs, SDKs, and a command line interface that you can use to create and manage notebook instances and train and deploy models.
SageMaker
sagemaker.readthedocs.io › en › stable › overview.html
Using the SageMaker Python SDK — sagemaker 2.254.1 documentation
SageMaker maintains a model zoo of over 600 models from popular open source model hubs, such as TensorFlow Hub, Pytorch Hub, and HuggingFace. You can use the SageMaker Python SDK to fine-tune a model on your own dataset or deploy it directly to a SageMaker endpoint for inference.
AWS
docs.aws.amazon.com › sagemaker
Amazon SageMaker AI Documentation
Free delivery on millions of items with Prime. Low prices across earth's biggest selection of books, music, DVDs, electronics, computers, software, apparel & accessories, shoes, jewelry, tools & hardware, housewares, furniture, sporting goods, beauty & personal care, groceries & just about anything else.
PyPI
pypi.org › project › sagemaker › 1.4.0
sagemaker · PyPI
With the SDK, you can train and deploy models using popular deep learning frameworks: **Apache MXNet** and **TensorFlow**. You can also train and deploy models with **Amazon algorithms**, these are scalable implementations of core machine learning ...
» pip install sagemaker
AWS
docs.aws.amazon.com › amazon sagemaker › developer guide › model training › distributed training in amazon sagemaker ai › sagemaker model parallelism library v2 › (archived) sagemaker model parallelism library v1.x › run a sagemaker distributed training job with model parallelism › step 2: launch a training job using the sagemaker python sdk
Step 2: Launch a Training Job Using the SageMaker Python SDK - Amazon SageMaker AI
"processes_per_host" – Required. Specify the number of processes MPI should launch on each host. In SageMaker AI, a host is a single Amazon EC2 ML instance. The SageMaker Python SDK maintains a one-to-one mapping between processes and GPUs across model and data parallelism.
GitHub
github.com › aws › sagemaker-python-sdk › releases
Releases · aws/sagemaker-python-sdk
A library for training and deploying machine learning models on Amazon SageMaker - aws/sagemaker-python-sdk
Author aws
SageMaker
sagemaker.readthedocs.io › en › stable › v2.html
Use Version 2.x of the SageMaker Python SDK — sagemaker 2.254.1 documentation
To use those versions of TensorFlow, ... than using SDK parameters. For more information, see Upgrade from Legacy TensorFlow Support. The SageMaker Python SDK CLI has been removed....
AWS
sdk.amazonaws.com › java › api › latest › software › amazon › awssdk › services › sagemaker › SageMakerClient.html
SageMakerClient (AWS SDK for Java - 2.38.2)
Creates a configuration for running a SageMaker AI image as a KernelGateway app. The configuration specifies the Amazon Elastic File System storage volume on the image, and a list of the kernels in the image. ... Result of the CreateAppImageConfig operation returned by the service. ... (Consumer<CreateAppImageConfigRequest.Builder> createAppImageConfigRequest) throws ResourceInUseException, AwsServiceException, SdkClientException, SageMakerException
AWS
docs.aws.amazon.com › amazon sagemaker › developer guide › amazon sagemaker ai reference › api reference
API Reference - Amazon SageMaker AI
Making API calls directly from code is cumbersome, and requires you to write code to authenticate your requests. Amazon SageMaker AI provides the following alternatives:
Amazon Web Services
boto3.amazonaws.com › v1 › documentation › api › latest › reference › services › sagemaker.html
SageMaker - Boto3 1.42.10 documentation
Provides APIs for creating and managing SageMaker resources.
GitHub
github.com › aws › amazon-sagemaker-examples
GitHub - aws/amazon-sagemaker-examples: Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
This SDK introduces the resource chaining feature, allowing developers to pass resource objects as parameters, eliminating manual parameter specification and simplifying code management.
Starred by 10.8K users
Forked by 7K users
Languages Jupyter Notebook 94.2% | Python 4.9% | Roff 0.6% | Shell 0.2% | Dockerfile 0.1% | HTML 0.0%
AWS
docs.aws.amazon.com › AWSJavaScriptSDK › latest › AWS › SageMaker.html
Class: AWS.SageMaker — AWS SDK for JavaScript
We recommend that you migrate to AWS SDK for JavaScript v3. For dates, additional details, and information on how to migrate, please refer to the linked announcement. ... Constructs a service interface object. Each API operation is exposed as a function on service. Provides APIs for creating and managing SageMaker ...
DEV Community
dev.to › temmie › a-practical-introduction-to-amazon-sagemaker-python-sdk-1l9o
A Practical Introduction to Amazon SageMaker Python SDK - DEV Community
February 27, 2023 - S3 is the primary location for storing training data and the destination for exporting training artifacts like models. The SDK provides Preprocessors and Estimators as the fundamental interfaces for data preprocessing and model training. These two APIs are simply wrappers for Sagemaker Docker containers.
GitHub
github.com › aws › sagemaker-core
GitHub - aws/sagemaker-core
Welcome to the sagemaker-core Python SDK, an SDK designed to provide an object-oriented interface for interacting with Amazon SageMaker resources. It offers full parity with SageMaker APIs, allowing developers to leverage all SageMaker capabilities ...
Starred by 21 users
Forked by 18 users
Languages Python 94.1% | Jupyter Notebook 5.9%
AWS
docs.aws.amazon.com › sdk-for-go › api › service › sagemaker
sagemaker - Amazon Web Services - Go SDK
Package sagemaker provides the client and types for making API requests to Amazon SageMaker Service.
npm
npmjs.com › package › @aws-sdk › client-sagemaker
@aws-sdk/client-sagemaker - npm
» npm install @aws-sdk/client-sagemaker
Published Nov 24, 2025
Version 3.939.0
Author AWS SDK for JavaScript Team
Repository https://github.com/aws/aws-sdk-js-v3
Anaconda.org
anaconda.org › conda-forge › sagemaker-python-sdk
Sagemaker Python Sdk | Anaconda.org
Open source library for training and deploying models on Amazon SageMaker. copied from cf-post-staging / sagemaker-python-sdk