AWS Fundamentals Logo
AWS Fundamentals
aws sagemaker

AWS Amazon SageMaker CLI Commands

379 CLI commands available for Amazon SageMaker.

CommandSample
add-association

Creates an association between the source and the destination. A source can be associated with multiple destinations, and a destination can be associated with multiple sources. An association is a lineage tracking entity. For more information, see Amazon SageMaker ML Lineage Tracking.

add-tags

Adds or overwrites one or more tags for the specified SageMaker resource. You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints. Each tag consists of a key and an optional val

associate-trial-component

Associates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.

attach-cluster-node-volume

Attaches your Amazon Elastic Block Store (Amazon EBS) volume to a node in your EKS orchestrated HyperPod cluster. This API works with the Amazon Elastic Block Store (Amazon EBS) Container Storage Interface (CSI) driver to manage the lifecycle of persistent storage in your HyperPod EKS clusters.

batch-add-cluster-nodes

Adds nodes to a HyperPod cluster by incrementing the target count for one or more instance groups. This operation returns a unique NodeLogicalId for each node being added, which can be used to track the provisioning status of the node. This API provides a safer alternative to UpdateCluster for scali

batch-delete-cluster-nodes

Deletes specific nodes within a SageMaker HyperPod cluster. BatchDeleteClusterNodes accepts a cluster name and a list of node IDs. To safeguard your work, back up your data to Amazon S3 or an FSx for Lustre file system before invoking the API on a worker node group. This will help prevent any pot

batch-describe-model-package

This action batch describes a list of versioned model packages

batch-reboot-cluster-nodes

Reboots specific nodes within a SageMaker HyperPod cluster using a soft recovery mechanism. BatchRebootClusterNodes performs a graceful reboot of the specified nodes by calling the Amazon Elastic Compute Cloud RebootInstances API, which attempts to cleanly shut down the operating system before resta

batch-replace-cluster-nodes

Replaces specific nodes within a SageMaker HyperPod cluster with new hardware. BatchReplaceClusterNodes terminates the specified instances and provisions new replacement instances with the same configuration but fresh hardware. The Amazon Machine Image (AMI) and instance configuration remain the sam

create-action

Creates an action. An action is a lineage tracking entity that represents an action or activity. For example, a model deployment or an HPO job. Generally, an action involves at least one input or output artifact. For more information, see Amazon SageMaker ML Lineage Tracking.

create-algorithm

Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace.

create-app

Creates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker AI upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.

create-app-image-config

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.

create-artifact

Creates an artifact. An artifact is a lineage tracking entity that represents a URI addressable object or data. Some examples are the S3 URI of a dataset and the ECR registry path of an image. For more information, see Amazon SageMaker ML Lineage Tracking.

create-auto-ml-job

Creates an Autopilot job also referred to as Autopilot experiment or AutoML job. An AutoML job in SageMaker AI is a fully automated process that allows you to build machine learning models with minimal effort and machine learning expertise. When initiating an AutoML job, you provide your data and op

create-auto-ml-job-v2

Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. An AutoML job in SageMaker AI is a fully automated process that allows you to build machine learning models with minimal effort and machine learning expertise. When initiating an AutoML job, you provide your data and

create-cluster

Creates an Amazon SageMaker HyperPod cluster. SageMaker HyperPod is a capability of SageMaker for creating and managing persistent clusters for developing large machine learning models, such as large language models (LLMs) and diffusion models. To learn more, see Amazon SageMaker HyperPod in the Ama

create-cluster-scheduler-config

Create cluster policy configuration. This policy is used for task prioritization and fair-share allocation of idle compute. This helps prioritize critical workloads and distributes idle compute across entities.

create-code-repository

Creates a Git repository as a resource in your SageMaker AI account. You can associate the repository with notebook instances so that you can use Git source control for the notebooks you create. The Git repository is a resource in your SageMaker AI account, so it can be associated with more than one

create-compilation-job

Starts a model compilation job. After the model has been compiled, Amazon SageMaker AI saves the resulting model artifacts to an Amazon Simple Storage Service (Amazon S3) bucket that you specify. If you choose to host your model using Amazon SageMaker AI hosting services, you can use the resulting

create-compute-quota

Create compute allocation definition. This defines how compute is allocated, shared, and borrowed for specified entities. Specifically, how to lend and borrow idle compute and assign a fair-share weight to the specified entities.

create-context

Creates a context. A context is a lineage tracking entity that represents a logical grouping of other tracking or experiment entities. Some examples are an endpoint and a model package. For more information, see Amazon SageMaker ML Lineage Tracking.

create-data-quality-job-definition

Creates a definition for a job that monitors data quality and drift. For information about model monitor, see Amazon SageMaker AI Model Monitor.

create-device-fleet

Creates a device fleet.

create-domain

Creates a Domain. A domain consists of an associated Amazon Elastic File System volume, a list of authorized users, and a variety of security, application, policy, and Amazon Virtual Private Cloud (VPC) configurations. Users within a domain can share notebook files and other artifacts with each othe

create-edge-deployment-plan

Creates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.

create-edge-deployment-stage

Creates a new stage in an existing edge deployment plan.

create-edge-packaging-job

Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the resulting artifacts to an S3 bucket that you specify.

create-endpoint

Creates an endpoint using the endpoint configuration specified in the request. SageMaker uses the endpoint to provision resources and deploy models. You create the endpoint configuration with the CreateEndpointConfig API. Use this API to deploy models using SageMaker hosting services. You must

create-endpoint-config

Creates an endpoint configuration that SageMaker hosting services uses to deploy models. In the configuration, you identify one or more models, created using the CreateModel API, to deploy and the resources that you want SageMaker to provision. Then you call the CreateEndpoint API. Use this API if

create-experiment

Creates a SageMaker experiment. An experiment is a collection of trials that are observed, compared and evaluated as a group. A trial is a set of steps, called trial components, that produce a machine learning model. In the Studio UI, trials are referred to as run groups and trial components are re

create-feature-group

Create a new FeatureGroup. A FeatureGroup is a group of Features defined in the FeatureStore to describe a Record. The FeatureGroup defines the schema and features contained in the FeatureGroup. A FeatureGroup definition is composed of a list of Features, a RecordIdentifierFeatureName, an EventTime

create-flow-definition

Creates a flow definition.

create-hub

Create a hub.

create-hub-content-presigned-urls

Creates presigned URLs for accessing hub content artifacts. This operation generates time-limited, secure URLs that allow direct download of model artifacts and associated files from Amazon SageMaker hub content, including gated models that require end-user license agreement acceptance.

create-hub-content-reference

Create a hub content reference in order to add a model in the JumpStart public hub to a private hub.

create-human-task-ui

Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.

create-hyper-parameter-tuning-job

Starts a hyperparameter tuning job. A hyperparameter tuning job finds the best version of a model by running many training jobs on your dataset using the algorithm you choose and values for hyperparameters within ranges that you specify. It then chooses the hyperparameter values that result in a mod

create-image

Creates a custom SageMaker AI image. A SageMaker AI image is a set of image versions. Each image version represents a container image stored in Amazon ECR. For more information, see Bring your own SageMaker AI image.

create-image-version

Creates a version of the SageMaker AI image specified by ImageName. The version represents the Amazon ECR container image specified by BaseImage.

create-inference-component

Creates an inference component, which is a SageMaker AI hosting object that you can use to deploy a model to an endpoint. In the inference component settings, you specify the model, the endpoint, and how the model utilizes the resources that the endpoint hosts. You can optimize resource utilization

create-inference-experiment

Creates an inference experiment using the configurations specified in the request. Use this API to setup and schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins you

create-inference-recommendations-job

Starts a recommendation job. You can create either an instance recommendation or load test job.

create-labeling-job

Creates a job that uses workers to label the data objects in your input dataset. You can use the labeled data to train machine learning models. You can select your workforce from one of three providers: A private workforce that you create. It can include employees, contractors, and outside expert

create-mlflow-app

Creates an MLflow Tracking Server using a general purpose Amazon S3 bucket as the artifact store.

create-mlflow-tracking-server

Creates an MLflow Tracking Server using a general purpose Amazon S3 bucket as the artifact store. For more information, see Create an MLflow Tracking Server.

create-model

Creates a model in SageMaker. In the request, you name the model and describe a primary container. For the primary container, you specify the Docker image that contains inference code, artifacts (from prior training), and a custom environment map that the inference code uses when you deploy the mode

create-model-bias-job-definition

Creates the definition for a model bias job.

create-model-card

Creates an Amazon SageMaker Model Card. For information about how to use model cards, see Amazon SageMaker Model Card.

create-model-card-export-job

Creates an Amazon SageMaker Model Card export job.

create-model-explainability-job-definition

Creates the definition for a model explainability job.

create-model-package

Creates a model package that you can use to create SageMaker models or list on Amazon Web Services Marketplace, or a versioned model that is part of a model group. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in SageMaker. To create a model packag

create-model-package-group

Creates a model group. A model group contains a group of model versions.

create-model-quality-job-definition

Creates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker AI Model Monitor.

create-monitoring-schedule

Creates a schedule that regularly starts Amazon SageMaker AI Processing Jobs to monitor the data captured for an Amazon SageMaker AI Endpoint.

create-notebook-instance

Creates an SageMaker AI notebook instance. A notebook instance is a machine learning (ML) compute instance running on a Jupyter notebook. In a CreateNotebookInstance request, specify the type of ML compute instance that you want to run. SageMaker AI launches the instance, installs common libraries

create-notebook-instance-lifecycle-config

Creates a lifecycle configuration that you can associate with a notebook instance. A lifecycle configuration is a collection of shell scripts that run when you create or start a notebook instance. Each lifecycle configuration script has a limit of 16384 characters. The value of the $PATH environment

create-optimization-job

Creates a job that optimizes a model for inference performance. To create the job, you provide the location of a source model, and you provide the settings for the optimization techniques that you want the job to apply. When the job completes successfully, SageMaker uploads the new optimized model t

create-partner-app

Creates an Amazon SageMaker Partner AI App.

create-partner-app-presigned-url

Creates a presigned URL to access an Amazon SageMaker Partner AI App.

