aws sagemaker379 CLI commands available for Amazon SageMaker.
| Command | API Operation | Sample |
|---|---|---|
add-associationCreates 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. | AddAssociation | |
add-tagsAdds 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 | AddTags | |
associate-trial-componentAssociates 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. | AssociateTrialComponent | |
attach-cluster-node-volumeAttaches 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. | AttachClusterNodeVolume | |
batch-add-cluster-nodesAdds 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 | BatchAddClusterNodes | |
batch-delete-cluster-nodesDeletes 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 | BatchDeleteClusterNodes | |
batch-describe-model-packageThis action batch describes a list of versioned model packages | BatchDescribeModelPackage | |
batch-reboot-cluster-nodesReboots 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 | BatchRebootClusterNodes | |
batch-replace-cluster-nodesReplaces 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 | BatchReplaceClusterNodes | |
create-actionCreates 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. | CreateAction | |
create-algorithmCreate a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace. | CreateAlgorithm | |
create-appCreates 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. | CreateApp | |
create-app-image-configCreates 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. | CreateAppImageConfig | |
create-artifactCreates 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. | CreateArtifact | |
create-auto-ml-jobCreates 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 | CreateAutoMLJob | |
create-auto-ml-job-v2Creates 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 | CreateAutoMLJobV2 | |
create-clusterCreates 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 | CreateCluster | |
create-cluster-scheduler-configCreate 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. | CreateClusterSchedulerConfig | |
create-code-repositoryCreates 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 | CreateCodeRepository | |
create-compilation-jobStarts 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 | CreateCompilationJob | |
create-compute-quotaCreate 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. | CreateComputeQuota | |
create-contextCreates 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. | CreateContext | |
create-data-quality-job-definitionCreates a definition for a job that monitors data quality and drift. For information about model monitor, see Amazon SageMaker AI Model Monitor. | CreateDataQualityJobDefinition | |
create-device-fleetCreates a device fleet. | CreateDeviceFleet | |
create-domainCreates 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 | CreateDomain | |
create-edge-deployment-planCreates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices. | CreateEdgeDeploymentPlan | |
create-edge-deployment-stageCreates a new stage in an existing edge deployment plan. | CreateEdgeDeploymentStage | |
create-edge-packaging-jobStarts 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. | CreateEdgePackagingJob | |
create-endpointCreates 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 | CreateEndpoint | |
create-endpoint-configCreates 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 | CreateEndpointConfig | |
create-experimentCreates 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 | CreateExperiment | |
create-feature-groupCreate 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 | CreateFeatureGroup | |
create-flow-definitionCreates a flow definition. | CreateFlowDefinition | |
create-hubCreate a hub. | CreateHub | |
create-hub-content-presigned-urlsCreates 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. | CreateHubContentPresignedUrls | |
create-hub-content-referenceCreate a hub content reference in order to add a model in the JumpStart public hub to a private hub. | CreateHubContentReference | |
create-human-task-uiDefines 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. | CreateHumanTaskUi | |
create-hyper-parameter-tuning-jobStarts 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 | CreateHyperParameterTuningJob | |
create-imageCreates 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. | CreateImage | |
create-image-versionCreates a version of the SageMaker AI image specified by ImageName. The version represents the Amazon ECR container image specified by BaseImage. | CreateImageVersion | |
create-inference-componentCreates 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 | CreateInferenceComponent | |
create-inference-experimentCreates 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 | CreateInferenceExperiment | |
create-inference-recommendations-jobStarts a recommendation job. You can create either an instance recommendation or load test job. | CreateInferenceRecommendationsJob | |
create-labeling-jobCreates 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 | CreateLabelingJob | |
create-mlflow-appCreates an MLflow Tracking Server using a general purpose Amazon S3 bucket as the artifact store. | CreateMlflowApp | |
create-mlflow-tracking-serverCreates an MLflow Tracking Server using a general purpose Amazon S3 bucket as the artifact store. For more information, see Create an MLflow Tracking Server. | CreateMlflowTrackingServer | |
create-modelCreates 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 | CreateModel | |
create-model-bias-job-definitionCreates the definition for a model bias job. | CreateModelBiasJobDefinition | |
create-model-cardCreates an Amazon SageMaker Model Card. For information about how to use model cards, see Amazon SageMaker Model Card. | CreateModelCard | |
create-model-card-export-jobCreates an Amazon SageMaker Model Card export job. | CreateModelCardExportJob | |
create-model-explainability-job-definitionCreates the definition for a model explainability job. | CreateModelExplainabilityJobDefinition | |
create-model-packageCreates 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 | CreateModelPackage | |
create-model-package-groupCreates a model group. A model group contains a group of model versions. | CreateModelPackageGroup | |
create-model-quality-job-definitionCreates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker AI Model Monitor. | CreateModelQualityJobDefinition | |
create-monitoring-scheduleCreates a schedule that regularly starts Amazon SageMaker AI Processing Jobs to monitor the data captured for an Amazon SageMaker AI Endpoint. | CreateMonitoringSchedule | |
create-notebook-instanceCreates 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 | CreateNotebookInstance | |
create-notebook-instance-lifecycle-configCreates 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 | CreateNotebookInstanceLifecycleConfig | |
create-optimization-jobCreates 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 | CreateOptimizationJob | |
create-partner-appCreates an Amazon SageMaker Partner AI App. | CreatePartnerApp | |
create-partner-app-presigned-urlCreates a presigned URL to access an Amazon SageMaker Partner AI App. | CreatePartnerAppPresignedUrl | |
create-pipelineCreates a pipeline using a JSON pipeline definition. | CreatePipeline | |
create-presigned-domain-urlCreates 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 | CreatePresignedDomainUrl | |
create-presigned-mlflow-app-urlReturns 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. | CreatePresignedMlflowAppUrl | |
create-presigned-mlflow-tracking-server-urlReturns 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. | CreatePresignedMlflowTrackingServerUrl | |
create-presigned-notebook-instance-urlReturns 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 | CreatePresignedNotebookInstanceUrl | |
create-processing-jobCreates a processing job. | CreateProcessingJob | |
create-projectCreates 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. | CreateProject | |
create-spaceCreates a private space or a space used for real time collaboration in a domain. | CreateSpace | |
create-studio-lifecycle-configCreates a new Amazon SageMaker AI Studio Lifecycle Configuration. | CreateStudioLifecycleConfig | |
create-training-jobStarts 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 | CreateTrainingJob | |
create-training-planCreates 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 | CreateTrainingPlan | |
create-transform-jobStarts 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 | CreateTransformJob | |
create-trialCreates 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 | CreateTrial | |
create-trial-componentCreates 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 | CreateTrialComponent | |
create-user-profileCreates 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 | CreateUserProfile | |
create-workforceUse 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 | CreateWorkforce | |
create-workteamCreates 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. | CreateWorkteam | |
delete-actionDeletes an action. | DeleteAction | |
delete-algorithmRemoves the specified algorithm from your account. | DeleteAlgorithm | |
delete-appUsed to stop and delete an app. | DeleteApp | |
delete-app-image-configDeletes an AppImageConfig. | DeleteAppImageConfig | |
delete-artifactDeletes an artifact. Either ArtifactArn or Source must be specified. | DeleteArtifact | |
delete-associationDeletes an association. | DeleteAssociation | |
delete-clusterDelete a SageMaker HyperPod cluster. | DeleteCluster | |
delete-cluster-scheduler-configDeletes the cluster policy of the cluster. | DeleteClusterSchedulerConfig | |
delete-code-repositoryDeletes the specified Git repository from your account. | DeleteCodeRepository | |
delete-compilation-jobDeletes 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 | DeleteCompilationJob | |
delete-compute-quotaDeletes the compute allocation from the cluster. | DeleteComputeQuota | |
delete-contextDeletes an context. | DeleteContext | |
delete-data-quality-job-definitionDeletes a data quality monitoring job definition. | DeleteDataQualityJobDefinition | |
delete-device-fleetDeletes a fleet. | DeleteDeviceFleet | |
delete-domainUsed 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. | DeleteDomain | |
delete-edge-deployment-planDeletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan. | DeleteEdgeDeploymentPlan | |
delete-edge-deployment-stageDelete a stage in an edge deployment plan if (and only if) the stage is inactive. | DeleteEdgeDeploymentStage | |
delete-endpointDeletes 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 | DeleteEndpoint | |
delete-endpoint-configDeletes 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 | DeleteEndpointConfig | |
delete-experimentDeletes 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. | DeleteExperiment | |
delete-feature-groupDelete 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 | DeleteFeatureGroup | |
delete-flow-definitionDeletes the specified flow definition. | DeleteFlowDefinition | |
delete-hubDelete a hub. | DeleteHub | |
delete-hub-contentDelete the contents of a hub. | DeleteHubContent | |
delete-hub-content-referenceDelete a hub content reference in order to remove a model from a private hub. | DeleteHubContentReference | |
delete-human-task-uiUse 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. | DeleteHumanTaskUi | |
delete-hyper-parameter-tuning-jobDeletes 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. | DeleteHyperParameterTuningJob | |
delete-imageDeletes a SageMaker AI image and all versions of the image. The container images aren't deleted. | DeleteImage | |
delete-image-versionDeletes a version of a SageMaker AI image. The container image the version represents isn't deleted. | DeleteImageVersion | |
delete-inference-componentDeletes an inference component. | DeleteInferenceComponent | |
delete-inference-experimentDeletes an inference experiment. This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment. | DeleteInferenceExperiment | |
delete-mlflow-appDeletes an MLflow App. | DeleteMlflowApp | |
delete-mlflow-tracking-serverDeletes an MLflow Tracking Server. For more information, see Clean up MLflow resources. | DeleteMlflowTrackingServer | |
delete-modelDeletes 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. | DeleteModel | |
delete-model-bias-job-definitionDeletes an Amazon SageMaker AI model bias job definition. | DeleteModelBiasJobDefinition | |
delete-model-cardDeletes an Amazon SageMaker Model Card. | DeleteModelCard | |
delete-model-explainability-job-definitionDeletes an Amazon SageMaker AI model explainability job definition. | DeleteModelExplainabilityJobDefinition | |
delete-model-packageDeletes 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. | DeleteModelPackage | |
delete-model-package-groupDeletes the specified model group. | DeleteModelPackageGroup | |
delete-model-package-group-policyDeletes a model group resource policy. | DeleteModelPackageGroupPolicy | |
delete-model-quality-job-definitionDeletes the secified model quality monitoring job definition. | DeleteModelQualityJobDefinition | |
delete-monitoring-scheduleDeletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job execution history of the monitoring schedule. | DeleteMonitoringSchedule | |
delete-notebook-instanceDeletes 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 | DeleteNotebookInstance | |
delete-notebook-instance-lifecycle-configDeletes a notebook instance lifecycle configuration. | DeleteNotebookInstanceLifecycleConfig | |
delete-optimization-jobDeletes an optimization job. | DeleteOptimizationJob | |
delete-partner-appDeletes a SageMaker Partner AI App. | DeletePartnerApp | |
delete-pipelineDeletes 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. | DeletePipeline | |
delete-processing-jobDeletes 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 | DeleteProcessingJob | |
delete-projectDelete the specified project. | DeleteProject | |
delete-spaceUsed to delete a space. | DeleteSpace | |
delete-studio-lifecycle-configDeletes 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. | DeleteStudioLifecycleConfig | |
delete-tagsDeletes 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 | DeleteTags | |
delete-training-jobDeletes 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 | DeleteTrainingJob | |
delete-trialDeletes 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. | DeleteTrial | |
delete-trial-componentDeletes 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. | DeleteTrialComponent | |
delete-user-profileDeletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts. | DeleteUserProfile | |
delete-workforceUse 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 | DeleteWorkforce | |
delete-workteamDeletes an existing work team. This operation can't be undone. | DeleteWorkteam | |
deregister-devicesDeregisters the specified devices. After you deregister a device, you will need to re-register the devices. | DeregisterDevices | |
describe-actionDescribes an action. | DescribeAction | |
describe-algorithmReturns a description of the specified algorithm that is in your account. | DescribeAlgorithm | |
describe-appDescribes the app. | DescribeApp | |
describe-app-image-configDescribes an AppImageConfig. | DescribeAppImageConfig | |
describe-artifactDescribes an artifact. | DescribeArtifact | |
describe-auto-ml-jobReturns information about an AutoML job created by calling CreateAutoMLJob. AutoML jobs created by calling CreateAutoMLJobV2 cannot be described by DescribeAutoMLJob. | DescribeAutoMLJob | |
describe-auto-ml-job-v2Returns information about an AutoML job created by calling CreateAutoMLJobV2 or CreateAutoMLJob. | DescribeAutoMLJobV2 | |
describe-clusterRetrieves information of a SageMaker HyperPod cluster. | DescribeCluster | |
describe-cluster-eventRetrieves detailed information about a specific event for a given HyperPod cluster. This functionality is only supported when the NodeProvisioningMode is set to Continuous. | DescribeClusterEvent | |
describe-cluster-nodeRetrieves information of a node (also called a instance interchangeably) of a SageMaker HyperPod cluster. | DescribeClusterNode | |
describe-cluster-scheduler-configDescription 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. | DescribeClusterSchedulerConfig | |
describe-code-repositoryGets details about the specified Git repository. | DescribeCodeRepository | |
describe-compilation-jobReturns information about a model compilation job. To create a model compilation job, use CreateCompilationJob. To get information about multiple model compilation jobs, use ListCompilationJobs. | DescribeCompilationJob | |
describe-compute-quotaDescription of the compute allocation definition. | DescribeComputeQuota | |
describe-contextDescribes a context. | DescribeContext | |
describe-data-quality-job-definitionGets the details of a data quality monitoring job definition. | DescribeDataQualityJobDefinition | |
describe-deviceDescribes the device. | DescribeDevice | |
describe-device-fleetA description of the fleet the device belongs to. | DescribeDeviceFleet | |
describe-domainThe description of the domain. | DescribeDomain | |
describe-edge-deployment-planDescribes an edge deployment plan with deployment status per stage. | DescribeEdgeDeploymentPlan | |
describe-edge-packaging-jobA description of edge packaging jobs. | DescribeEdgePackagingJob | |
describe-endpointReturns the description of an endpoint. | DescribeEndpoint | |
describe-endpoint-configReturns the description of an endpoint configuration created using the CreateEndpointConfig API. | DescribeEndpointConfig | |
describe-experimentProvides a list of an experiment's properties. | DescribeExperiment | |
describe-feature-groupUse this operation to describe a FeatureGroup. The response includes information on the creation time, FeatureGroup name, the unique identifier for each FeatureGroup, and more. | DescribeFeatureGroup | |
describe-feature-metadataShows the metadata for a feature within a feature group. | DescribeFeatureMetadata | |
describe-flow-definitionReturns information about the specified flow definition. | DescribeFlowDefinition | |
describe-hubDescribes a hub. | DescribeHub | |
describe-hub-contentDescribe the content of a hub. | DescribeHubContent | |
describe-human-task-uiReturns information about the requested human task user interface (worker task template). | DescribeHumanTaskUi | |
describe-hyper-parameter-tuning-jobReturns 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. | DescribeHyperParameterTuningJob | |
describe-imageDescribes a SageMaker AI image. | DescribeImage | |
describe-image-versionDescribes a version of a SageMaker AI image. | DescribeImageVersion | |
describe-inference-componentReturns information about an inference component. | DescribeInferenceComponent | |
describe-inference-experimentReturns details about an inference experiment. | DescribeInferenceExperiment | |
describe-inference-recommendations-jobProvides the results of the Inference Recommender job. One or more recommendation jobs are returned. | DescribeInferenceRecommendationsJob | |
describe-labeling-jobGets information about a labeling job. | DescribeLabelingJob | |
describe-lineage-groupProvides a list of properties for the requested lineage group. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide. | DescribeLineageGroup | |
describe-mlflow-appReturns information about an MLflow App. | DescribeMlflowApp | |
describe-mlflow-tracking-serverReturns information about an MLflow Tracking Server. | DescribeMlflowTrackingServer | |
describe-modelDescribes a model that you created using the CreateModel API. | DescribeModel | |
describe-model-bias-job-definitionReturns a description of a model bias job definition. | DescribeModelBiasJobDefinition | |
describe-model-cardDescribes the content, creation time, and security configuration of an Amazon SageMaker Model Card. | DescribeModelCard | |
describe-model-card-export-jobDescribes an Amazon SageMaker Model Card export job. | DescribeModelCardExportJob | |
describe-model-explainability-job-definitionReturns a description of a model explainability job definition. | DescribeModelExplainabilityJobDefinition | |
describe-model-packageReturns 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 | DescribeModelPackage | |
describe-model-package-groupGets a description for the specified model group. | DescribeModelPackageGroup | |
describe-model-quality-job-definitionReturns a description of a model quality job definition. | DescribeModelQualityJobDefinition | |
describe-monitoring-scheduleDescribes the schedule for a monitoring job. | DescribeMonitoringSchedule | |
describe-notebook-instanceReturns information about a notebook instance. | DescribeNotebookInstance | |
describe-notebook-instance-lifecycle-configReturns a description of a notebook instance lifecycle configuration. For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance. | DescribeNotebookInstanceLifecycleConfig | |
describe-optimization-jobProvides the properties of the specified optimization job. | DescribeOptimizationJob | |
describe-partner-appGets information about a SageMaker Partner AI App. | DescribePartnerApp | |
describe-pipelineDescribes the details of a pipeline. | DescribePipeline | |
describe-pipeline-definition-for-executionDescribes the details of an execution's pipeline definition. | DescribePipelineDefinitionForExecution | |
describe-pipeline-executionDescribes the details of a pipeline execution. | DescribePipelineExecution | |
describe-processing-jobReturns a description of a processing job. | DescribeProcessingJob | |
describe-projectDescribes the details of a project. | DescribeProject | |
describe-reserved-capacityRetrieves details about a reserved capacity. | DescribeReservedCapacity | |
describe-spaceDescribes the space. | DescribeSpace | |
describe-studio-lifecycle-configDescribes the Amazon SageMaker AI Studio Lifecycle Configuration. | DescribeStudioLifecycleConfig | |
describe-subscribed-workteamGets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the Amazon Web Services Marketplace. | DescribeSubscribedWorkteam | |
describe-training-jobReturns 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 | DescribeTrainingJob | |
describe-training-planRetrieves detailed information about a specific training plan. | DescribeTrainingPlan | |
describe-transform-jobReturns information about a transform job. | DescribeTransformJob | |
describe-trialProvides a list of a trial's properties. | DescribeTrial | |
describe-trial-componentProvides a list of a trials component's properties. | DescribeTrialComponent | |
describe-user-profileDescribes a user profile. For more information, see CreateUserProfile. | DescribeUserProfile | |
describe-workforceLists 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. | DescribeWorkforce | |
describe-workteamGets 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). | DescribeWorkteam | |
detach-cluster-node-volumeDetaches 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 | DetachClusterNodeVolume | |
disable-sagemaker-servicecatalog-portfolioDisables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. | DisableSagemakerServicecatalogPortfolio | |
disassociate-trial-componentDisassociates 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 | DisassociateTrialComponent | |
enable-sagemaker-servicecatalog-portfolioEnables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. | EnableSagemakerServicecatalogPortfolio | |
get-device-fleet-reportDescribes a fleet. | GetDeviceFleetReport | |
get-lineage-group-policyThe resource policy for the lineage group. | GetLineageGroupPolicy | |
get-model-package-group-policyGets 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.. | GetModelPackageGroupPolicy | |
get-sagemaker-servicecatalog-portfolio-statusGets the status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. | GetSagemakerServicecatalogPortfolioStatus | |
get-scaling-configuration-recommendationStarts an Amazon SageMaker Inference Recommender autoscaling recommendation job. Returns recommendations for autoscaling policies that you can apply to your SageMaker endpoint. | GetScalingConfigurationRecommendation | |
get-search-suggestionsAn 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. | GetSearchSuggestions | |
import-hub-contentImport hub content. | ImportHubContent | |
list-actionsLists the actions in your account and their properties. | ListActions | |
list-algorithmsLists the machine learning algorithms that have been created. | ListAlgorithms | |
list-aliasesLists the aliases of a specified image or image version. | ListAliases | |
list-app-image-configsLists 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. | ListAppImageConfigs | |
list-appsLists apps. | ListApps | |
list-artifactsLists the artifacts in your account and their properties. | ListArtifacts | |
list-associationsLists the associations in your account and their properties. | ListAssociations | |
list-auto-ml-jobsRequest a list of jobs. | ListAutoMLJobs | |
list-candidates-for-auto-ml-jobList the candidates created for the job. | ListCandidatesForAutoMLJob | |
list-cluster-eventsRetrieves 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. | ListClusterEvents | |
list-cluster-nodesRetrieves the list of instances (also called nodes interchangeably) in a SageMaker HyperPod cluster. | ListClusterNodes | |
list-cluster-scheduler-configsList the cluster policy configurations. | ListClusterSchedulerConfigs | |
list-clustersRetrieves the list of SageMaker HyperPod clusters. | ListClusters | |
list-code-repositoriesGets a list of the Git repositories in your account. | ListCodeRepositories | |
list-compilation-jobsLists 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. | ListCompilationJobs | |
list-compute-quotasList the resource allocation definitions. | ListComputeQuotas | |
list-contextsLists the contexts in your account and their properties. | ListContexts | |
list-data-quality-job-definitionsLists the data quality job definitions in your account. | ListDataQualityJobDefinitions | |
list-device-fleetsReturns a list of devices in the fleet. | ListDeviceFleets | |
list-devicesA list of devices. | ListDevices | |
list-domainsLists the domains. | ListDomains | |
list-edge-deployment-plansLists all edge deployment plans. | ListEdgeDeploymentPlans | |
list-edge-packaging-jobsReturns a list of edge packaging jobs. | ListEdgePackagingJobs | |
list-endpoint-configsLists endpoint configurations. | ListEndpointConfigs | |
list-endpointsLists endpoints. | ListEndpoints | |
list-experimentsLists 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. | ListExperiments | |
list-feature-groupsList FeatureGroups based on given filter and order. | ListFeatureGroups | |
list-flow-definitionsReturns information about the flow definitions in your account. | ListFlowDefinitions | |
list-hub-content-versionsList hub content versions. | ListHubContentVersions | |
list-hub-contentsList the contents of a hub. | ListHubContents | |
list-hubsList all existing hubs. | ListHubs | |
list-human-task-uisReturns information about the human task user interfaces in your account. | ListHumanTaskUis | |
list-hyper-parameter-tuning-jobsGets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs launched in your account. | ListHyperParameterTuningJobs | |
list-image-versionsLists the versions of a specified image and their properties. The list can be filtered by creation time or modified time. | ListImageVersions | |
list-imagesLists 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. | ListImages | |
list-inference-componentsLists the inference components in your account and their properties. | ListInferenceComponents | |
list-inference-experimentsReturns the list of all inference experiments. | ListInferenceExperiments | |
list-inference-recommendations-job-stepsReturns 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. | ListInferenceRecommendationsJobSteps | |
list-inference-recommendations-jobsLists recommendation jobs that satisfy various filters. | ListInferenceRecommendationsJobs | |
list-labeling-jobsGets a list of labeling jobs. | ListLabelingJobs | |
list-labeling-jobs-for-workteamGets a list of labeling jobs assigned to a specified work team. | ListLabelingJobsForWorkteam | |
list-lineage-groupsA 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. | ListLineageGroups | |
list-mlflow-appsLists all MLflow Apps | ListMlflowApps | |
list-mlflow-tracking-serversLists all MLflow Tracking Servers. | ListMlflowTrackingServers | |
list-model-bias-job-definitionsLists model bias jobs definitions that satisfy various filters. | ListModelBiasJobDefinitions | |
list-model-card-export-jobsList the export jobs for the Amazon SageMaker Model Card. | ListModelCardExportJobs | |
list-model-card-versionsList existing versions of an Amazon SageMaker Model Card. | ListModelCardVersions | |
list-model-cardsList existing model cards. | ListModelCards | |
list-model-explainability-job-definitionsLists model explainability job definitions that satisfy various filters. | ListModelExplainabilityJobDefinitions | |
list-model-metadataLists the domain, framework, task, and model name of standard machine learning models found in common model zoos. | ListModelMetadata | |
list-model-package-groupsGets a list of the model groups in your Amazon Web Services account. | ListModelPackageGroups | |
list-model-packagesLists the model packages that have been created. | ListModelPackages | |
list-model-quality-job-definitionsGets a list of model quality monitoring job definitions in your account. | ListModelQualityJobDefinitions | |
list-modelsLists models created with the CreateModel API. | ListModels | |
list-monitoring-alert-historyGets a list of past alerts in a model monitoring schedule. | ListMonitoringAlertHistory | |
list-monitoring-alertsGets the alerts for a single monitoring schedule. | ListMonitoringAlerts | |
list-monitoring-executionsReturns list of all monitoring job executions. | ListMonitoringExecutions | |
list-monitoring-schedulesReturns list of all monitoring schedules. | ListMonitoringSchedules | |
list-notebook-instance-lifecycle-configsLists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API. | ListNotebookInstanceLifecycleConfigs | |
list-notebook-instancesReturns a list of the SageMaker AI notebook instances in the requester's account in an Amazon Web Services Region. | ListNotebookInstances | |
list-optimization-jobsLists the optimization jobs in your account and their properties. | ListOptimizationJobs | |
list-partner-appsLists all of the SageMaker Partner AI Apps in an account. | ListPartnerApps | |
list-pipeline-execution-stepsGets a list of PipeLineExecutionStep objects. | ListPipelineExecutionSteps | |
list-pipeline-executionsGets a list of the pipeline executions. | ListPipelineExecutions | |
list-pipeline-parameters-for-executionGets a list of parameters for a pipeline execution. | ListPipelineParametersForExecution | |
list-pipeline-versionsGets a list of all versions of the pipeline. | ListPipelineVersions | |
list-pipelinesGets a list of pipelines. | ListPipelines | |
list-processing-jobsLists processing jobs that satisfy various filters. | ListProcessingJobs | |
list-projectsGets a list of the projects in an Amazon Web Services account. | ListProjects | |
list-resource-catalogsLists Amazon SageMaker Catalogs based on given filters and orders. The maximum number of ResourceCatalogs viewable is 1000. | ListResourceCatalogs | |
list-spacesLists spaces. | ListSpaces | |
list-stage-devicesLists devices allocated to the stage, containing detailed device information and deployment status. | ListStageDevices | |
list-studio-lifecycle-configsLists the Amazon SageMaker AI Studio Lifecycle Configurations in your Amazon Web Services Account. | ListStudioLifecycleConfigs | |
list-subscribed-workteamsGets 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. | ListSubscribedWorkteams | |
list-tagsReturns the tags for the specified SageMaker resource. | ListTags | |
list-training-jobsLists 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 | ListTrainingJobs | |
list-training-jobs-for-hyper-parameter-tuning-jobGets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched. | ListTrainingJobsForHyperParameterTuningJob | |
list-training-plansRetrieves a list of training plans for the current account. | ListTrainingPlans | |
list-transform-jobsLists transform jobs. | ListTransformJobs | |
list-trial-componentsLists 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 | ListTrialComponents | |
list-trialsLists 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 | ListTrials | |
list-ultra-servers-by-reserved-capacityLists all UltraServers that are part of a specified reserved capacity. | ListUltraServersByReservedCapacity | |
list-user-profilesLists user profiles. | ListUserProfiles | |
list-workforcesUse 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. | ListWorkforces | |
list-workteamsGets 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. | ListWorkteams | |
put-model-package-group-policyAdds 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.. | PutModelPackageGroupPolicy | |
query-lineageUse this action to inspect your lineage and discover relationships between entities. For more information, see Querying Lineage Entities in the Amazon SageMaker Developer Guide. | QueryLineage | |
register-devicesRegister devices. | RegisterDevices | |
render-ui-templateRenders the UI template so that you can preview the worker's experience. | RenderUiTemplate | |
retry-pipeline-executionRetry the execution of the pipeline. | RetryPipelineExecution | |
searchFinds 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 | |
search-training-plan-offeringsSearches 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 | SearchTrainingPlanOfferings | |
send-pipeline-execution-step-failureNotifies 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). | SendPipelineExecutionStepFailure | |
send-pipeline-execution-step-successNotifies 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). | SendPipelineExecutionStepSuccess | |
start-edge-deployment-stageStarts a stage in an edge deployment plan. | StartEdgeDeploymentStage | |
start-inference-experimentStarts an inference experiment. | StartInferenceExperiment | |
start-mlflow-tracking-serverProgrammatically start an MLflow Tracking Server. | StartMlflowTrackingServer | |
start-monitoring-scheduleStarts a previously stopped monitoring schedule. By default, when you successfully create a new schedule, the status of a monitoring schedule is scheduled. | StartMonitoringSchedule | |
start-notebook-instanceLaunches 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 | StartNotebookInstance | |
start-pipeline-executionStarts a pipeline execution. | StartPipelineExecution | |
start-sessionInitiates a remote connection session between a local integrated development environments (IDEs) and a remote SageMaker space. | StartSession | |
stop-auto-ml-jobA method for forcing a running job to shut down. | StopAutoMLJob | |
stop-compilation-jobStops 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 | StopCompilationJob | |
stop-edge-deployment-stageStops a stage in an edge deployment plan. | StopEdgeDeploymentStage | |
stop-edge-packaging-jobRequest to stop an edge packaging job. | StopEdgePackagingJob | |
stop-hyper-parameter-tuning-jobStops 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 | StopHyperParameterTuningJob | |
stop-inference-experimentStops an inference experiment. | StopInferenceExperiment | |
stop-inference-recommendations-jobStops an Inference Recommender job. | StopInferenceRecommendationsJob | |
stop-labeling-jobStops 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. | StopLabelingJob | |
stop-mlflow-tracking-serverProgrammatically stop an MLflow Tracking Server. | StopMlflowTrackingServer | |
stop-monitoring-scheduleStops a previously started monitoring schedule. | StopMonitoringSchedule | |
stop-notebook-instanceTerminates 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 | StopNotebookInstance | |
stop-optimization-jobEnds a running inference optimization job. | StopOptimizationJob | |
stop-pipeline-executionStops 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 | StopPipelineExecution | |
stop-processing-jobStops a processing job. | StopProcessingJob | |
stop-training-jobStops 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 | StopTrainingJob | |
stop-transform-jobStops 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 | StopTransformJob | |
update-actionUpdates an action. | UpdateAction | |
update-app-image-configUpdates the properties of an AppImageConfig. | UpdateAppImageConfig | |
update-artifactUpdates an artifact. | UpdateArtifact | |
update-clusterUpdates a SageMaker HyperPod cluster. | UpdateCluster | |
update-cluster-scheduler-configUpdate the cluster policy configuration. | UpdateClusterSchedulerConfig | |
update-cluster-softwareUpdates 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 | UpdateClusterSoftware | |
update-code-repositoryUpdates the specified Git repository with the specified values. | UpdateCodeRepository | |
update-compute-quotaUpdate the compute allocation definition. | UpdateComputeQuota | |
update-contextUpdates a context. | UpdateContext | |
update-device-fleetUpdates a fleet of devices. | UpdateDeviceFleet | |
update-devicesUpdates one or more devices in a fleet. | UpdateDevices | |
update-domainUpdates the default settings for new user profiles in the domain. | UpdateDomain | |
update-endpointDeploys 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 | UpdateEndpoint | |
update-endpoint-weights-and-capacitiesUpdates 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 | UpdateEndpointWeightsAndCapacities | |
update-experimentAdds, updates, or removes the description of an experiment. Updates the display name of an experiment. | UpdateExperiment | |
update-feature-groupUpdates 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 | UpdateFeatureGroup | |
update-feature-metadataUpdates the description and parameters of the feature group. | UpdateFeatureMetadata | |
update-hubUpdate a hub. | UpdateHub | |
update-hub-contentUpdates 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 | UpdateHubContent | |
update-hub-content-referenceUpdates 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 | UpdateHubContentReference | |
update-imageUpdates the properties of a SageMaker AI image. To change the image's tags, use the AddTags and DeleteTags APIs. | UpdateImage | |
update-image-versionUpdates the properties of a SageMaker AI image version. | UpdateImageVersion | |
update-inference-componentUpdates an inference component. | UpdateInferenceComponent | |
update-inference-component-runtime-configRuntime settings for a model that is deployed with an inference component. | UpdateInferenceComponentRuntimeConfig | |
update-inference-experimentUpdates 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. | UpdateInferenceExperiment | |
update-mlflow-appUpdates an MLflow App. | UpdateMlflowApp | |
update-mlflow-tracking-serverUpdates properties of an existing MLflow Tracking Server. | UpdateMlflowTrackingServer | |
update-model-cardUpdate an Amazon SageMaker Model Card. You cannot update both model card content and model card status in a single call. | UpdateModelCard | |
update-model-packageUpdates a versioned model. | UpdateModelPackage | |
update-monitoring-alertUpdate the parameters of a model monitor alert. | UpdateMonitoringAlert | |
update-monitoring-scheduleUpdates a previously created schedule. | UpdateMonitoringSchedule | |
update-notebook-instanceUpdates 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 | UpdateNotebookInstance | |
update-notebook-instance-lifecycle-configUpdates 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 | UpdateNotebookInstanceLifecycleConfig | |
update-partner-appUpdates all of the SageMaker Partner AI Apps in an account. | UpdatePartnerApp | |
update-pipelineUpdates a pipeline. | UpdatePipeline | |
update-pipeline-executionUpdates a pipeline execution. | UpdatePipelineExecution | |
update-pipeline-versionUpdates a pipeline version. | UpdatePipelineVersion | |
update-projectUpdates 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 | UpdateProject | |
update-spaceUpdates the settings of a space. You can't edit the app type of a space in the SpaceSettings. | UpdateSpace | |
update-training-jobUpdate a model training job to request a new Debugger profiling configuration or to change warm pool retention length. | UpdateTrainingJob | |
update-trialUpdates the display name of a trial. | UpdateTrial | |
update-trial-componentUpdates one or more properties of a trial component. | UpdateTrialComponent | |
update-user-profileUpdates a user profile. | UpdateUserProfile | |
update-workforceUse 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 | UpdateWorkforce | |
update-workteamUpdates an existing work team with new member definitions or description. | UpdateWorkteam |
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSageMaker