AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Implementation for accessing SageMaker Provides APIs for creating and managing SageMaker resources.
Other Resources:
Namespace: Amazon.SageMaker
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class AmazonSageMakerClient : AmazonServiceClient IAmazonSageMaker, IAmazonService, IDisposable
The AmazonSageMakerClient type exposes the following members
Name | Description | |
---|---|---|
![]() |
AmazonSageMakerClient() |
Constructs AmazonSageMakerClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonSageMakerClient(RegionEndpoint) |
Constructs AmazonSageMakerClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonSageMakerClient(AmazonSageMakerConfig) |
Constructs AmazonSageMakerClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonSageMakerClient(AWSCredentials) |
Constructs AmazonSageMakerClient with AWS Credentials |
![]() |
AmazonSageMakerClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonSageMakerClient with AWS Credentials |
![]() |
AmazonSageMakerClient(AWSCredentials, AmazonSageMakerConfig) |
Constructs AmazonSageMakerClient with AWS Credentials and an AmazonSageMakerClient Configuration object. |
![]() |
AmazonSageMakerClient(string, string) |
Constructs AmazonSageMakerClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonSageMakerClient(string, string, RegionEndpoint) |
Constructs AmazonSageMakerClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonSageMakerClient(string, string, AmazonSageMakerConfig) |
Constructs AmazonSageMakerClient with AWS Access Key ID, AWS Secret Key and an AmazonSageMakerClient Configuration object. |
![]() |
AmazonSageMakerClient(string, string, string) |
Constructs AmazonSageMakerClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonSageMakerClient(string, string, string, RegionEndpoint) |
Constructs AmazonSageMakerClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonSageMakerClient(string, string, string, AmazonSageMakerConfig) |
Constructs AmazonSageMakerClient with AWS Access Key ID, AWS Secret Key and an AmazonSageMakerClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
![]() |
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
Paginators | Amazon.SageMaker.Model.ISageMakerPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
![]() |
AddAssociation(AddAssociationRequest) |
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. |
![]() |
AddAssociationAsync(AddAssociationRequest, CancellationToken) |
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. |
![]() |
AddTags(AddTagsRequest) |
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 value. Tag keys must be unique per resource. For more information about tags, see For more information, see Amazon Web Services Tagging Strategies.
Tags that you add to a hyperparameter tuning job by calling this API are also added
to any training jobs that the hyperparameter tuning job launches after you call this
API, but not to training jobs that the hyperparameter tuning job launched before you
called this API. To make sure that the tags associated with a hyperparameter tuning
job are also added to all training jobs that the hyperparameter tuning job launches,
add the tags when you first create the tuning job by specifying them in the
Tags that you add to a SageMaker Studio Domain or User Profile by calling this API
are also added to any Apps that the Domain or User Profile launches after you call
this API, but not to Apps that the Domain or User Profile launched before you called
this API. To make sure that the tags associated with a Domain or User Profile are
also added to all Apps that the Domain or User Profile launches, add the tags when
you first create the Domain or User Profile by specifying them in the |
![]() |
AddTagsAsync(AddTagsRequest, CancellationToken) |
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 value. Tag keys must be unique per resource. For more information about tags, see For more information, see Amazon Web Services Tagging Strategies.
Tags that you add to a hyperparameter tuning job by calling this API are also added
to any training jobs that the hyperparameter tuning job launches after you call this
API, but not to training jobs that the hyperparameter tuning job launched before you
called this API. To make sure that the tags associated with a hyperparameter tuning
job are also added to all training jobs that the hyperparameter tuning job launches,
add the tags when you first create the tuning job by specifying them in the
Tags that you add to a SageMaker Studio Domain or User Profile by calling this API
are also added to any Apps that the Domain or User Profile launches after you call
this API, but not to Apps that the Domain or User Profile launched before you called
this API. To make sure that the tags associated with a Domain or User Profile are
also added to all Apps that the Domain or User Profile launches, add the tags when
you first create the Domain or User Profile by specifying them in the |
![]() |
AssociateTrialComponent(AssociateTrialComponentRequest) |
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. |
![]() |
AssociateTrialComponentAsync(AssociateTrialComponentRequest, CancellationToken) |
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. |
![]() |
BatchDescribeModelPackage(BatchDescribeModelPackageRequest) |
This action batch describes a list of versioned model packages |
![]() |
BatchDescribeModelPackageAsync(BatchDescribeModelPackageRequest, CancellationToken) |
This action batch describes a list of versioned model packages |
![]() |
CreateAction(CreateActionRequest) |
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. |
![]() |
CreateActionAsync(CreateActionRequest, CancellationToken) |
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. |
![]() |
CreateAlgorithm(CreateAlgorithmRequest) |
Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace. |
![]() |
CreateAlgorithmAsync(CreateAlgorithmRequest, CancellationToken) |
Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace. |
![]() |
CreateApp(CreateAppRequest) |
Creates a running app for the specified UserProfile. Supported apps are |
![]() |
CreateAppAsync(CreateAppRequest, CancellationToken) |
Creates a running app for the specified UserProfile. Supported apps are |
![]() |
CreateAppImageConfig(CreateAppImageConfigRequest) |
Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image. |
![]() |
CreateAppImageConfigAsync(CreateAppImageConfigRequest, CancellationToken) |
Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image. |
![]() |
CreateArtifact(CreateArtifactRequest) |
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. |
![]() |
CreateArtifactAsync(CreateArtifactRequest, CancellationToken) |
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. |
![]() |
CreateAutoMLJob(CreateAutoMLJobRequest) |
Creates an Autopilot job. Find the best-performing model after you run an Autopilot job by calling . For information about how to use Autopilot, see Automate Model Development with Amazon SageMaker Autopilot. |
![]() |
CreateAutoMLJobAsync(CreateAutoMLJobRequest, CancellationToken) |
Creates an Autopilot job. Find the best-performing model after you run an Autopilot job by calling . For information about how to use Autopilot, see Automate Model Development with Amazon SageMaker Autopilot. |
![]() |
CreateCodeRepository(CreateCodeRepositoryRequest) |
Creates a Git repository as a resource in your SageMaker 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 account, so it can be associated with more than one notebook instance, and it persists independently from the lifecycle of any notebook instances it is associated with. The repository can be hosted either in Amazon Web Services CodeCommit or in any other Git repository. |
![]() |
CreateCodeRepositoryAsync(CreateCodeRepositoryRequest, CancellationToken) |
Creates a Git repository as a resource in your SageMaker 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 account, so it can be associated with more than one notebook instance, and it persists independently from the lifecycle of any notebook instances it is associated with. The repository can be hosted either in Amazon Web Services CodeCommit or in any other Git repository. |
![]() |
CreateCompilationJob(CreateCompilationJobRequest) |
Starts a model compilation job. After the model has been compiled, Amazon SageMaker 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 hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts with Amazon Web Services IoT Greengrass. In that case, deploy them as an ML resource. In the request body, you provide the following:
You can also provide a To stop a model compilation job, use StopCompilationJob. To get information about a particular model compilation job, use DescribeCompilationJob. To get information about multiple model compilation jobs, use ListCompilationJobs. |
![]() |
CreateCompilationJobAsync(CreateCompilationJobRequest, CancellationToken) |
Starts a model compilation job. After the model has been compiled, Amazon SageMaker 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 hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts with Amazon Web Services IoT Greengrass. In that case, deploy them as an ML resource. In the request body, you provide the following:
You can also provide a To stop a model compilation job, use StopCompilationJob. To get information about a particular model compilation job, use DescribeCompilationJob. To get information about multiple model compilation jobs, use ListCompilationJobs. |
![]() |
CreateContext(CreateContextRequest) |
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. |
![]() |
CreateContextAsync(CreateContextRequest, CancellationToken) |
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. |
![]() |
CreateDataQualityJobDefinition(CreateDataQualityJobDefinitionRequest) |
Creates a definition for a job that monitors data quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor. |
![]() |
CreateDataQualityJobDefinitionAsync(CreateDataQualityJobDefinitionRequest, CancellationToken) |
Creates a definition for a job that monitors data quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor. |
![]() |
CreateDeviceFleet(CreateDeviceFleetRequest) |
Creates a device fleet. |
![]() |
CreateDeviceFleetAsync(CreateDeviceFleetRequest, CancellationToken) |
Creates a device fleet. |
![]() |
CreateDomain(CreateDomainRequest) |
Creates a EFS storage When a domain is created, an EFS volume is created for use by all of the users within the domain. Each user receives a private home directory within the EFS volume for notebooks, Git repositories, and data files. SageMaker uses the Amazon Web Services Key Management Service (Amazon Web Services KMS) to encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by default. For more control, you can specify a customer managed key. For more information, see Protect Data at Rest Using Encryption. VPC configuration
All SageMaker Studio traffic between the domain and the EFS volume is through the
specified VPC and subnets. For other Studio traffic, you can specify the
NFS traffic over TCP on port 2049 needs to be allowed in both inbound and outbound rules in order to launch a SageMaker Studio app successfully. For more information, see Connect SageMaker Studio Notebooks to Resources in a VPC. |
![]() |
CreateDomainAsync(CreateDomainRequest, CancellationToken) |
Creates a EFS storage When a domain is created, an EFS volume is created for use by all of the users within the domain. Each user receives a private home directory within the EFS volume for notebooks, Git repositories, and data files. SageMaker uses the Amazon Web Services Key Management Service (Amazon Web Services KMS) to encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by default. For more control, you can specify a customer managed key. For more information, see Protect Data at Rest Using Encryption. VPC configuration
All SageMaker Studio traffic between the domain and the EFS volume is through the
specified VPC and subnets. For other Studio traffic, you can specify the
NFS traffic over TCP on port 2049 needs to be allowed in both inbound and outbound rules in order to launch a SageMaker Studio app successfully. For more information, see Connect SageMaker Studio Notebooks to Resources in a VPC. |
![]() |
CreateEdgePackagingJob(CreateEdgePackagingJobRequest) |
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. |
![]() |
CreateEdgePackagingJobAsync(CreateEdgePackagingJobRequest, CancellationToken) |
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. |
![]() |
CreateEndpoint(CreateEndpointRequest) |
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. For an example that calls this method when deploying a model to SageMaker hosting services, see the Create Endpoint example notebook.
You must not delete an The endpoint name must be unique within an Amazon Web Services Region in your Amazon Web Services account. When it receives the request, SageMaker creates the endpoint, launches the resources (ML compute instances), and deploys the model(s) on them.
When you call CreateEndpoint, a load call is made to DynamoDB to verify that
your endpoint configuration exists. When you read data from a DynamoDB table supporting
When SageMaker receives the request, it sets the endpoint status to If any of the models hosted at this endpoint get model data from an Amazon S3 location, SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provided. Amazon Web Services STS is activated in your IAM user account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide. To add the IAM role policies for using this API operation, go to the IAM console, and choose Roles in the left navigation pane. Search the IAM role that you want to grant access to use the CreateEndpoint and CreateEndpointConfig API operations, add the following policies to the role.
|
![]() |
CreateEndpointAsync(CreateEndpointRequest, CancellationToken) |
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. For an example that calls this method when deploying a model to SageMaker hosting services, see the Create Endpoint example notebook.
You must not delete an The endpoint name must be unique within an Amazon Web Services Region in your Amazon Web Services account. When it receives the request, SageMaker creates the endpoint, launches the resources (ML compute instances), and deploys the model(s) on them.
When you call CreateEndpoint, a load call is made to DynamoDB to verify that
your endpoint configuration exists. When you read data from a DynamoDB table supporting
When SageMaker receives the request, it sets the endpoint status to If any of the models hosted at this endpoint get model data from an Amazon S3 location, SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provided. Amazon Web Services STS is activated in your IAM user account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide. To add the IAM role policies for using this API operation, go to the IAM console, and choose Roles in the left navigation pane. Search the IAM role that you want to grant access to use the CreateEndpoint and CreateEndpointConfig API operations, add the following policies to the role.
|
![]() |
CreateEndpointConfig(CreateEndpointConfigRequest) |
Creates an endpoint configuration that SageMaker hosting services uses to deploy models.
In the configuration, you identify one or more models, created using the
Use this API if you want to use SageMaker hosting services to deploy models into
production.
In the request, you define a
If you are hosting multiple models, you also assign a
When you call CreateEndpoint, a load call is made to DynamoDB to verify that
your endpoint configuration exists. When you read data from a DynamoDB table supporting
|
![]() |
CreateEndpointConfigAsync(CreateEndpointConfigRequest, CancellationToken) |
Creates an endpoint configuration that SageMaker hosting services uses to deploy models.
In the configuration, you identify one or more models, created using the
Use this API if you want to use SageMaker hosting services to deploy models into
production.
In the request, you define a
If you are hosting multiple models, you also assign a
When you call CreateEndpoint, a load call is made to DynamoDB to verify that
your endpoint configuration exists. When you read data from a DynamoDB table supporting
|
![]() |
CreateExperiment(CreateExperimentRequest) |
Creates an 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. The goal of an experiment is to determine the components that produce the best model. Multiple trials are performed, each one isolating and measuring the impact of a change to one or more inputs, while keeping the remaining inputs constant. When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK. You can add tags to experiments, trials, trial components and then use the Search API to search for the tags.
To add a description to an experiment, specify the optional To get a list of all your experiments, call the ListExperiments API. To view an experiment's properties, call the DescribeExperiment API. To get a list of all the trials associated with an experiment, call the ListTrials API. To create a trial call the CreateTrial API. |
![]() |
CreateExperimentAsync(CreateExperimentRequest, CancellationToken) |
Creates an 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. The goal of an experiment is to determine the components that produce the best model. Multiple trials are performed, each one isolating and measuring the impact of a change to one or more inputs, while keeping the remaining inputs constant. When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK. You can add tags to experiments, trials, trial components and then use the Search API to search for the tags.
To add a description to an experiment, specify the optional To get a list of all your experiments, call the ListExperiments API. To view an experiment's properties, call the DescribeExperiment API. To get a list of all the trials associated with an experiment, call the ListTrials API. To create a trial call the CreateTrial API. |
![]() |
CreateFeatureGroup(CreateFeatureGroupRequest) |
Create a new
The
You must include at least one of |
![]() |
CreateFeatureGroupAsync(CreateFeatureGroupRequest, CancellationToken) |
Create a new
The
You must include at least one of |
![]() |
CreateFlowDefinition(CreateFlowDefinitionRequest) |
Creates a flow definition. |
![]() |
CreateFlowDefinitionAsync(CreateFlowDefinitionRequest, CancellationToken) |
Creates a flow definition. |
![]() |
CreateHumanTaskUi(CreateHumanTaskUiRequest) |
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. |
![]() |
CreateHumanTaskUiAsync(CreateHumanTaskUiRequest, CancellationToken) |
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. |
![]() |
CreateHyperParameterTuningJob(CreateHyperParameterTuningJobRequest) |
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 model that performs the best, as measured by an objective metric that you choose. |
![]() |
CreateHyperParameterTuningJobAsync(CreateHyperParameterTuningJobRequest, CancellationToken) |
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 model that performs the best, as measured by an objective metric that you choose. |
![]() |
CreateImage(CreateImageRequest) |
Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon Elastic Container Registry (ECR). For more information, see Bring your own SageMaker image. |
![]() |
CreateImageAsync(CreateImageRequest, CancellationToken) |
Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon Elastic Container Registry (ECR). For more information, see Bring your own SageMaker image. |
![]() |
CreateImageVersion(CreateImageVersionRequest) |
Creates a version of the SageMaker image specified by |
![]() |
CreateImageVersionAsync(CreateImageVersionRequest, CancellationToken) |
Creates a version of the SageMaker image specified by |
![]() |
CreateInferenceRecommendationsJob(CreateInferenceRecommendationsJobRequest) |
Starts a recommendation job. You can create either an instance recommendation or load test job. |
![]() |
CreateInferenceRecommendationsJobAsync(CreateInferenceRecommendationsJobRequest, CancellationToken) |
Starts a recommendation job. You can create either an instance recommendation or load test job. |
![]() |
CreateLabelingJob(CreateLabelingJobRequest) |
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:
You can also use automated data labeling to reduce the number of data objects that need to be labeled by a human. Automated data labeling uses active learning to determine if a data object can be labeled by machine or if it needs to be sent to a human worker. For more information, see Using Automated Data Labeling. The data objects to be labeled are contained in an Amazon S3 bucket. You create a manifest file that describes the location of each object. For more information, see Using Input and Output Data. The output can be used as the manifest file for another labeling job or as training data for your machine learning models.
You can use this operation to create a static labeling job or a streaming labeling
job. A static labeling job stops if all data objects in the input manifest file identified
in |
![]() |
CreateLabelingJobAsync(CreateLabelingJobRequest, CancellationToken) |
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:
You can also use automated data labeling to reduce the number of data objects that need to be labeled by a human. Automated data labeling uses active learning to determine if a data object can be labeled by machine or if it needs to be sent to a human worker. For more information, see Using Automated Data Labeling. The data objects to be labeled are contained in an Amazon S3 bucket. You create a manifest file that describes the location of each object. For more information, see Using Input and Output Data. The output can be used as the manifest file for another labeling job or as training data for your machine learning models.
You can use this operation to create a static labeling job or a streaming labeling
job. A static labeling job stops if all data objects in the input manifest file identified
in |
![]() |
CreateModel(CreateModelRequest) |
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 model for predictions. Use this API to create a model if you want to use SageMaker hosting services or run a batch transform job.
To host your model, you create an endpoint configuration with the For an example that calls this method when deploying a model to SageMaker hosting services, see Create a Model (Amazon Web Services SDK for Python (Boto 3)).
To run a batch transform using your model, you start a job with the In the request, you also provide an IAM role that SageMaker can assume to access model artifacts and docker image for deployment on ML compute hosting instances or for batch transform jobs. In addition, you also use the IAM role to manage permissions the inference code needs. For example, if the inference code access any other Amazon Web Services resources, you grant necessary permissions via this role. |
![]() |
CreateModelAsync(CreateModelRequest, CancellationToken) |
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 model for predictions. Use this API to create a model if you want to use SageMaker hosting services or run a batch transform job.
To host your model, you create an endpoint configuration with the For an example that calls this method when deploying a model to SageMaker hosting services, see Create a Model (Amazon Web Services SDK for Python (Boto 3)).
To run a batch transform using your model, you start a job with the In the request, you also provide an IAM role that SageMaker can assume to access model artifacts and docker image for deployment on ML compute hosting instances or for batch transform jobs. In addition, you also use the IAM role to manage permissions the inference code needs. For example, if the inference code access any other Amazon Web Services resources, you grant necessary permissions via this role. |
![]() |
CreateModelBiasJobDefinition(CreateModelBiasJobDefinitionRequest) |
Creates the definition for a model bias job. |
![]() |
CreateModelBiasJobDefinitionAsync(CreateModelBiasJobDefinitionRequest, CancellationToken) |
Creates the definition for a model bias job. |
![]() |
CreateModelExplainabilityJobDefinition(CreateModelExplainabilityJobDefinitionRequest) |
Creates the definition for a model explainability job. |
![]() |
CreateModelExplainabilityJobDefinitionAsync(CreateModelExplainabilityJobDefinitionRequest, CancellationToken) |
Creates the definition for a model explainability job. |
![]() |
CreateModelPackage(CreateModelPackageRequest) |
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 package by specifying a Docker container that contains your inference
code and the Amazon S3 location of your model artifacts, provide values for There are two types of model packages:
|
![]() |
CreateModelPackageAsync(CreateModelPackageRequest, CancellationToken) |
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 package by specifying a Docker container that contains your inference
code and the Amazon S3 location of your model artifacts, provide values for There are two types of model packages:
|
![]() |
CreateModelPackageGroup(CreateModelPackageGroupRequest) |
Creates a model group. A model group contains a group of model versions. |
![]() |
CreateModelPackageGroupAsync(CreateModelPackageGroupRequest, CancellationToken) |
Creates a model group. A model group contains a group of model versions. |
![]() |
CreateModelQualityJobDefinition(CreateModelQualityJobDefinitionRequest) |
Creates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor. |
![]() |
CreateModelQualityJobDefinitionAsync(CreateModelQualityJobDefinitionRequest, CancellationToken) |
Creates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor. |
![]() |
CreateMonitoringSchedule(CreateMonitoringScheduleRequest) |
Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an Amazon SageMaker Endoint. |
![]() |
CreateMonitoringScheduleAsync(CreateMonitoringScheduleRequest, CancellationToken) |
Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an Amazon SageMaker Endoint. |
![]() |
CreateNotebookInstance(CreateNotebookInstanceRequest) |
Creates an SageMaker notebook instance. A notebook instance is a machine learning (ML) compute instance running on a Jupyter notebook.
In a SageMaker also provides a set of example notebooks. Each notebook demonstrates how to use SageMaker with a specific algorithm or with a machine learning framework. After receiving the request, SageMaker does the following:
After creating the notebook instance, SageMaker returns its Amazon Resource Name (ARN). You can't change the name of a notebook instance after you create it. After SageMaker creates the notebook instance, you can connect to the Jupyter server and work in Jupyter notebooks. For example, you can write code to explore a dataset that you can use for model training, train a model, host models by creating SageMaker endpoints, and validate hosted models. For more information, see How It Works. |
![]() |
CreateNotebookInstanceAsync(CreateNotebookInstanceRequest, CancellationToken) |
Creates an SageMaker notebook instance. A notebook instance is a machine learning (ML) compute instance running on a Jupyter notebook.
In a SageMaker also provides a set of example notebooks. Each notebook demonstrates how to use SageMaker with a specific algorithm or with a machine learning framework. After receiving the request, SageMaker does the following:
After creating the notebook instance, SageMaker returns its Amazon Resource Name (ARN). You can't change the name of a notebook instance after you create it. After SageMaker creates the notebook instance, you can connect to the Jupyter server and work in Jupyter notebooks. For example, you can write code to explore a dataset that you can use for model training, train a model, host models by creating SageMaker endpoints, and validate hosted models. For more information, see How It Works. |
![]() |
CreateNotebookInstanceLifecycleConfig(CreateNotebookInstanceLifecycleConfigRequest) |
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
View CloudWatch Logs for notebook instance lifecycle configurations in log group Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started. For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance. |
![]() |
CreateNotebookInstanceLifecycleConfigAsync(CreateNotebookInstanceLifecycleConfigRequest, CancellationToken) |
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
View CloudWatch Logs for notebook instance lifecycle configurations in log group Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started. For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance. |
![]() |
CreatePipeline(CreatePipelineRequest) |
Creates a pipeline using a JSON pipeline definition. |
![]() |
CreatePipelineAsync(CreatePipelineRequest, CancellationToken) |
Creates a pipeline using a JSON pipeline definition. |
![]() |
CreatePresignedDomainUrl(CreatePresignedDomainUrlRequest) |
Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System (EFS) volume. This operation can only be called when the authentication mode equals IAM. The IAM role or user used to call this API defines the permissions to access the app. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the app. You can restrict access to this API and to the URL that it returns to a list of IP addresses, Amazon VPCs or Amazon VPC Endpoints that you specify. For more information, see Connect to SageMaker Studio Through an Interface VPC Endpoint .
The URL that you get from a call to |
![]() |
CreatePresignedDomainUrlAsync(CreatePresignedDomainUrlRequest, CancellationToken) |
Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System (EFS) volume. This operation can only be called when the authentication mode equals IAM. The IAM role or user used to call this API defines the permissions to access the app. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the app. You can restrict access to this API and to the URL that it returns to a list of IP addresses, Amazon VPCs or Amazon VPC Endpoints that you specify. For more information, see Connect to SageMaker Studio Through an Interface VPC Endpoint .
The URL that you get from a call to |
![]() |
CreatePresignedNotebookInstanceUrl(CreatePresignedNotebookInstanceUrlRequest) |
Returns a URL that you can use to connect to the Jupyter server from a notebook instance.
In the SageMaker console, when you choose The IAM role or user used to call this API defines the permissions to access the notebook instance. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the notebook instance.
You can restrict access to this API and to the URL that it returns to a list of IP
addresses that you specify. Use the The URL that you get from a call to CreatePresignedNotebookInstanceUrl is valid only for 5 minutes. If you try to use the URL after the 5-minute limit expires, you are directed to the Amazon Web Services console sign-in page. |
![]() |
CreatePresignedNotebookInstanceUrlAsync(CreatePresignedNotebookInstanceUrlRequest, CancellationToken) |
Returns a URL that you can use to connect to the Jupyter server from a notebook instance.
In the SageMaker console, when you choose The IAM role or user used to call this API defines the permissions to access the notebook instance. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the notebook instance.
You can restrict access to this API and to the URL that it returns to a list of IP
addresses that you specify. Use the The URL that you get from a call to CreatePresignedNotebookInstanceUrl is valid only for 5 minutes. If you try to use the URL after the 5-minute limit expires, you are directed to the Amazon Web Services console sign-in page. |
![]() |
CreateProcessingJob(CreateProcessingJobRequest) |
Creates a processing job. |
![]() |
CreateProcessingJobAsync(CreateProcessingJobRequest, CancellationToken) |
Creates a processing job. |
![]() |
CreateProject(CreateProjectRequest) |
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. |
![]() |
CreateProjectAsync(CreateProjectRequest, CancellationToken) |
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. |
![]() |
CreateStudioLifecycleConfig(CreateStudioLifecycleConfigRequest) |
Creates a new Studio Lifecycle Configuration. |
![]() |
CreateStudioLifecycleConfigAsync(CreateStudioLifecycleConfigRequest, CancellationToken) |
Creates a new Studio Lifecycle Configuration. |
![]() |
CreateTrainingJob(CreateTrainingJobRequest) |
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 artifacts in a machine learning service other than SageMaker, provided that you know how to use them for inference. In the request body, you provide the following:
For more information about SageMaker, see How It Works. |
![]() |
CreateTrainingJobAsync(CreateTrainingJobRequest, CancellationToken) |
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 artifacts in a machine learning service other than SageMaker, provided that you know how to use them for inference. In the request body, you provide the following:
For more information about SageMaker, see How It Works. |
![]() |
CreateTransformJob(CreateTransformJobRequest) |
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 provide the following:
For more information about how batch transformation works, see Batch Transform. |
![]() |
CreateTransformJobAsync(CreateTransformJobRequest, CancellationToken) |
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 provide the following:
For more information about how batch transformation works, see Batch Transform. |
![]() |
CreateTrial(CreateTrialRequest) |
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, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK. You can add tags to a trial and then use the Search API to search for the tags. To get a list of all your trials, call the ListTrials API. To view a trial's properties, call the DescribeTrial API. To create a trial component, call the CreateTrialComponent API. |
![]() |
CreateTrialAsync(CreateTrialRequest, CancellationToken) |
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, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK. You can add tags to a trial and then use the Search API to search for the tags. To get a list of all your trials, call the ListTrials API. To view a trial's properties, call the DescribeTrial API. To create a trial component, call the CreateTrialComponent API. |
![]() |
CreateTrialComponent(CreateTrialComponentRequest) |
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 SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK. You can add tags to a trial component and then use the Search API to search for the tags. |
![]() |
CreateTrialComponentAsync(CreateTrialComponentRequest, CancellationToken) |
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 SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK. You can add tags to a trial component and then use the Search API to search for the tags. |
![]() |
CreateUserProfile(CreateUserProfileRequest) |
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 Amazon SageMaker Studio. If an administrator invites a person by email or imports them from SSO, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user's private Amazon Elastic File System (EFS) home directory. |
![]() |
CreateUserProfileAsync(CreateUserProfileRequest, CancellationToken) |
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 Amazon SageMaker Studio. If an administrator invites a person by email or imports them from SSO, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user's private Amazon Elastic File System (EFS) home directory. |
![]() |
CreateWorkforce(CreateWorkforceRequest) |
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 in an Amazon Web Services Region where a workforce
already exists, use the API operation to delete the existing workforce and then use
To create a private workforce using Amazon Cognito, you must specify a Cognito user
pool in
To create a private workforce using your own OIDC Identity Provider (IdP), specify
your IdP configuration in |
![]() |
CreateWorkforceAsync(CreateWorkforceRequest, CancellationToken) |
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 in an Amazon Web Services Region where a workforce
already exists, use the API operation to delete the existing workforce and then use
To create a private workforce using Amazon Cognito, you must specify a Cognito user
pool in
To create a private workforce using your own OIDC Identity Provider (IdP), specify
your IdP configuration in |
![]() |
CreateWorkteam(CreateWorkteamRequest) |
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. |
![]() |
CreateWorkteamAsync(CreateWorkteamRequest, CancellationToken) |
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. |
![]() |
DeleteAction(DeleteActionRequest) |
Deletes an action. |
![]() |
DeleteActionAsync(DeleteActionRequest, CancellationToken) |
Deletes an action. |
![]() |
DeleteAlgorithm(DeleteAlgorithmRequest) |
Removes the specified algorithm from your account. |
![]() |
DeleteAlgorithmAsync(DeleteAlgorithmRequest, CancellationToken) |
Removes the specified algorithm from your account. |
![]() |
DeleteApp(DeleteAppRequest) |
Used to stop and delete an app. |
![]() |
DeleteAppAsync(DeleteAppRequest, CancellationToken) |
Used to stop and delete an app. |
![]() |
DeleteAppImageConfig(DeleteAppImageConfigRequest) |
Deletes an AppImageConfig. |
![]() |
DeleteAppImageConfigAsync(DeleteAppImageConfigRequest, CancellationToken) |
Deletes an AppImageConfig. |
![]() |
DeleteArtifact(DeleteArtifactRequest) |
Deletes an artifact. Either |
![]() |
DeleteArtifactAsync(DeleteArtifactRequest, CancellationToken) |
Deletes an artifact. Either |
![]() |
DeleteAssociation(DeleteAssociationRequest) |
Deletes an association. |
![]() |
DeleteAssociationAsync(DeleteAssociationRequest, CancellationToken) |
Deletes an association. |
![]() |
DeleteCodeRepository(DeleteCodeRepositoryRequest) |
Deletes the specified Git repository from your account. |
![]() |
DeleteCodeRepositoryAsync(DeleteCodeRepositoryRequest, CancellationToken) |
Deletes the specified Git repository from your account. |
![]() |
DeleteContext(DeleteContextRequest) |
Deletes an context. |
![]() |
DeleteContextAsync(DeleteContextRequest, CancellationToken) |
Deletes an context. |
![]() |
DeleteDataQualityJobDefinition(DeleteDataQualityJobDefinitionRequest) |
Deletes a data quality monitoring job definition. |
![]() |
DeleteDataQualityJobDefinitionAsync(DeleteDataQualityJobDefinitionRequest, CancellationToken) |
Deletes a data quality monitoring job definition. |
![]() |
DeleteDeviceFleet(DeleteDeviceFleetRequest) |
Deletes a fleet. |
![]() |
DeleteDeviceFleetAsync(DeleteDeviceFleetRequest, CancellationToken) |
Deletes a fleet. |
![]() |
DeleteDomain(DeleteDomainRequest) |
Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using SSO. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts. |
![]() |
DeleteDomainAsync(DeleteDomainRequest, CancellationToken) |
Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using SSO. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts. |
![]() |
DeleteEndpoint(DeleteEndpointRequest) |
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 deletes associated endpoint resources such as KMS key grants. You might still see these resources in your account for a few minutes after deleting your endpoint. Do not delete or revoke the permissions for your ExecutionRoleArn, otherwise SageMaker cannot delete these resources. |
![]() |
DeleteEndpointAsync(DeleteEndpointRequest, CancellationToken) |
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 deletes associated endpoint resources such as KMS key grants. You might still see these resources in your account for a few minutes after deleting your endpoint. Do not delete or revoke the permissions for your ExecutionRoleArn, otherwise SageMaker cannot delete these resources. |
![]() |
DeleteEndpointConfig(DeleteEndpointConfigRequest) |
Deletes an endpoint configuration. The
You must not delete an |
![]() |
DeleteEndpointConfigAsync(DeleteEndpointConfigRequest, CancellationToken) |
Deletes an endpoint configuration. The
You must not delete an |
![]() |
DeleteExperiment(DeleteExperimentRequest) |
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. |
![]() |
DeleteExperimentAsync(DeleteExperimentRequest, CancellationToken) |
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. |
![]() |
DeleteFeatureGroup(DeleteFeatureGroupRequest) |
Delete the
Data written into the |
![]() |
DeleteFeatureGroupAsync(DeleteFeatureGroupRequest, CancellationToken) |
Delete the
Data written into the |
![]() |
DeleteFlowDefinition(DeleteFlowDefinitionRequest) |
Deletes the specified flow definition. |
![]() |
DeleteFlowDefinitionAsync(DeleteFlowDefinitionRequest, CancellationToken) |
Deletes the specified flow definition. |
![]() |
DeleteHumanTaskUi(DeleteHumanTaskUiRequest) |
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 . When you delete a worker task template, it no longer appears when you call |
![]() |
DeleteHumanTaskUiAsync(DeleteHumanTaskUiRequest, CancellationToken) |
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 . When you delete a worker task template, it no longer appears when you call |
![]() |
DeleteImage(DeleteImageRequest) |
Deletes a SageMaker image and all versions of the image. The container images aren't deleted. |
![]() |
DeleteImageAsync(DeleteImageRequest, CancellationToken) |
Deletes a SageMaker image and all versions of the image. The container images aren't deleted. |
![]() |
DeleteImageVersion(DeleteImageVersionRequest) |
Deletes a version of a SageMaker image. The container image the version represents isn't deleted. |
![]() |
DeleteImageVersionAsync(DeleteImageVersionRequest, CancellationToken) |
Deletes a version of a SageMaker image. The container image the version represents isn't deleted. |
![]() |
DeleteModel(DeleteModelRequest) |
Deletes a model. The |
![]() |
DeleteModelAsync(DeleteModelRequest, CancellationToken) |
Deletes a model. The |
![]() |
DeleteModelBiasJobDefinition(DeleteModelBiasJobDefinitionRequest) |
Deletes an Amazon SageMaker model bias job definition. |
![]() |
DeleteModelBiasJobDefinitionAsync(DeleteModelBiasJobDefinitionRequest, CancellationToken) |
Deletes an Amazon SageMaker model bias job definition. |
![]() |
DeleteModelExplainabilityJobDefinition(DeleteModelExplainabilityJobDefinitionRequest) |
Deletes an Amazon SageMaker model explainability job definition. |
![]() |
DeleteModelExplainabilityJobDefinitionAsync(DeleteModelExplainabilityJobDefinitionRequest, CancellationToken) |
Deletes an Amazon SageMaker model explainability job definition. |
![]() |
DeleteModelPackage(DeleteModelPackageRequest) |
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. |
![]() |
DeleteModelPackageAsync(DeleteModelPackageRequest, CancellationToken) |
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. |
![]() |
DeleteModelPackageGroup(DeleteModelPackageGroupRequest) |
Deletes the specified model group. |
![]() |
DeleteModelPackageGroupAsync(DeleteModelPackageGroupRequest, CancellationToken) |
Deletes the specified model group. |
![]() |
DeleteModelPackageGroupPolicy(DeleteModelPackageGroupPolicyRequest) |
Deletes a model group resource policy. |
![]() |
DeleteModelPackageGroupPolicyAsync(DeleteModelPackageGroupPolicyRequest, CancellationToken) |
Deletes a model group resource policy. |
![]() |
DeleteModelQualityJobDefinition(DeleteModelQualityJobDefinitionRequest) |
Deletes the secified model quality monitoring job definition. |
![]() |
DeleteModelQualityJobDefinitionAsync(DeleteModelQualityJobDefinitionRequest, CancellationToken) |
Deletes the secified model quality monitoring job definition. |
![]() |
DeleteMonitoringSchedule(DeleteMonitoringScheduleRequest) |
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. |
![]() |
DeleteMonitoringScheduleAsync(DeleteMonitoringScheduleRequest, CancellationToken) |
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. |
![]() |
DeleteNotebookInstance(DeleteNotebookInstanceRequest) |
Deletes an SageMaker notebook instance. Before you can delete a notebook instance,
you must call the
When you delete a notebook instance, you lose all of your data. SageMaker removes
the ML compute instance, and deletes the ML storage volume and the network interface
associated with the notebook instance.
|
![]() |
DeleteNotebookInstanceAsync(DeleteNotebookInstanceRequest, CancellationToken) |
Deletes an SageMaker notebook instance. Before you can delete a notebook instance,
you must call the
When you delete a notebook instance, you lose all of your data. SageMaker removes
the ML compute instance, and deletes the ML storage volume and the network interface
associated with the notebook instance.
|
![]() |
DeleteNotebookInstanceLifecycleConfig(DeleteNotebookInstanceLifecycleConfigRequest) |
Deletes a notebook instance lifecycle configuration. |
![]() |
DeleteNotebookInstanceLifecycleConfigAsync(DeleteNotebookInstanceLifecycleConfigRequest, CancellationToken) |
Deletes a notebook instance lifecycle configuration. |
![]() |
DeletePipeline(DeletePipelineRequest) |
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 |
![]() |
DeletePipelineAsync(DeletePipelineRequest, CancellationToken) |
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 |
![]() |
DeleteProject(DeleteProjectRequest) |
Delete the specified project. |
![]() |
DeleteProjectAsync(DeleteProjectRequest, CancellationToken) |
Delete the specified project. |
![]() |
DeleteStudioLifecycleConfig(DeleteStudioLifecycleConfigRequest) |
Deletes the 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. |
![]() |
DeleteStudioLifecycleConfigAsync(DeleteStudioLifecycleConfigRequest, CancellationToken) |
Deletes the 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. |
![]() |
DeleteTags(DeleteTagsRequest) |
Deletes the specified tags from an SageMaker resource.
To list a resource's tags, use the 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. When you call this API to delete tags from a SageMaker Studio Domain or User Profile, the deleted tags are not removed from Apps that the SageMaker Studio Domain or User Profile launched before you called this API. |
![]() |
DeleteTagsAsync(DeleteTagsRequest, CancellationToken) |
Deletes the specified tags from an SageMaker resource.
To list a resource's tags, use the 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. When you call this API to delete tags from a SageMaker Studio Domain or User Profile, the deleted tags are not removed from Apps that the SageMaker Studio Domain or User Profile launched before you called this API. |
![]() |
DeleteTrial(DeleteTrialRequest) |
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. |
![]() |
DeleteTrialAsync(DeleteTrialRequest, CancellationToken) |
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. |
![]() |
DeleteTrialComponent(DeleteTrialComponentRequest) |
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. |
![]() |
DeleteTrialComponentAsync(DeleteTrialComponentRequest, CancellationToken) |
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. |
![]() |
DeleteUserProfile(DeleteUserProfileRequest) |
Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts. |
![]() |
DeleteUserProfileAsync(DeleteUserProfileRequest, CancellationToken) |
Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts. |
![]() |
DeleteWorkforce(DeleteWorkforceRequest) |
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 to create a new workforce.
If a private workforce contains one or more work teams, you must use the operation
to delete all work teams before you delete the workforce. If you try to delete a workforce
that contains one or more work teams, you will recieve a |
![]() |
DeleteWorkforceAsync(DeleteWorkforceRequest, CancellationToken) |
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 to create a new workforce.
If a private workforce contains one or more work teams, you must use the operation
to delete all work teams before you delete the workforce. If you try to delete a workforce
that contains one or more work teams, you will recieve a |
![]() |
DeleteWorkteam(DeleteWorkteamRequest) |
Deletes an existing work team. This operation can't be undone. |
![]() |
DeleteWorkteamAsync(DeleteWorkteamRequest, CancellationToken) |
Deletes an existing work team. This operation can't be undone. |
![]() |
DeregisterDevices(DeregisterDevicesRequest) |
Deregisters the specified devices. After you deregister a device, you will need to re-register the devices. |
![]() |
DeregisterDevicesAsync(DeregisterDevicesRequest, CancellationToken) |
Deregisters the specified devices. After you deregister a device, you will need to re-register the devices. |
![]() |
DescribeAction(DescribeActionRequest) |
Describes an action. |
![]() |
DescribeActionAsync(DescribeActionRequest, CancellationToken) |
Describes an action. |
![]() |
DescribeAlgorithm(DescribeAlgorithmRequest) |
Returns a description of the specified algorithm that is in your account. |
![]() |
DescribeAlgorithmAsync(DescribeAlgorithmRequest, CancellationToken) |
Returns a description of the specified algorithm that is in your account. |
![]() |
DescribeApp(DescribeAppRequest) |
Describes the app. |
![]() |
DescribeAppAsync(DescribeAppRequest, CancellationToken) |
Describes the app. |
![]() |
DescribeAppImageConfig(DescribeAppImageConfigRequest) |
Describes an AppImageConfig. |
![]() |
DescribeAppImageConfigAsync(DescribeAppImageConfigRequest, CancellationToken) |
Describes an AppImageConfig. |
![]() |
DescribeArtifact(DescribeArtifactRequest) |
Describes an artifact. |
![]() |
DescribeArtifactAsync(DescribeArtifactRequest, CancellationToken) |
Describes an artifact. |
![]() |
DescribeAutoMLJob(DescribeAutoMLJobRequest) |
Returns information about an Amazon SageMaker AutoML job. |
![]() |
DescribeAutoMLJobAsync(DescribeAutoMLJobRequest, CancellationToken) |
Returns information about an Amazon SageMaker AutoML job. |
![]() |
DescribeCodeRepository(DescribeCodeRepositoryRequest) |
Gets details about the specified Git repository. |
![]() |
DescribeCodeRepositoryAsync(DescribeCodeRepositoryRequest, CancellationToken) |
Gets details about the specified Git repository. |
![]() |
DescribeCompilationJob(DescribeCompilationJobRequest) |
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. |
![]() |
DescribeCompilationJobAsync(DescribeCompilationJobRequest, CancellationToken) |
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. |
![]() |
DescribeContext(DescribeContextRequest) |
Describes a context. |
![]() |
DescribeContextAsync(DescribeContextRequest, CancellationToken) |
Describes a context. |
![]() |
DescribeDataQualityJobDefinition(DescribeDataQualityJobDefinitionRequest) |
Gets the details of a data quality monitoring job definition. |
![]() |
DescribeDataQualityJobDefinitionAsync(DescribeDataQualityJobDefinitionRequest, CancellationToken) |
Gets the details of a data quality monitoring job definition. |
![]() |
DescribeDevice(DescribeDeviceRequest) |
Describes the device. |
![]() |
DescribeDeviceAsync(DescribeDeviceRequest, CancellationToken) |
Describes the device. |
![]() |
DescribeDeviceFleet(DescribeDeviceFleetRequest) |
A description of the fleet the device belongs to. |
![]() |
DescribeDeviceFleetAsync(DescribeDeviceFleetRequest, CancellationToken) |
A description of the fleet the device belongs to. |
![]() |
DescribeDomain(DescribeDomainRequest) |
The description of the domain. |
![]() |
DescribeDomainAsync(DescribeDomainRequest, CancellationToken) |
The description of the domain. |
![]() |
DescribeEdgePackagingJob(DescribeEdgePackagingJobRequest) |
A description of edge packaging jobs. |
![]() |
DescribeEdgePackagingJobAsync(DescribeEdgePackagingJobRequest, CancellationToken) |
A description of edge packaging jobs. |
![]() |
DescribeEndpoint(DescribeEndpointRequest) |
Returns the description of an endpoint. |
![]() |
DescribeEndpointAsync(DescribeEndpointRequest, CancellationToken) |
Returns the description of an endpoint. |
![]() |
DescribeEndpointConfig(DescribeEndpointConfigRequest) |
Returns the description of an endpoint configuration created using the |
![]() |
DescribeEndpointConfigAsync(DescribeEndpointConfigRequest, CancellationToken) |
Returns the description of an endpoint configuration created using the |
![]() |
DescribeExperiment(DescribeExperimentRequest) |
Provides a list of an experiment's properties. |
![]() |
DescribeExperimentAsync(DescribeExperimentRequest, CancellationToken) |
Provides a list of an experiment's properties. |
![]() |
DescribeFeatureGroup(DescribeFeatureGroupRequest) |
Use this operation to describe a |
![]() |
DescribeFeatureGroupAsync(DescribeFeatureGroupRequest, CancellationToken) |
Use this operation to describe a |
![]() |
DescribeFeatureMetadata(DescribeFeatureMetadataRequest) |
Shows the metadata for a feature within a feature group. |
![]() |
DescribeFeatureMetadataAsync(DescribeFeatureMetadataRequest, CancellationToken) |
Shows the metadata for a feature within a feature group. |
![]() |
DescribeFlowDefinition(DescribeFlowDefinitionRequest) |
Returns information about the specified flow definition. |
![]() |
DescribeFlowDefinitionAsync(DescribeFlowDefinitionRequest, CancellationToken) |
Returns information about the specified flow definition. |
![]() |
DescribeHumanTaskUi(DescribeHumanTaskUiRequest) |
Returns information about the requested human task user interface (worker task template). |
![]() |
DescribeHumanTaskUiAsync(DescribeHumanTaskUiRequest, CancellationToken) |
Returns information about the requested human task user interface (worker task template). |
![]() |
DescribeHyperParameterTuningJob(DescribeHyperParameterTuningJobRequest) |
Gets a description of a hyperparameter tuning job. |
![]() |
DescribeHyperParameterTuningJobAsync(DescribeHyperParameterTuningJobRequest, CancellationToken) |
Gets a description of a hyperparameter tuning job. |
![]() |
DescribeImage(DescribeImageRequest) |
Describes a SageMaker image. |
![]() |
DescribeImageAsync(DescribeImageRequest, CancellationToken) |
Describes a SageMaker image. |
![]() |
DescribeImageVersion(DescribeImageVersionRequest) |
Describes a version of a SageMaker image. |
![]() |
DescribeImageVersionAsync(DescribeImageVersionRequest, CancellationToken) |
Describes a version of a SageMaker image. |
![]() |
DescribeInferenceRecommendationsJob(DescribeInferenceRecommendationsJobRequest) |
Provides the results of the Inference Recommender job. One or more recommendation jobs are returned. |
![]() |
DescribeInferenceRecommendationsJobAsync(DescribeInferenceRecommendationsJobRequest, CancellationToken) |
Provides the results of the Inference Recommender job. One or more recommendation jobs are returned. |
![]() |
DescribeLabelingJob(DescribeLabelingJobRequest) |
Gets information about a labeling job. |
![]() |
DescribeLabelingJobAsync(DescribeLabelingJobRequest, CancellationToken) |
Gets information about a labeling job. |
![]() |
DescribeLineageGroup(DescribeLineageGroupRequest) |
Provides a list of properties for the requested lineage group. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide. |
![]() |
DescribeLineageGroupAsync(DescribeLineageGroupRequest, CancellationToken) |
Provides a list of properties for the requested lineage group. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide. |
![]() |
DescribeModel(DescribeModelRequest) |
Describes a model that you created using the |
![]() |
DescribeModelAsync(DescribeModelRequest, CancellationToken) |
Describes a model that you created using the |
![]() |
DescribeModelBiasJobDefinition(DescribeModelBiasJobDefinitionRequest) |
Returns a description of a model bias job definition. |
![]() |
DescribeModelBiasJobDefinitionAsync(DescribeModelBiasJobDefinitionRequest, CancellationToken) |
Returns a description of a model bias job definition. |
![]() |
DescribeModelExplainabilityJobDefinition(DescribeModelExplainabilityJobDefinitionRequest) |
Returns a description of a model explainability job definition. |
![]() |
DescribeModelExplainabilityJobDefinitionAsync(DescribeModelExplainabilityJobDefinitionRequest, CancellationToken) |
Returns a description of a model explainability job definition. |
![]() |
DescribeModelPackage(DescribeModelPackageRequest) |
Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace. To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace. |
![]() |
DescribeModelPackageAsync(DescribeModelPackageRequest, CancellationToken) |
Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace. To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace. |
![]() |
DescribeModelPackageGroup(DescribeModelPackageGroupRequest) |
Gets a description for the specified model group. |
![]() |
DescribeModelPackageGroupAsync(DescribeModelPackageGroupRequest, CancellationToken) |
Gets a description for the specified model group. |
![]() |
DescribeModelQualityJobDefinition(DescribeModelQualityJobDefinitionRequest) |
Returns a description of a model quality job definition. |
![]() |
DescribeModelQualityJobDefinitionAsync(DescribeModelQualityJobDefinitionRequest, CancellationToken) |
Returns a description of a model quality job definition. |
![]() |
DescribeMonitoringSchedule(DescribeMonitoringScheduleRequest) |
Describes the schedule for a monitoring job. |
![]() |
DescribeMonitoringScheduleAsync(DescribeMonitoringScheduleRequest, CancellationToken) |
Describes the schedule for a monitoring job. |
![]() |
DescribeNotebookInstance(DescribeNotebookInstanceRequest) |
Returns information about a notebook instance. |
![]() |
DescribeNotebookInstanceAsync(DescribeNotebookInstanceRequest, CancellationToken) |
Returns information about a notebook instance. |
![]() |
DescribeNotebookInstanceLifecycleConfig(DescribeNotebookInstanceLifecycleConfigRequest) |
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. |
![]() |
DescribeNotebookInstanceLifecycleConfigAsync(DescribeNotebookInstanceLifecycleConfigRequest, CancellationToken) |
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. |
![]() |
DescribePipeline(DescribePipelineRequest) |
Describes the details of a pipeline. |
![]() |
DescribePipelineAsync(DescribePipelineRequest, CancellationToken) |
Describes the details of a pipeline. |
![]() |
DescribePipelineDefinitionForExecution(DescribePipelineDefinitionForExecutionRequest) |
Describes the details of an execution's pipeline definition. |
![]() |
DescribePipelineDefinitionForExecutionAsync(DescribePipelineDefinitionForExecutionRequest, CancellationToken) |
Describes the details of an execution's pipeline definition. |
![]() |
DescribePipelineExecution(DescribePipelineExecutionRequest) |
Describes the details of a pipeline execution. |
![]() |
DescribePipelineExecutionAsync(DescribePipelineExecutionRequest, CancellationToken) |
Describes the details of a pipeline execution. |
![]() |
DescribeProcessingJob(DescribeProcessingJobRequest) |
Returns a description of a processing job. |
![]() |
DescribeProcessingJobAsync(DescribeProcessingJobRequest, CancellationToken) |
Returns a description of a processing job. |
![]() |
DescribeProject(DescribeProjectRequest) |
Describes the details of a project. |
![]() |
DescribeProjectAsync(DescribeProjectRequest, CancellationToken) |
Describes the details of a project. |
![]() |
DescribeStudioLifecycleConfig(DescribeStudioLifecycleConfigRequest) |
Describes the Studio Lifecycle Configuration. |
![]() |
DescribeStudioLifecycleConfigAsync(DescribeStudioLifecycleConfigRequest, CancellationToken) |
Describes the Studio Lifecycle Configuration. |
![]() |
DescribeSubscribedWorkteam(DescribeSubscribedWorkteamRequest) |
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. |
![]() |
DescribeSubscribedWorkteamAsync(DescribeSubscribedWorkteamRequest, CancellationToken) |
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. |
![]() |
DescribeTrainingJob(DescribeTrainingJobRequest) |
Returns information about a training job.
Some of the attributes below only appear if the training job successfully starts.
If the training job fails, |
![]() |
DescribeTrainingJobAsync(DescribeTrainingJobRequest, CancellationToken) |
Returns information about a training job.
Some of the attributes below only appear if the training job successfully starts.
If the training job fails, |
![]() |
DescribeTransformJob(DescribeTransformJobRequest) |
Returns information about a transform job. |
![]() |
DescribeTransformJobAsync(DescribeTransformJobRequest, CancellationToken) |
Returns information about a transform job. |
![]() |
DescribeTrial(DescribeTrialRequest) |
Provides a list of a trial's properties. |
![]() |
DescribeTrialAsync(DescribeTrialRequest, CancellationToken) |
Provides a list of a trial's properties. |
![]() |
DescribeTrialComponent(DescribeTrialComponentRequest) |
Provides a list of a trials component's properties. |
![]() |
DescribeTrialComponentAsync(DescribeTrialComponentRequest, CancellationToken) |
Provides a list of a trials component's properties. |
![]() |
DescribeUserProfile(DescribeUserProfileRequest) |
Describes a user profile. For more information, see |
![]() |
DescribeUserProfileAsync(DescribeUserProfileRequest, CancellationToken) |
Describes a user profile. For more information, see |
![]() |
DescribeWorkforce(DescribeWorkforceRequest) |
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.
|
![]() |
DescribeWorkforceAsync(DescribeWorkforceRequest, CancellationToken) |
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.
|
![]() |
DescribeWorkteam(DescribeWorkteamRequest) |
Gets information about a specific work team. You can see information such as the create date, the last updated date, membership information, and the work team's Amazon Resource Name (ARN). |
![]() |
DescribeWorkteamAsync(DescribeWorkteamRequest, CancellationToken) |
Gets information about a specific work team. You can see information such as the create date, the last updated date, membership information, and the work team's Amazon Resource Name (ARN). |
![]() |
DisableSagemakerServicecatalogPortfolio(DisableSagemakerServicecatalogPortfolioRequest) |
Disables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. |
![]() |
DisableSagemakerServicecatalogPortfolioAsync(DisableSagemakerServicecatalogPortfolioRequest, CancellationToken) |
Disables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. |
![]() |
DisassociateTrialComponent(DisassociateTrialComponentRequest) |
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 API.
To get a list of the trials a component is associated with, use the Search
API. Specify |
![]() |
DisassociateTrialComponentAsync(DisassociateTrialComponentRequest, CancellationToken) |
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 API.
To get a list of the trials a component is associated with, use the Search
API. Specify |
![]() |
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
EnableSagemakerServicecatalogPortfolio(EnableSagemakerServicecatalogPortfolioRequest) |
Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. |
![]() |
EnableSagemakerServicecatalogPortfolioAsync(EnableSagemakerServicecatalogPortfolioRequest, CancellationToken) |
Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. |
![]() |
GetDeviceFleetReport(GetDeviceFleetReportRequest) |
Describes a fleet. |
![]() |
GetDeviceFleetReportAsync(GetDeviceFleetReportRequest, CancellationToken) |
Describes a fleet. |
![]() |
GetLineageGroupPolicy(GetLineageGroupPolicyRequest) |
The resource policy for the lineage group. |
![]() |
GetLineageGroupPolicyAsync(GetLineageGroupPolicyRequest, CancellationToken) |
The resource policy for the lineage group. |
![]() |
GetModelPackageGroupPolicy(GetModelPackageGroupPolicyRequest) |
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.. |
![]() |
GetModelPackageGroupPolicyAsync(GetModelPackageGroupPolicyRequest, CancellationToken) |
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.. |
![]() |
GetSagemakerServicecatalogPortfolioStatus(GetSagemakerServicecatalogPortfolioStatusRequest) |
Gets the status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. |
![]() |
GetSagemakerServicecatalogPortfolioStatusAsync(GetSagemakerServicecatalogPortfolioStatusRequest, CancellationToken) |
Gets the status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects. |
![]() |
GetSearchSuggestions(GetSearchSuggestionsRequest) |
An auto-complete API for the search functionality in the Amazon SageMaker console.
It returns suggestions of possible matches for the property name to use in |
![]() |
GetSearchSuggestionsAsync(GetSearchSuggestionsRequest, CancellationToken) |
An auto-complete API for the search functionality in the Amazon SageMaker console.
It returns suggestions of possible matches for the property name to use in |
![]() |
ListActions(ListActionsRequest) |
Lists the actions in your account and their properties. |
![]() |
ListActionsAsync(ListActionsRequest, CancellationToken) |
Lists the actions in your account and their properties. |
![]() |
ListAlgorithms(ListAlgorithmsRequest) |
Lists the machine learning algorithms that have been created. |
![]() |
ListAlgorithmsAsync(ListAlgorithmsRequest, CancellationToken) |
Lists the machine learning algorithms that have been created. |
![]() |
ListAppImageConfigs(ListAppImageConfigsRequest) |
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. |
![]() |
ListAppImageConfigsAsync(ListAppImageConfigsRequest, CancellationToken) |
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. |
![]() |
ListApps(ListAppsRequest) |
Lists apps. |
![]() |
ListAppsAsync(ListAppsRequest, CancellationToken) |
Lists apps. |
![]() |
ListArtifacts(ListArtifactsRequest) |
Lists the artifacts in your account and their properties. |
![]() |
ListArtifactsAsync(ListArtifactsRequest, CancellationToken) |
Lists the artifacts in your account and their properties. |
![]() |
ListAssociations(ListAssociationsRequest) |
Lists the associations in your account and their properties. |
![]() |
ListAssociationsAsync(ListAssociationsRequest, CancellationToken) |
Lists the associations in your account and their properties. |
![]() |
ListAutoMLJobs(ListAutoMLJobsRequest) |
Request a list of jobs. |
![]() |
ListAutoMLJobsAsync(ListAutoMLJobsRequest, CancellationToken) |
Request a list of jobs. |
![]() |
ListCandidatesForAutoMLJob(ListCandidatesForAutoMLJobRequest) |
List the candidates created for the job. |
![]() |
ListCandidatesForAutoMLJobAsync(ListCandidatesForAutoMLJobRequest, CancellationToken) |
List the candidates created for the job. |
![]() |
ListCodeRepositories(ListCodeRepositoriesRequest) |
Gets a list of the Git repositories in your account. |
![]() |
ListCodeRepositoriesAsync(ListCodeRepositoriesRequest, CancellationToken) |
Gets a list of the Git repositories in your account. |
![]() |
ListCompilationJobs(ListCompilationJobsRequest) |
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. |
![]() |
ListCompilationJobsAsync(ListCompilationJobsRequest, CancellationToken) |
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. |
![]() |
ListContexts(ListContextsRequest) |
Lists the contexts in your account and their properties. |
![]() |
ListContextsAsync(ListContextsRequest, CancellationToken) |
Lists the contexts in your account and their properties. |
![]() |
ListDataQualityJobDefinitions(ListDataQualityJobDefinitionsRequest) |
Lists the data quality job definitions in your account. |
![]() |
ListDataQualityJobDefinitionsAsync(ListDataQualityJobDefinitionsRequest, CancellationToken) |
Lists the data quality job definitions in your account. |
![]() |
ListDeviceFleets(ListDeviceFleetsRequest) |
Returns a list of devices in the fleet. |
![]() |
ListDeviceFleetsAsync(ListDeviceFleetsRequest, CancellationToken) |
Returns a list of devices in the fleet. |
![]() |
ListDevices(ListDevicesRequest) |
A list of devices. |
![]() |
ListDevicesAsync(ListDevicesRequest, CancellationToken) |
A list of devices. |
![]() |
ListDomains(ListDomainsRequest) |
Lists the domains. |
![]() |
ListDomainsAsync(ListDomainsRequest, CancellationToken) |
Lists the domains. |
![]() |
ListEdgePackagingJobs(ListEdgePackagingJobsRequest) |
Returns a list of edge packaging jobs. |
![]() |
ListEdgePackagingJobsAsync(ListEdgePackagingJobsRequest, CancellationToken) |
Returns a list of edge packaging jobs. |
![]() |
ListEndpointConfigs(ListEndpointConfigsRequest) |
Lists endpoint configurations. |
![]() |
ListEndpointConfigsAsync(ListEndpointConfigsRequest, CancellationToken) |
Lists endpoint configurations. |
![]() |
ListEndpoints(ListEndpointsRequest) |
Lists endpoints. |
![]() |
ListEndpointsAsync(ListEndpointsRequest, CancellationToken) |
Lists endpoints. |
![]() |
ListExperiments(ListExperimentsRequest) |
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. |
![]() |
ListExperimentsAsync(ListExperimentsRequest, CancellationToken) |
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. |
![]() |
ListFeatureGroups(ListFeatureGroupsRequest) |
List |
![]() |
ListFeatureGroupsAsync(ListFeatureGroupsRequest, CancellationToken) |
List |
![]() |
ListFlowDefinitions(ListFlowDefinitionsRequest) |
Returns information about the flow definitions in your account. |
![]() |
ListFlowDefinitionsAsync(ListFlowDefinitionsRequest, CancellationToken) |
Returns information about the flow definitions in your account. |
![]() |
ListHumanTaskUis(ListHumanTaskUisRequest) |
Returns information about the human task user interfaces in your account. |
![]() |
ListHumanTaskUisAsync(ListHumanTaskUisRequest, CancellationToken) |
Returns information about the human task user interfaces in your account. |
![]() |
ListHyperParameterTuningJobs(ListHyperParameterTuningJobsRequest) |
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs launched in your account. |
![]() |
ListHyperParameterTuningJobsAsync(ListHyperParameterTuningJobsRequest, CancellationToken) |
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs launched in your account. |
![]() |
ListImages(ListImagesRequest) |
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. |
![]() |
ListImagesAsync(ListImagesRequest, CancellationToken) |
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. |
![]() |
ListImageVersions(ListImageVersionsRequest) |
Lists the versions of a specified image and their properties. The list can be filtered by creation time or modified time. |
![]() |
ListImageVersionsAsync(ListImageVersionsRequest, CancellationToken) |
Lists the versions of a specified image and their properties. The list can be filtered by creation time or modified time. |
![]() |
ListInferenceRecommendationsJobs(ListInferenceRecommendationsJobsRequest) |
Lists recommendation jobs that satisfy various filters. |
![]() |
ListInferenceRecommendationsJobsAsync(ListInferenceRecommendationsJobsRequest, CancellationToken) |
Lists recommendation jobs that satisfy various filters. |
![]() |
ListLabelingJobs(ListLabelingJobsRequest) |
Gets a list of labeling jobs. |
![]() |
ListLabelingJobsAsync(ListLabelingJobsRequest, CancellationToken) |
Gets a list of labeling jobs. |
![]() |
ListLabelingJobsForWorkteam(ListLabelingJobsForWorkteamRequest) |
Gets a list of labeling jobs assigned to a specified work team. |
![]() |
ListLabelingJobsForWorkteamAsync(ListLabelingJobsForWorkteamRequest, CancellationToken) |
Gets a list of labeling jobs assigned to a specified work team. |
![]() |
ListLineageGroups(ListLineageGroupsRequest) |
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. |
![]() |
ListLineageGroupsAsync(ListLineageGroupsRequest, CancellationToken) |
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. |
![]() |
ListModelBiasJobDefinitions(ListModelBiasJobDefinitionsRequest) |
Lists model bias jobs definitions that satisfy various filters. |
![]() |
ListModelBiasJobDefinitionsAsync(ListModelBiasJobDefinitionsRequest, CancellationToken) |
Lists model bias jobs definitions that satisfy various filters. |
![]() |
ListModelExplainabilityJobDefinitions(ListModelExplainabilityJobDefinitionsRequest) |
Lists model explainability job definitions that satisfy various filters. |
![]() |
ListModelExplainabilityJobDefinitionsAsync(ListModelExplainabilityJobDefinitionsRequest, CancellationToken) |
Lists model explainability job definitions that satisfy various filters. |
![]() |
ListModelMetadata(ListModelMetadataRequest) |
Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos. |
![]() |
ListModelMetadataAsync(ListModelMetadataRequest, CancellationToken) |
Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos. |
![]() |
ListModelPackageGroups(ListModelPackageGroupsRequest) |
Gets a list of the model groups in your Amazon Web Services account. |
![]() |
ListModelPackageGroupsAsync(ListModelPackageGroupsRequest, CancellationToken) |
Gets a list of the model groups in your Amazon Web Services account. |
![]() |
ListModelPackages(ListModelPackagesRequest) |
Lists the model packages that have been created. |
![]() |
ListModelPackagesAsync(ListModelPackagesRequest, CancellationToken) |
Lists the model packages that have been created. |
![]() |
ListModelQualityJobDefinitions(ListModelQualityJobDefinitionsRequest) |
Gets a list of model quality monitoring job definitions in your account. |
![]() |
ListModelQualityJobDefinitionsAsync(ListModelQualityJobDefinitionsRequest, CancellationToken) |
Gets a list of model quality monitoring job definitions in your account. |
![]() |
ListModels(ListModelsRequest) |
Lists models created with the |
![]() |
ListModelsAsync(ListModelsRequest, CancellationToken) |
Lists models created with the |
![]() |
ListMonitoringExecutions(ListMonitoringExecutionsRequest) |
Returns list of all monitoring job executions. |
![]() |
ListMonitoringExecutionsAsync(ListMonitoringExecutionsRequest, CancellationToken) |
Returns list of all monitoring job executions. |
![]() |
ListMonitoringSchedules(ListMonitoringSchedulesRequest) |
Returns list of all monitoring schedules. |
![]() |
ListMonitoringSchedulesAsync(ListMonitoringSchedulesRequest, CancellationToken) |
Returns list of all monitoring schedules. |
![]() |
ListNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest) |
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API. |
![]() |
ListNotebookInstanceLifecycleConfigsAsync(ListNotebookInstanceLifecycleConfigsRequest, CancellationToken) |
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API. |
![]() |
ListNotebookInstances(ListNotebookInstancesRequest) |
Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region. |
![]() |
ListNotebookInstancesAsync(ListNotebookInstancesRequest, CancellationToken) |
Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region. |
![]() |
ListPipelineExecutions(ListPipelineExecutionsRequest) |
Gets a list of the pipeline executions. |
![]() |
ListPipelineExecutionsAsync(ListPipelineExecutionsRequest, CancellationToken) |
Gets a list of the pipeline executions. |
![]() |
ListPipelineExecutionSteps(ListPipelineExecutionStepsRequest) |
Gets a list of |
![]() |
ListPipelineExecutionStepsAsync(ListPipelineExecutionStepsRequest, CancellationToken) |
Gets a list of |
![]() |
ListPipelineParametersForExecution(ListPipelineParametersForExecutionRequest) |
Gets a list of parameters for a pipeline execution. |
![]() |
ListPipelineParametersForExecutionAsync(ListPipelineParametersForExecutionRequest, CancellationToken) |
Gets a list of parameters for a pipeline execution. |
![]() |
ListPipelines(ListPipelinesRequest) |
Gets a list of pipelines. |
![]() |
ListPipelinesAsync(ListPipelinesRequest, CancellationToken) |
Gets a list of pipelines. |
![]() |
ListProcessingJobs(ListProcessingJobsRequest) |
Lists processing jobs that satisfy various filters. |
![]() |
ListProcessingJobsAsync(ListProcessingJobsRequest, CancellationToken) |
Lists processing jobs that satisfy various filters. |
![]() |
ListProjects(ListProjectsRequest) |
Gets a list of the projects in an Amazon Web Services account. |
![]() |
ListProjectsAsync(ListProjectsRequest, CancellationToken) |
Gets a list of the projects in an Amazon Web Services account. |
![]() |
ListStudioLifecycleConfigs(ListStudioLifecycleConfigsRequest) |
Lists the Studio Lifecycle Configurations in your Amazon Web Services Account. |
![]() |
ListStudioLifecycleConfigsAsync(ListStudioLifecycleConfigsRequest, CancellationToken) |
Lists the Studio Lifecycle Configurations in your Amazon Web Services Account. |
![]() |
ListSubscribedWorkteams(ListSubscribedWorkteamsRequest) |
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 |
![]() |
ListSubscribedWorkteamsAsync(ListSubscribedWorkteamsRequest, CancellationToken) |
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 |
![]() |
ListTags(ListTagsRequest) |
Returns the tags for the specified SageMaker resource. |
![]() |
ListTagsAsync(ListTagsRequest, CancellationToken) |
Returns the tags for the specified SageMaker resource. |
![]() |
ListTrainingJobs(ListTrainingJobsRequest) |
Lists training jobs.
When
For example, if
First, 100 trainings jobs with any status, including those other than
You can quickly test the API using the following Amazon Web Services CLI code.
|
![]() |
ListTrainingJobsAsync(ListTrainingJobsRequest, CancellationToken) |
Lists training jobs.
When
For example, if
First, 100 trainings jobs with any status, including those other than
You can quickly test the API using the following Amazon Web Services CLI code.
|
![]() |
ListTrainingJobsForHyperParameterTuningJob(ListTrainingJobsForHyperParameterTuningJobRequest) |
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched. |
![]() |
ListTrainingJobsForHyperParameterTuningJobAsync(ListTrainingJobsForHyperParameterTuningJobRequest, CancellationToken) |
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched. |
![]() |
ListTransformJobs(ListTransformJobsRequest) |
Lists transform jobs. |
![]() |
ListTransformJobsAsync(ListTransformJobsRequest, CancellationToken) |
Lists transform jobs. |
![]() |
ListTrialComponents(ListTrialComponentsRequest) |
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:
|
![]() |
ListTrialComponentsAsync(ListTrialComponentsRequest, CancellationToken) |
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:
|
![]() |
ListTrials(ListTrialsRequest) |
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 specific time range. The list can be sorted by trial name or creation time. |
![]() |
ListTrialsAsync(ListTrialsRequest, CancellationToken) |
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 specific time range. The list can be sorted by trial name or creation time. |
![]() |
ListUserProfiles(ListUserProfilesRequest) |
Lists user profiles. |
![]() |
ListUserProfilesAsync(ListUserProfilesRequest, CancellationToken) |
Lists user profiles. |
![]() |
ListWorkforces(ListWorkforcesRequest) |
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. |
![]() |
ListWorkforcesAsync(ListWorkforcesRequest, CancellationToken) |
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. |
![]() |
ListWorkteams(ListWorkteamsRequest) |
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 |
![]() |
ListWorkteamsAsync(ListWorkteamsRequest, CancellationToken) |
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 |
![]() |
PutModelPackageGroupPolicy(PutModelPackageGroupPolicyRequest) |
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.. |
![]() |
PutModelPackageGroupPolicyAsync(PutModelPackageGroupPolicyRequest, CancellationToken) |
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.. |
![]() |
QueryLineage(QueryLineageRequest) |
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. |
![]() |
QueryLineageAsync(QueryLineageRequest, CancellationToken) |
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. |
![]() |
RegisterDevices(RegisterDevicesRequest) |
Register devices. |
![]() |
RegisterDevicesAsync(RegisterDevicesRequest, CancellationToken) |
Register devices. |
![]() |
RenderUiTemplate(RenderUiTemplateRequest) |
Renders the UI template so that you can preview the worker's experience. |
![]() |
RenderUiTemplateAsync(RenderUiTemplateRequest, CancellationToken) |
Renders the UI template so that you can preview the worker's experience. |
![]() |
RetryPipelineExecution(RetryPipelineExecutionRequest) |
Retry the execution of the pipeline. |
![]() |
RetryPipelineExecutionAsync(RetryPipelineExecutionRequest, CancellationToken) |
Retry the execution of the pipeline. |
![]() |
Search(SearchRequest) |
Finds Amazon SageMaker resources that match a search query. Matching resources are
returned as a list of You can query against the following value types: numeric, text, Boolean, and timestamp. |
![]() |
SearchAsync(SearchRequest, CancellationToken) |
Finds Amazon SageMaker resources that match a search query. Matching resources are
returned as a list of You can query against the following value types: numeric, text, Boolean, and timestamp. |
![]() |
SendPipelineExecutionStepFailure(SendPipelineExecutionStepFailureRequest) |
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). |
![]() |
SendPipelineExecutionStepFailureAsync(SendPipelineExecutionStepFailureRequest, CancellationToken) |
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). |
![]() |
SendPipelineExecutionStepSuccess(SendPipelineExecutionStepSuccessRequest) |
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). |
![]() |
SendPipelineExecutionStepSuccessAsync(SendPipelineExecutionStepSuccessRequest, CancellationToken) |
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). |
![]() |
StartMonitoringSchedule(StartMonitoringScheduleRequest) |
Starts a previously stopped monitoring schedule.
By default, when you successfully create a new schedule, the status of a monitoring
schedule is |
![]() |
StartMonitoringScheduleAsync(StartMonitoringScheduleRequest, CancellationToken) |
Starts a previously stopped monitoring schedule.
By default, when you successfully create a new schedule, the status of a monitoring
schedule is |
![]() |
StartNotebookInstance(StartNotebookInstanceRequest) |
Launches an ML compute instance with the latest version of the libraries and attaches
your ML storage volume. After configuring the notebook instance, SageMaker sets the
notebook instance status to |
![]() |
StartNotebookInstanceAsync(StartNotebookInstanceRequest, CancellationToken) |
Launches an ML compute instance with the latest version of the libraries and attaches
your ML storage volume. After configuring the notebook instance, SageMaker sets the
notebook instance status to |
![]() |
StartPipelineExecution(StartPipelineExecutionRequest) |
Starts a pipeline execution. |
![]() |
StartPipelineExecutionAsync(StartPipelineExecutionRequest, CancellationToken) |
Starts a pipeline execution. |
![]() |
StopAutoMLJob(StopAutoMLJobRequest) |
A method for forcing the termination of a running job. |
![]() |
StopAutoMLJobAsync(StopAutoMLJobRequest, CancellationToken) |
A method for forcing the termination of a running job. |
![]() |
StopCompilationJob(StopCompilationJobRequest) |
Stops a model compilation job. To stop a job, Amazon SageMaker 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 |
![]() |
StopCompilationJobAsync(StopCompilationJobRequest, CancellationToken) |
Stops a model compilation job. To stop a job, Amazon SageMaker 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 |
![]() |
StopEdgePackagingJob(StopEdgePackagingJobRequest) |
Request to stop an edge packaging job. |
![]() |
StopEdgePackagingJobAsync(StopEdgePackagingJobRequest, CancellationToken) |
Request to stop an edge packaging job. |
![]() |
StopHyperParameterTuningJob(StopHyperParameterTuningJobRequest) |
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 CloudWatch. After the tuning job moves to the |
![]() |
StopHyperParameterTuningJobAsync(StopHyperParameterTuningJobRequest, CancellationToken) |
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 CloudWatch. After the tuning job moves to the |
![]() |
StopInferenceRecommendationsJob(StopInferenceRecommendationsJobRequest) |
Stops an Inference Recommender job. |
![]() |
StopInferenceRecommendationsJobAsync(StopInferenceRecommendationsJobRequest, CancellationToken) |
Stops an Inference Recommender job. |
![]() |
StopLabelingJob(StopLabelingJobRequest) |
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. |
![]() |
StopLabelingJobAsync(StopLabelingJobRequest, CancellationToken) |
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. |
![]() |
StopMonitoringSchedule(StopMonitoringScheduleRequest) |
Stops a previously started monitoring schedule. |
![]() |
StopMonitoringScheduleAsync(StopMonitoringScheduleRequest, CancellationToken) |
Stops a previously started monitoring schedule. |
![]() |
StopNotebookInstance(StopNotebookInstanceRequest) |
Terminates the ML compute instance. Before terminating the instance, SageMaker disconnects
the ML storage volume from it. SageMaker preserves the ML storage volume. SageMaker
stops charging you for the ML compute instance when you call
To access data on the ML storage volume for a notebook instance that has been terminated,
call the |
![]() |
StopNotebookInstanceAsync(StopNotebookInstanceRequest, CancellationToken) |
Terminates the ML compute instance. Before terminating the instance, SageMaker disconnects
the ML storage volume from it. SageMaker preserves the ML storage volume. SageMaker
stops charging you for the ML compute instance when you call
To access data on the ML storage volume for a notebook instance that has been terminated,
call the |
![]() |
StopPipelineExecution(StopPipelineExecutionRequest) |
Stops a pipeline execution. Callback Step
A pipeline execution won't stop while a callback step is running. When you call
You should add logic to your Amazon SQS message consumer to take any needed action
(for example, resource cleanup) upon receipt of the message followed by a call to
Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution. Lambda Step
A pipeline execution can't be stopped while a lambda step is running because the Lambda
function invoked by the lambda step can't be stopped. If you attempt to stop the execution
while the Lambda function is running, the pipeline waits for the Lambda function to
finish or until the timeout is hit, whichever occurs first, and then stops. If the
Lambda function finishes, the pipeline execution status is |
![]() |
StopPipelineExecutionAsync(StopPipelineExecutionRequest, CancellationToken) |
Stops a pipeline execution. Callback Step
A pipeline execution won't stop while a callback step is running. When you call
You should add logic to your Amazon SQS message consumer to take any needed action
(for example, resource cleanup) upon receipt of the message followed by a call to
Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution. Lambda Step
A pipeline execution can't be stopped while a lambda step is running because the Lambda
function invoked by the lambda step can't be stopped. If you attempt to stop the execution
while the Lambda function is running, the pipeline waits for the Lambda function to
finish or until the timeout is hit, whichever occurs first, and then stops. If the
Lambda function finishes, the pipeline execution status is |
![]() |
StopProcessingJob(StopProcessingJobRequest) |
Stops a processing job. |
![]() |
StopProcessingJobAsync(StopProcessingJobRequest, CancellationToken) |
Stops a processing job. |
![]() |
StopTrainingJob(StopTrainingJobRequest) |
Stops a training job. To stop a job, SageMaker sends the algorithm the
When it receives a |
![]() |
StopTrainingJobAsync(StopTrainingJobRequest, CancellationToken) |
Stops a training job. To stop a job, SageMaker sends the algorithm the
When it receives a |
![]() |
StopTransformJob(StopTransformJobRequest) |
Stops a batch transform job.
When Amazon SageMaker receives a |
![]() |
StopTransformJobAsync(StopTransformJobRequest, CancellationToken) |
Stops a batch transform job.
When Amazon SageMaker receives a |
![]() |
UpdateAction(UpdateActionRequest) |
Updates an action. |
![]() |
UpdateActionAsync(UpdateActionRequest, CancellationToken) |
Updates an action. |
![]() |
UpdateAppImageConfig(UpdateAppImageConfigRequest) |
Updates the properties of an AppImageConfig. |
![]() |
UpdateAppImageConfigAsync(UpdateAppImageConfigRequest, CancellationToken) |
Updates the properties of an AppImageConfig. |
![]() |
UpdateArtifact(UpdateArtifactRequest) |
Updates an artifact. |
![]() |
UpdateArtifactAsync(UpdateArtifactRequest, CancellationToken) |
Updates an artifact. |
![]() |
UpdateCodeRepository(UpdateCodeRepositoryRequest) |
Updates the specified Git repository with the specified values. |
![]() |
UpdateCodeRepositoryAsync(UpdateCodeRepositoryRequest, CancellationToken) |
Updates the specified Git repository with the specified values. |
![]() |
UpdateContext(UpdateContextRequest) |
Updates a context. |
![]() |
UpdateContextAsync(UpdateContextRequest, CancellationToken) |
Updates a context. |
![]() |
UpdateDeviceFleet(UpdateDeviceFleetRequest) |
Updates a fleet of devices. |
![]() |
UpdateDeviceFleetAsync(UpdateDeviceFleetRequest, CancellationToken) |
Updates a fleet of devices. |
![]() |
UpdateDevices(UpdateDevicesRequest) |
Updates one or more devices in a fleet. |
![]() |
UpdateDevicesAsync(UpdateDevicesRequest, CancellationToken) |
Updates one or more devices in a fleet. |
![]() |
UpdateDomain(UpdateDomainRequest) |
Updates the default settings for new user profiles in the domain. |
![]() |
UpdateDomainAsync(UpdateDomainRequest, CancellationToken) |
Updates the default settings for new user profiles in the domain. |
![]() |
UpdateEndpoint(UpdateEndpointRequest) |
Deploys the new
When SageMaker receives the request, it sets the endpoint status to
You must not delete an
If you delete the |
![]() |
UpdateEndpointAsync(UpdateEndpointRequest, CancellationToken) |
Deploys the new
When SageMaker receives the request, it sets the endpoint status to
You must not delete an
If you delete the |
![]() |
UpdateEndpointWeightsAndCapacities(UpdateEndpointWeightsAndCapacitiesRequest) |
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 |
![]() |
UpdateEndpointWeightsAndCapacitiesAsync(UpdateEndpointWeightsAndCapacitiesRequest, CancellationToken) |
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 |
![]() |
UpdateExperiment(UpdateExperimentRequest) |
Adds, updates, or removes the description of an experiment. Updates the display name of an experiment. |
![]() |
UpdateExperimentAsync(UpdateExperimentRequest, CancellationToken) |
Adds, updates, or removes the description of an experiment. Updates the display name of an experiment. |
![]() |
UpdateFeatureGroup(UpdateFeatureGroupRequest) |
Updates the feature group. |
![]() |
UpdateFeatureGroupAsync(UpdateFeatureGroupRequest, CancellationToken) |
Updates the feature group. |
![]() |
UpdateFeatureMetadata(UpdateFeatureMetadataRequest) |
Updates the description and parameters of the feature group. |
![]() |
UpdateFeatureMetadataAsync(UpdateFeatureMetadataRequest, CancellationToken) |
Updates the description and parameters of the feature group. |
![]() |
UpdateImage(UpdateImageRequest) |
Updates the properties of a SageMaker image. To change the image's tags, use the AddTags and DeleteTags APIs. |
![]() |
UpdateImageAsync(UpdateImageRequest, CancellationToken) |
Updates the properties of a SageMaker image. To change the image's tags, use the AddTags and DeleteTags APIs. |
![]() |
UpdateModelPackage(UpdateModelPackageRequest) |
Updates a versioned model. |
![]() |
UpdateModelPackageAsync(UpdateModelPackageRequest, CancellationToken) |
Updates a versioned model. |
![]() |
UpdateMonitoringSchedule(UpdateMonitoringScheduleRequest) |
Updates a previously created schedule. |
![]() |
UpdateMonitoringScheduleAsync(UpdateMonitoringScheduleRequest, CancellationToken) |
Updates a previously created schedule. |
![]() |
UpdateNotebookInstance(UpdateNotebookInstanceRequest) |
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. |
![]() |
UpdateNotebookInstanceAsync(UpdateNotebookInstanceRequest, CancellationToken) |
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. |
![]() |
UpdateNotebookInstanceLifecycleConfig(UpdateNotebookInstanceLifecycleConfigRequest) |
Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API. |
![]() |
UpdateNotebookInstanceLifecycleConfigAsync(UpdateNotebookInstanceLifecycleConfigRequest, CancellationToken) |
Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API. |
![]() |
UpdatePipeline(UpdatePipelineRequest) |
Updates a pipeline. |
![]() |
UpdatePipelineAsync(UpdatePipelineRequest, CancellationToken) |
Updates a pipeline. |
![]() |
UpdatePipelineExecution(UpdatePipelineExecutionRequest) |
Updates a pipeline execution. |
![]() |
UpdatePipelineExecutionAsync(UpdatePipelineExecutionRequest, CancellationToken) |
Updates a pipeline execution. |
![]() |
UpdateProject(UpdateProjectRequest) |
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 |
![]() |
UpdateProjectAsync(UpdateProjectRequest, CancellationToken) |
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 |
![]() |
UpdateTrainingJob(UpdateTrainingJobRequest) |
Update a model training job to request a new Debugger profiling configuration. |
![]() |
UpdateTrainingJobAsync(UpdateTrainingJobRequest, CancellationToken) |
Update a model training job to request a new Debugger profiling configuration. |
![]() |
UpdateTrial(UpdateTrialRequest) |
Updates the display name of a trial. |
![]() |
UpdateTrialAsync(UpdateTrialRequest, CancellationToken) |
Updates the display name of a trial. |
![]() |
UpdateTrialComponent(UpdateTrialComponentRequest) |
Updates one or more properties of a trial component. |
![]() |
UpdateTrialComponentAsync(UpdateTrialComponentRequest, CancellationToken) |
Updates one or more properties of a trial component. |
![]() |
UpdateUserProfile(UpdateUserProfileRequest) |
Updates a user profile. |
![]() |
UpdateUserProfileAsync(UpdateUserProfileRequest, CancellationToken) |
Updates a user profile. |
![]() |
UpdateWorkforce(UpdateWorkforceRequest) |
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
To restrict access to all the workers in public internet, add the Amazon SageMaker does not support Source Ip restriction for worker portals in VPC.
Use You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the operation. After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the operation. This operation only applies to private workforces. |
![]() |
UpdateWorkforceAsync(UpdateWorkforceRequest, CancellationToken) |
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
To restrict access to all the workers in public internet, add the Amazon SageMaker does not support Source Ip restriction for worker portals in VPC.
Use You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the operation. After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the operation. This operation only applies to private workforces. |
![]() |
UpdateWorkteam(UpdateWorkteamRequest) |
Updates an existing work team with new member definitions or description. |
![]() |
UpdateWorkteamAsync(UpdateWorkteamRequest, CancellationToken) |
Updates an existing work team with new member definitions or description. |
Name | Description | |
---|---|---|
![]() |
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5