create-pipeline

Creates a pipeline using a JSON pipeline definition.

create-presigned-domain-url

Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to the domain, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System volume. This operation can only be called when the au

create-presigned-mlflow-app-url

Returns a presigned URL that you can use to connect to the MLflow UI attached to your MLflow App. For more information, see Launch the MLflow UI using a presigned URL.

create-presigned-mlflow-tracking-server-url

Returns a presigned URL that you can use to connect to the MLflow UI attached to your tracking server. For more information, see Launch the MLflow UI using a presigned URL.

create-presigned-notebook-instance-url

Returns a URL that you can use to connect to the Jupyter server from a notebook instance. In the SageMaker AI console, when you choose Open next to a notebook instance, SageMaker AI opens a new tab showing the Jupyter server home page from the notebook instance. The console uses this API to get the

create-processing-job

Creates a processing job.

create-project

Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model.

create-space

Creates a private space or a space used for real time collaboration in a domain.

create-studio-lifecycle-config

Creates a new Amazon SageMaker AI Studio Lifecycle Configuration.

create-training-job

Starts a model training job. After training completes, SageMaker saves the resulting model artifacts to an Amazon S3 location that you specify. If you choose to host your model using SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the art

create-training-plan

Creates a new training plan in SageMaker to reserve compute capacity. Amazon SageMaker Training Plan is a capability within SageMaker that allows customers to reserve and manage GPU capacity for large-scale AI model training. It provides a way to secure predictable access to computational resources

create-transform-job

Starts a transform job. A transform job uses a trained model to get inferences on a dataset and saves these results to an Amazon S3 location that you specify. To perform batch transformations, you create a transform job and use the data that you have readily available. In the request body, you provi

create-trial

Creates an SageMaker trial. A trial is a set of steps called trial components that produce a machine learning model. A trial is part of a single SageMaker experiment. When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, l

create-trial-component

Creates a trial component, which is a stage of a machine learning trial. A trial is composed of one or more trial components. A trial component can be used in multiple trials. Trial components include pre-processing jobs, training jobs, and batch transform jobs. When you use SageMaker Studio or the

create-user-profile

Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to a domain. If an administrator invites a person by emai

create-workforce

Use this operation to create a workforce. This operation will return an error if a workforce already exists in the Amazon Web Services Region that you specify. You can only create one workforce in each Amazon Web Services Region per Amazon Web Services account. If you want to create a new workforce

create-workteam

Creates a new work team for labeling your data. A work team is defined by one or more Amazon Cognito user pools. You must first create the user pools before you can create a work team. You cannot create more than 25 work teams in an account and region.

delete-action

Deletes an action.

delete-algorithm

Removes the specified algorithm from your account.

delete-app

Used to stop and delete an app.

delete-app-image-config

Deletes an AppImageConfig.

delete-artifact

Deletes an artifact. Either ArtifactArn or Source must be specified.

delete-association

Deletes an association.

delete-cluster

Delete a SageMaker HyperPod cluster.

delete-cluster-scheduler-config

Deletes the cluster policy of the cluster.

delete-code-repository

Deletes the specified Git repository from your account.

delete-compilation-job

Deletes the specified compilation job. This action deletes only the compilation job resource in Amazon SageMaker AI. It doesn't delete other resources that are related to that job, such as the model artifacts that the job creates, the compilation logs in CloudWatch, the compiled model, or the IAM ro

delete-compute-quota

Deletes the compute allocation from the cluster.

delete-context

Deletes an context.

delete-data-quality-job-definition

Deletes a data quality monitoring job definition.

delete-device-fleet

Deletes a fleet.

delete-domain

Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using IAM Identity Center. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts.

delete-edge-deployment-plan

Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan.

delete-edge-deployment-stage

Delete a stage in an edge deployment plan if (and only if) the stage is inactive.

delete-endpoint

Deletes an endpoint. SageMaker frees up all of the resources that were deployed when the endpoint was created. SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don't need to use the RevokeGrant API call. When you delete your endpoint, SageMaker asynchronously de

delete-endpoint-config

Deletes an endpoint configuration. The DeleteEndpointConfig API deletes only the specified configuration. It does not delete endpoints created using the configuration. You must not delete an EndpointConfig in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations a

delete-experiment

Deletes an SageMaker experiment. All trials associated with the experiment must be deleted first. Use the ListTrials API to get a list of the trials associated with the experiment.

delete-feature-group

Delete the FeatureGroup and any data that was written to the OnlineStore of the FeatureGroup. Data cannot be accessed from the OnlineStore immediately after DeleteFeatureGroup is called. Data written into the OfflineStore will not be deleted. The Amazon Web Services Glue database and tables that ar

delete-flow-definition

Deletes the specified flow definition.

delete-hub

Delete a hub.

delete-hub-content

Delete the contents of a hub.

delete-hub-content-reference

Delete a hub content reference in order to remove a model from a private hub.

delete-human-task-ui

Use this operation to delete a human task user interface (worker task template). To see a list of human task user interfaces (work task templates) in your account, use ListHumanTaskUis. When you delete a worker task template, it no longer appears when you call ListHumanTaskUis.

delete-hyper-parameter-tuning-job

Deletes a hyperparameter tuning job. The DeleteHyperParameterTuningJob API deletes only the tuning job entry that was created in SageMaker when you called the CreateHyperParameterTuningJob API. It does not delete training jobs, artifacts, or the IAM role that you specified when creating the model.

delete-image

Deletes a SageMaker AI image and all versions of the image. The container images aren't deleted.

delete-image-version

Deletes a version of a SageMaker AI image. The container image the version represents isn't deleted.

delete-inference-component

Deletes an inference component.

delete-inference-experiment

Deletes an inference experiment. This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment.

delete-mlflow-app

Deletes an MLflow App.

delete-mlflow-tracking-server

Deletes an MLflow Tracking Server. For more information, see Clean up MLflow resources.

delete-model

Deletes a model. The DeleteModel API deletes only the model entry that was created in SageMaker when you called the CreateModel API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model.

delete-model-bias-job-definition

Deletes an Amazon SageMaker AI model bias job definition.

delete-model-card

Deletes an Amazon SageMaker Model Card.

delete-model-explainability-job-definition

Deletes an Amazon SageMaker AI model explainability job definition.

delete-model-package

Deletes a model package. A model package is used to create SageMaker models or list on Amazon Web Services Marketplace. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in SageMaker.

delete-model-package-group

Deletes the specified model group.

delete-model-package-group-policy

Deletes a model group resource policy.

delete-model-quality-job-definition

Deletes the secified model quality monitoring job definition.

delete-monitoring-schedule

Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job execution history of the monitoring schedule.

delete-notebook-instance

Deletes an SageMaker AI notebook instance. Before you can delete a notebook instance, you must call the StopNotebookInstance API. When you delete a notebook instance, you lose all of your data. SageMaker AI removes the ML compute instance, and deletes the ML storage volume and the network interfa

delete-notebook-instance-lifecycle-config

Deletes a notebook instance lifecycle configuration.

delete-optimization-job

Deletes an optimization job.

delete-partner-app

Deletes a SageMaker Partner AI App.

delete-pipeline

Deletes a pipeline if there are no running instances of the pipeline. To delete a pipeline, you must stop all running instances of the pipeline using the StopPipelineExecution API. When you delete a pipeline, all instances of the pipeline are deleted.

delete-processing-job

Deletes a processing job. After Amazon SageMaker deletes a processing job, all of the metadata for the processing job is lost. You can delete only processing jobs that are in a terminal state (Stopped, Failed, or Completed). You cannot delete a job that is in the InProgress or Stopping state. After

delete-project

Delete the specified project.

delete-space

Used to delete a space.

delete-studio-lifecycle-config

Deletes the Amazon SageMaker AI Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.

delete-tags

Deletes the specified tags from an SageMaker resource. To list a resource's tags, use the ListTags API. When you call this API to delete tags from a hyperparameter tuning job, the deleted tags are not removed from training jobs that the hyperparameter tuning job launched before you called this API

delete-training-job

Deletes a training job. After SageMaker deletes a training job, all of the metadata for the training job is lost. You can delete only training jobs that are in a terminal state (Stopped, Failed, or Completed) and don't retain an Available managed warm pool. You cannot delete a job that is in the InP

delete-trial

Deletes the specified trial. All trial components that make up the trial must be deleted first. Use the DescribeTrialComponent API to get the list of trial components.

delete-trial-component

Deletes the specified trial component. A trial component must be disassociated from all trials before the trial component can be deleted. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.

delete-user-profile

Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts.

delete-workforce

Use this operation to delete a workforce. If you want to create a new workforce in an Amazon Web Services Region where a workforce already exists, use this operation to delete the existing workforce and then use CreateWorkforce to create a new workforce. If a private workforce contains one or more

delete-workteam

Deletes an existing work team. This operation can't be undone.

deregister-devices

Deregisters the specified devices. After you deregister a device, you will need to re-register the devices.

describe-action

Describes an action.

describe-algorithm

Returns a description of the specified algorithm that is in your account.

describe-app

Describes the app.

describe-app-image-config

Describes an AppImageConfig.

describe-artifact

Describes an artifact.

describe-auto-ml-job

Returns information about an AutoML job created by calling CreateAutoMLJob. AutoML jobs created by calling CreateAutoMLJobV2 cannot be described by DescribeAutoMLJob.

describe-auto-ml-job-v2

Returns information about an AutoML job created by calling CreateAutoMLJobV2 or CreateAutoMLJob.

describe-cluster

Retrieves information of a SageMaker HyperPod cluster.

describe-cluster-event

Retrieves detailed information about a specific event for a given HyperPod cluster. This functionality is only supported when the NodeProvisioningMode is set to Continuous.

describe-cluster-node

Retrieves information of a node (also called a instance interchangeably) of a SageMaker HyperPod cluster.

describe-cluster-scheduler-config

Description of the cluster policy. This policy is used for task prioritization and fair-share allocation. This helps prioritize critical workloads and distributes idle compute across entities.

describe-code-repository

Gets details about the specified Git repository.

describe-compilation-job

Returns information about a model compilation job. To create a model compilation job, use CreateCompilationJob. To get information about multiple model compilation jobs, use ListCompilationJobs.

describe-compute-quota

Description of the compute allocation definition.

describe-context

Describes a context.

describe-data-quality-job-definition

Gets the details of a data quality monitoring job definition.

describe-device

Describes the device.

describe-device-fleet

A description of the fleet the device belongs to.

describe-domain

The description of the domain.

describe-edge-deployment-plan

Describes an edge deployment plan with deployment status per stage.

describe-edge-packaging-job

A description of edge packaging jobs.

describe-endpoint

Returns the description of an endpoint.

describe-endpoint-config

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

describe-experiment

Provides a list of an experiment's properties.

describe-feature-group

Use this operation to describe a FeatureGroup. The response includes information on the creation time, FeatureGroup name, the unique identifier for each FeatureGroup, and more.

describe-feature-metadata

Shows the metadata for a feature within a feature group.

describe-flow-definition

Returns information about the specified flow definition.

describe-hub

Describes a hub.

describe-hub-content

Describe the content of a hub.

describe-human-task-ui

Returns information about the requested human task user interface (worker task template).

describe-hyper-parameter-tuning-job

Returns a description of a hyperparameter tuning job, depending on the fields selected. These fields can include the name, Amazon Resource Name (ARN), job status of your tuning job and more.

describe-image

Describes a SageMaker AI image.

describe-image-version

Describes a version of a SageMaker AI image.

describe-inference-component

Returns information about an inference component.

describe-inference-experiment

Returns details about an inference experiment.

describe-inference-recommendations-job

Provides the results of the Inference Recommender job. One or more recommendation jobs are returned.

describe-labeling-job

Gets information about a labeling job.

describe-lineage-group

Provides a list of properties for the requested lineage group. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.

describe-mlflow-app

Returns information about an MLflow App.

describe-mlflow-tracking-server

Returns information about an MLflow Tracking Server.

describe-model

Describes a model that you created using the CreateModel API.

describe-model-bias-job-definition

Returns a description of a model bias job definition.

describe-model-card

Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.

describe-model-card-export-job

Describes an Amazon SageMaker Model Card export job.

describe-model-explainability-job-definition

Returns a description of a model explainability job definition.

describe-model-package

Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace. If you provided a KMS Key ID when you created your model package, you will see the KMS Decrypt API call in your CloudTrail logs when you use this API. To

describe-model-package-group

Gets a description for the specified model group.

describe-model-quality-job-definition

Returns a description of a model quality job definition.

describe-monitoring-schedule

Describes the schedule for a monitoring job.

describe-notebook-instance

Returns information about a notebook instance.

describe-notebook-instance-lifecycle-config

Returns a description of a notebook instance lifecycle configuration. For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

describe-optimization-job

Provides the properties of the specified optimization job.

describe-partner-app

Gets information about a SageMaker Partner AI App.

describe-pipeline

Describes the details of a pipeline.

describe-pipeline-definition-for-execution

Describes the details of an execution's pipeline definition.

describe-pipeline-execution

Describes the details of a pipeline execution.

describe-processing-job

Returns a description of a processing job.

describe-project

Describes the details of a project.

describe-reserved-capacity

Retrieves details about a reserved capacity.

describe-space

Describes the space.

describe-studio-lifecycle-config

Describes the Amazon SageMaker AI Studio Lifecycle Configuration.

describe-subscribed-workteam

Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the Amazon Web Services Marketplace.

describe-training-job

Returns information about a training job. Some of the attributes below only appear if the training job successfully starts. If the training job fails, TrainingJobStatus is Failed and, depending on the FailureReason, attributes like TrainingStartTime, TrainingTimeInSeconds, TrainingEndTime, and Bill

describe-training-plan

Retrieves detailed information about a specific training plan.

describe-transform-job

Returns information about a transform job.

describe-trial

Provides a list of a trial's properties.

describe-trial-component

Provides a list of a trials component's properties.

describe-user-profile

Describes a user profile. For more information, see CreateUserProfile.

describe-workforce

Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (CIDRs). Allowable IP address ranges are the IP addresses that workers can use to access tasks. This operation applies only to private workforces.

describe-workteam

Gets information about a specific work team. You can see information such as the creation date, the last updated date, membership information, and the work team's Amazon Resource Name (ARN).

detach-cluster-node-volume

Detaches your Amazon Elastic Block Store (Amazon EBS) volume from a node in your EKS orchestrated SageMaker HyperPod cluster. This API works with the Amazon Elastic Block Store (Amazon EBS) Container Storage Interface (CSI) driver to manage the lifecycle of persistent storage in your HyperPod EKS

disable-sagemaker-servicecatalog-portfolio

Disables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

disassociate-trial-component

Disassociates a trial component from a trial. This doesn't effect other trials the component is associated with. Before you can delete a component, you must disassociate the component from all trials it is associated with. To associate a trial component with a trial, call the AssociateTrialComponent

enable-sagemaker-servicecatalog-portfolio

Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

get-device-fleet-report

Describes a fleet.

get-lineage-group-policy

The resource policy for the lineage group.

get-model-package-group-policy

Gets a resource policy that manages access for a model group. For information about resource policies, see Identity-based policies and resource-based policies in the Amazon Web Services Identity and Access Management User Guide..

get-sagemaker-servicecatalog-portfolio-status

Gets the status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

get-scaling-configuration-recommendation

Starts an Amazon SageMaker Inference Recommender autoscaling recommendation job. Returns recommendations for autoscaling policies that you can apply to your SageMaker endpoint.

get-search-suggestions

An auto-complete API for the search functionality in the SageMaker console. It returns suggestions of possible matches for the property name to use in Search queries. Provides suggestions for HyperParameters, Tags, and Metrics.

import-hub-content

Import hub content.

list-actions

Lists the actions in your account and their properties.

list-algorithms

Lists the machine learning algorithms that have been created.

list-aliases

Lists the aliases of a specified image or image version.

list-app-image-configs

Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or modified time, and whether the AppImageConfig name contains a specified string.

list-apps

Lists apps.

list-artifacts

Lists the artifacts in your account and their properties.

list-associations

Lists the associations in your account and their properties.

list-auto-ml-jobs

Request a list of jobs.

list-candidates-for-auto-ml-job

List the candidates created for the job.

list-cluster-events

Retrieves a list of event summaries for a specified HyperPod cluster. The operation supports filtering, sorting, and pagination of results. This functionality is only supported when the NodeProvisioningMode is set to Continuous.

list-cluster-nodes

Retrieves the list of instances (also called nodes interchangeably) in a SageMaker HyperPod cluster.

list-cluster-scheduler-configs

List the cluster policy configurations.

list-clusters

Retrieves the list of SageMaker HyperPod clusters.

list-code-repositories

Gets a list of the Git repositories in your account.

list-compilation-jobs

Lists model compilation jobs that satisfy various filters. To create a model compilation job, use CreateCompilationJob. To get information about a particular model compilation job you have created, use DescribeCompilationJob.

list-compute-quotas

List the resource allocation definitions.

list-contexts

Lists the contexts in your account and their properties.

list-data-quality-job-definitions

Lists the data quality job definitions in your account.

list-device-fleets

Returns a list of devices in the fleet.

list-devices

A list of devices.

list-domains

Lists the domains.

list-edge-deployment-plans

Lists all edge deployment plans.

list-edge-packaging-jobs

Returns a list of edge packaging jobs.

list-endpoint-configs

Lists endpoint configurations.

list-endpoints

Lists endpoints.

list-experiments

Lists all the experiments in your account. The list can be filtered to show only experiments that were created in a specific time range. The list can be sorted by experiment name or creation time.

list-feature-groups

List FeatureGroups based on given filter and order.

list-flow-definitions

Returns information about the flow definitions in your account.

list-hub-content-versions

List hub content versions.

list-hub-contents

List the contents of a hub.

list-hubs

List all existing hubs.

list-human-task-uis

Returns information about the human task user interfaces in your account.

list-hyper-parameter-tuning-jobs

Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs launched in your account.

list-image-versions

Lists the versions of a specified image and their properties. The list can be filtered by creation time or modified time.

list-images

Lists the images in your account and their properties. The list can be filtered by creation time or modified time, and whether the image name contains a specified string.

list-inference-components

Lists the inference components in your account and their properties.

list-inference-experiments

Returns the list of all inference experiments.

list-inference-recommendations-job-steps

Returns a list of the subtasks for an Inference Recommender job. The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.

list-inference-recommendations-jobs

Lists recommendation jobs that satisfy various filters.

list-labeling-jobs

Gets a list of labeling jobs.

list-labeling-jobs-for-workteam

Gets a list of labeling jobs assigned to a specified work team.

list-lineage-groups

A list of lineage groups shared with your Amazon Web Services account. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.

list-mlflow-apps

Lists all MLflow Apps

list-mlflow-tracking-servers

Lists all MLflow Tracking Servers.

list-model-bias-job-definitions

Lists model bias jobs definitions that satisfy various filters.

list-model-card-export-jobs

List the export jobs for the Amazon SageMaker Model Card.

list-model-card-versions

List existing versions of an Amazon SageMaker Model Card.

list-model-cards

List existing model cards.

list-model-explainability-job-definitions

Lists model explainability job definitions that satisfy various filters.

list-model-metadata

Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.

list-model-package-groups

Gets a list of the model groups in your Amazon Web Services account.

list-model-packages

Lists the model packages that have been created.

list-model-quality-job-definitions

Gets a list of model quality monitoring job definitions in your account.

list-models

Lists models created with the CreateModel API.

list-monitoring-alert-history

Gets a list of past alerts in a model monitoring schedule.

list-monitoring-alerts

Gets the alerts for a single monitoring schedule.

list-monitoring-executions

Returns list of all monitoring job executions.

list-monitoring-schedules

Returns list of all monitoring schedules.

list-notebook-instance-lifecycle-configs

Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.

list-notebook-instances

Returns a list of the SageMaker AI notebook instances in the requester's account in an Amazon Web Services Region.

list-optimization-jobs

Lists the optimization jobs in your account and their properties.

list-partner-apps

Lists all of the SageMaker Partner AI Apps in an account.

list-pipeline-execution-steps

Gets a list of PipeLineExecutionStep objects.

list-pipeline-executions

Gets a list of the pipeline executions.

list-pipeline-parameters-for-execution

Gets a list of parameters for a pipeline execution.

list-pipeline-versions

Gets a list of all versions of the pipeline.

list-pipelines

Gets a list of pipelines.

list-processing-jobs

Lists processing jobs that satisfy various filters.

list-projects

Gets a list of the projects in an Amazon Web Services account.

list-resource-catalogs

Lists Amazon SageMaker Catalogs based on given filters and orders. The maximum number of ResourceCatalogs viewable is 1000.

list-spaces

Lists spaces.

list-stage-devices

Lists devices allocated to the stage, containing detailed device information and deployment status.

list-studio-lifecycle-configs

Lists the Amazon SageMaker AI Studio Lifecycle Configurations in your Amazon Web Services Account.

list-subscribed-workteams

Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.

list-tags

Returns the tags for the specified SageMaker resource.

list-training-jobs

Lists training jobs. When StatusEquals and MaxResults are set at the same time, the MaxResults number of training jobs are first retrieved ignoring the StatusEquals parameter and then they are filtered by the StatusEquals parameter, which is returned as a response. For example, if ListTrainingJobs

list-training-jobs-for-hyper-parameter-tuning-job

Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.

list-training-plans

Retrieves a list of training plans for the current account.

list-transform-jobs

Lists transform jobs.

list-trial-components

Lists the trial components in your account. You can sort the list by trial component name or creation time. You can filter the list to show only components that were created in a specific time range. You can also filter on one of the following: ExperimentName SourceArn TrialName

list-trials

Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of that experiment. Specify a trial component name to limit the list to the trials that associated with that trial component. The list can be filtered to show only trials that were created in a

list-ultra-servers-by-reserved-capacity

Lists all UltraServers that are part of a specified reserved capacity.

list-user-profiles

Lists user profiles.

list-workforces

Use this operation to list all private and vendor workforces in an Amazon Web Services Region. Note that you can only have one private workforce per Amazon Web Services Region.

list-workteams

Gets a list of private work teams that you have defined in a region. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.

put-model-package-group-policy

Adds a resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the Amazon Web Services Identity and Access Management User Guide..

query-lineage

Use this action to inspect your lineage and discover relationships between entities. For more information, see Querying Lineage Entities in the Amazon SageMaker Developer Guide.

register-devices

Register devices.

render-ui-template

Renders the UI template so that you can preview the worker's experience.

retry-pipeline-execution

Retry the execution of the pipeline.

search

Finds SageMaker resources that match a search query. Matching resources are returned as a list of SearchRecord objects in the response. You can sort the search results by any resource property in a ascending or descending order. You can query against the following value types: numeric, text, Boolean

search-training-plan-offerings

Searches for available training plan offerings based on specified criteria. Users search for available plan offerings based on their requirements (e.g., instance type, count, start time, duration). And then, they create a plan that best matches their needs using the ID of the plan offering the

send-pipeline-execution-step-failure

Notifies the pipeline that the execution of a callback step failed, along with a message describing why. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).

send-pipeline-execution-step-success

Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output parameters. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).

start-edge-deployment-stage

Starts a stage in an edge deployment plan.

start-inference-experiment

Starts an inference experiment.

start-mlflow-tracking-server

Programmatically start an MLflow Tracking Server.

start-monitoring-schedule

Starts a previously stopped monitoring schedule. By default, when you successfully create a new schedule, the status of a monitoring schedule is scheduled.

start-notebook-instance

Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. After configuring the notebook instance, SageMaker AI sets the notebook instance status to InService. A notebook instance's status must be InService before you can connect to your Jupyter no

start-pipeline-execution

Starts a pipeline execution.

start-session

Initiates a remote connection session between a local integrated development environments (IDEs) and a remote SageMaker space.

stop-auto-ml-job

A method for forcing a running job to shut down.

stop-compilation-job

Stops a model compilation job. To stop a job, Amazon SageMaker AI sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn't stopped, it sends the SIGKILL signal. When it receives a StopCompilationJob request, Amazon SageMaker AI changes the CompilationJobStatus o

stop-edge-deployment-stage

Stops a stage in an edge deployment plan.

stop-edge-packaging-job

Request to stop an edge packaging job.

stop-hyper-parameter-tuning-job

Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched. All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All data that the training jobs write to Amazon CloudWatch Logs are still available in Clou

stop-inference-experiment

Stops an inference experiment.

stop-inference-recommendations-job

Stops an Inference Recommender job.

stop-labeling-job

Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is stopped are placed in the Amazon S3 output bucket.

stop-mlflow-tracking-server

Programmatically stop an MLflow Tracking Server.

stop-monitoring-schedule

Stops a previously started monitoring schedule.

stop-notebook-instance

Terminates the ML compute instance. Before terminating the instance, SageMaker AI disconnects the ML storage volume from it. SageMaker AI preserves the ML storage volume. SageMaker AI stops charging you for the ML compute instance when you call StopNotebookInstance. To access data on the ML storage

stop-optimization-job

Ends a running inference optimization job.

stop-pipeline-execution

Stops a pipeline execution. Callback Step A pipeline execution won't stop while a callback step is running. When you call StopPipelineExecution on a pipeline execution with a running callback step, SageMaker Pipelines sends an additional Amazon SQS message to the specified SQS queue. The body of t

stop-processing-job

Stops a processing job.

stop-training-job

Stops a training job. To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms might use this 120-second window to save the model artifacts, so the results of the training is not lost. When it receives a StopTrainingJob request, SageM

stop-transform-job

Stops a batch transform job. When Amazon SageMaker receives a StopTransformJob request, the status of the job changes to Stopping. After Amazon SageMaker stops the job, the status is set to Stopped. When you stop a batch transform job before it is completed, Amazon SageMaker doesn't store the job's

update-action

Updates an action.

update-app-image-config

Updates the properties of an AppImageConfig.

update-artifact

Updates an artifact.

update-cluster

Updates a SageMaker HyperPod cluster.

update-cluster-scheduler-config

Update the cluster policy configuration.

update-cluster-software

Updates the platform software of a SageMaker HyperPod cluster for security patching. To learn how to use this API, see Update the SageMaker HyperPod platform software of a cluster. The UpgradeClusterSoftware API call may impact your SageMaker HyperPod cluster uptime and availability. Plan according

update-code-repository

Updates the specified Git repository with the specified values.

update-compute-quota

Update the compute allocation definition.

update-context

Updates a context.

update-device-fleet

Updates a fleet of devices.

update-devices

Updates one or more devices in a fleet.

update-domain

Updates the default settings for new user profiles in the domain.

update-endpoint

Deploys the EndpointConfig specified in the request to a new fleet of instances. SageMaker shifts endpoint traffic to the new instances with the updated endpoint configuration and then deletes the old instances using the previous EndpointConfig (there is no availability loss). For more information a

update-endpoint-weights-and-capacities

Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint. When it receives the request, SageMaker sets the endpoint status to Updating. After updating the endpoint, it sets the status to InService. To check t

update-experiment

Adds, updates, or removes the description of an experiment. Updates the display name of an experiment.

update-feature-group

Updates the feature group by either adding features or updating the online store configuration. Use one of the following request parameters at a time while using the UpdateFeatureGroup API. You can add features for your feature group using the FeatureAdditions request parameter. Features cannot be r

update-feature-metadata

Updates the description and parameters of the feature group.

update-hub

Update a hub.

update-hub-content

Updates SageMaker hub content (either a Model or Notebook resource). You can update the metadata that describes the resource. In addition to the required request fields, specify at least one of the following fields to update: HubContentDescription HubContentDisplayName HubContentMarkdown

update-hub-content-reference

Updates the contents of a SageMaker hub for a ModelReference resource. A ModelReference allows you to access public SageMaker JumpStart models from within your private hub. When using this API, you can update the MinVersion field for additional flexibility in the model version. You shouldn't update

update-image

Updates the properties of a SageMaker AI image. To change the image's tags, use the AddTags and DeleteTags APIs.

update-image-version

Updates the properties of a SageMaker AI image version.

update-inference-component

Updates an inference component.

update-inference-component-runtime-config

Runtime settings for a model that is deployed with an inference component.

update-inference-experiment

Updates an inference experiment that you created. The status of the inference experiment has to be either Created, Running. For more information on the status of an inference experiment, see DescribeInferenceExperiment.

update-mlflow-app

Updates an MLflow App.

update-mlflow-tracking-server

Updates properties of an existing MLflow Tracking Server.

update-model-card

Update an Amazon SageMaker Model Card. You cannot update both model card content and model card status in a single call.

update-model-package

Updates a versioned model.

update-monitoring-alert

Update the parameters of a model monitor alert.

update-monitoring-schedule

Updates a previously created schedule.

update-notebook-instance

Updates a notebook instance. NotebookInstance updates include upgrading or downgrading the ML compute instance used for your notebook instance to accommodate changes in your workload requirements. This API can attach lifecycle configurations to notebook instances. Lifecycle configuration scripts ex

update-notebook-instance-lifecycle-config

Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API. Updates to lifecycle configurations affect all notebook instances using that configuration upon their next start. Lifecycle configuration scripts execute with root access and the notebook

update-partner-app

Updates all of the SageMaker Partner AI Apps in an account.

update-pipeline

Updates a pipeline.

update-pipeline-execution

Updates a pipeline execution.

update-pipeline-version

Updates a pipeline version.

update-project

Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training to deploying an approved model. You must not update a project that is in use. If you update the ServiceCatalogProvisioningUpdateDetails of a project that is active or being created, or

update-space

Updates the settings of a space. You can't edit the app type of a space in the SpaceSettings.

update-training-job

Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.

update-trial

Updates the display name of a trial.

update-trial-component

Updates one or more properties of a trial component.

update-user-profile

Updates a user profile.

update-workforce

Use this operation to update your workforce. You can use this operation to require that workers use specific IP addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration. The worker portal is now supported in VPC and public internet. Use Sou

update-workteam

Updates an existing work team with new member definitions or description.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Stats

Total Commands379
ServiceSageMaker