@aws-sdk/client-sagemaker 3.806.0 → 3.810.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -16
- package/dist-cjs/index.js +26 -26
- package/dist-es/waiters/waitForEndpointDeleted.js +2 -2
- package/dist-es/waiters/waitForEndpointInService.js +2 -2
- package/dist-es/waiters/waitForImageCreated.js +2 -2
- package/dist-es/waiters/waitForImageDeleted.js +2 -2
- package/dist-es/waiters/waitForImageUpdated.js +2 -2
- package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
- package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceInService.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +2 -2
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +2 -2
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
- package/dist-types/SageMaker.d.ts +1 -16
- package/dist-types/SageMakerClient.d.ts +1 -16
- package/dist-types/commands/AddAssociationCommand.d.ts +2 -7
- package/dist-types/commands/AddTagsCommand.d.ts +1 -26
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +2 -4
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +1 -17
- package/dist-types/commands/CreateActionCommand.d.ts +2 -7
- package/dist-types/commands/CreateAppCommand.d.ts +2 -6
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -3
- package/dist-types/commands/CreateArtifactCommand.d.ts +2 -7
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +2 -26
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +2 -33
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -6
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +3 -7
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -7
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -33
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -7
- package/dist-types/commands/CreateContextCommand.d.ts +2 -7
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -5
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -46
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +2 -4
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +1 -2
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateEndpointCommand.d.ts +2 -77
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -33
- package/dist-types/commands/CreateExperimentCommand.d.ts +2 -22
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +2 -20
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateHubCommand.d.ts +1 -2
- package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +1 -2
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -2
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +2 -18
- package/dist-types/commands/CreateImageCommand.d.ts +2 -5
- package/dist-types/commands/CreateImageVersionCommand.d.ts +2 -4
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +2 -10
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +2 -17
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +2 -4
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +2 -40
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +2 -5
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelCardCommand.d.ts +3 -6
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +2 -4
- package/dist-types/commands/CreateModelCommand.d.ts +2 -19
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelPackageCommand.d.ts +3 -24
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +2 -5
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +2 -38
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +2 -16
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +2 -8
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +2 -4
- package/dist-types/commands/CreatePipelineCommand.d.ts +2 -4
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -26
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -2
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -18
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -4
- package/dist-types/commands/CreateSpaceCommand.d.ts +1 -2
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -88
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +2 -63
- package/dist-types/commands/CreateTransformJobCommand.d.ts +2 -37
- package/dist-types/commands/CreateTrialCommand.d.ts +2 -13
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +2 -12
- package/dist-types/commands/CreateUserProfileCommand.d.ts +2 -9
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -18
- package/dist-types/commands/CreateWorkteamCommand.d.ts +2 -6
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -2
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -2
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +1 -8
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -4
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +1 -2
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +1 -2
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -11
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -9
- package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -3
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -8
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -5
- package/dist-types/commands/DeleteHyperParameterTuningJobCommand.d.ts +1 -4
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -2
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +2 -9
- package/dist-types/commands/DeleteModelCardCommand.d.ts +1 -2
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -4
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +2 -6
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -2
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -6
- package/dist-types/commands/DeletePartnerAppCommand.d.ts +1 -2
- package/dist-types/commands/DeletePipelineCommand.d.ts +2 -6
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -2
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -4
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -12
- package/dist-types/commands/DeleteTrialCommand.d.ts +1 -3
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -3
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -2
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -12
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -5
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +1 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -2
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +1 -3
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -3
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -3
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -3
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -2
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -8
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -3
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -7
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -2
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -6
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -3
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -6
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -2
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -4
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -2
- package/dist-types/commands/GetScalingConfigurationRecommendationCommand.d.ts +1 -2
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -4
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -2
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -3
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -2
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -3
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -3
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -3
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -2
- package/dist-types/commands/ListImagesCommand.d.ts +1 -2
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -2
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -3
- package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -2
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -2
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -2
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -2
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -2
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -3
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -22
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -2
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -20
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -5
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -2
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -3
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -6
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -3
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -2
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -4
- package/dist-types/commands/SearchCommand.d.ts +1 -10
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -17
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +3 -7
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +3 -7
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -2
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +1 -2
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -5
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +2 -6
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -4
- package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -7
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -7
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +1 -2
- package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -2
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +1 -2
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -8
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -25
- package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -7
- package/dist-types/commands/StopTransformJobCommand.d.ts +1 -6
- package/dist-types/commands/UpdateActionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -4
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +2 -4
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +2 -9
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -22
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +2 -7
- package/dist-types/commands/UpdateExperimentCommand.d.ts +2 -4
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +2 -17
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -36
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -14
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -2
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +1 -2
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -2
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +2 -7
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +2 -4
- package/dist-types/commands/UpdateModelCardCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -2
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -2
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -2
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +2 -5
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -2
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +2 -3
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -2
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateProjectCommand.d.ts +2 -10
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -6
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +2 -4
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -2
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +2 -28
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -2
- package/dist-types/index.d.ts +1 -16
- package/dist-types/models/models_0.d.ts +370 -4018
- package/dist-types/models/models_1.d.ts +532 -5722
- package/dist-types/models/models_2.d.ts +328 -1436
- package/dist-types/models/models_3.d.ts +364 -2021
- package/dist-types/models/models_4.d.ts +462 -1693
- package/dist-types/models/models_5.d.ts +90 -441
- package/package.json +17 -17
|
@@ -27,16 +27,7 @@ declare const CreateTrialComponentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a <i>trial component</i>, which is a stage of a machine learning
|
|
31
|
-
* <i>trial</i>. A trial is composed of one or more trial components. A trial
|
|
32
|
-
* component can be used in multiple trials.</p>
|
|
33
|
-
* <p>Trial components include pre-processing jobs, training jobs, and batch transform
|
|
34
|
-
* jobs.</p>
|
|
35
|
-
* <p>When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial
|
|
36
|
-
* components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you
|
|
37
|
-
* must use the logging APIs provided by the SDK.</p>
|
|
38
|
-
* <p>You can add tags to a trial component and then use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API to
|
|
39
|
-
* search for the tags.</p>
|
|
30
|
+
* <p>Creates a <i>trial component</i>, which is a stage of a machine learning <i>trial</i>. A trial is composed of one or more trial components. A trial component can be used in multiple trials.</p> <p>Trial components include pre-processing jobs, training jobs, and batch transform jobs.</p> <p>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.</p> <p>You can add tags to a trial component and then use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API to search for the tags.</p>
|
|
40
31
|
* @example
|
|
41
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
33
|
* ```javascript
|
|
@@ -98,8 +89,7 @@ declare const CreateTrialComponentCommand_base: {
|
|
|
98
89
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
99
90
|
*
|
|
100
91
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
101
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
102
|
-
* training jobs created. </p>
|
|
92
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
103
93
|
*
|
|
104
94
|
* @throws {@link SageMakerServiceException}
|
|
105
95
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,13 +27,7 @@ declare const CreateUserProfileCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a user profile. A user profile represents a single user within a domain, and is
|
|
31
|
-
* the main way to reference a "person" for the purposes of sharing, reporting, and other
|
|
32
|
-
* user-oriented features. This entity is created when a user onboards to a domain. If an
|
|
33
|
-
* administrator invites a person by email or imports them from IAM Identity Center, a user
|
|
34
|
-
* profile is automatically created. A user profile is the primary holder of settings for an
|
|
35
|
-
* individual user and has a reference to the user's private Amazon Elastic File System home
|
|
36
|
-
* directory. </p>
|
|
30
|
+
* <p>Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to a domain. If an administrator invites a person by email or imports them from IAM Identity Center, 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 home directory. </p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -287,8 +281,7 @@ declare const CreateUserProfileCommand_base: {
|
|
|
287
281
|
* <p>Resource being accessed is in use.</p>
|
|
288
282
|
*
|
|
289
283
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
290
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
291
|
-
* training jobs created. </p>
|
|
284
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
292
285
|
*
|
|
293
286
|
* @throws {@link SageMakerServiceException}
|
|
294
287
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,24 +27,7 @@ declare const CreateWorkforceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use this operation to create a workforce. This operation will return an error
|
|
31
|
-
* if a workforce already exists in the Amazon Web Services Region that you specify. You can only
|
|
32
|
-
* create one workforce in each Amazon Web Services Region per Amazon Web Services account.</p>
|
|
33
|
-
* <p>If you want to create a new workforce in an Amazon Web Services Region where
|
|
34
|
-
* a workforce already exists, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkforce.html">DeleteWorkforce</a> API
|
|
35
|
-
* operation to delete the existing workforce and then use <code>CreateWorkforce</code>
|
|
36
|
-
* to create a new workforce.</p>
|
|
37
|
-
* <p>To create a private workforce using Amazon Cognito, you must specify a Cognito user pool
|
|
38
|
-
* in <code>CognitoConfig</code>.
|
|
39
|
-
* You can also create an Amazon Cognito workforce using the Amazon SageMaker console.
|
|
40
|
-
* For more information, see
|
|
41
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html">
|
|
42
|
-
* Create a Private Workforce (Amazon Cognito)</a>.</p>
|
|
43
|
-
* <p>To create a private workforce using your own OIDC Identity Provider (IdP), specify your IdP
|
|
44
|
-
* configuration in <code>OidcConfig</code>. Your OIDC IdP must support <i>groups</i>
|
|
45
|
-
* because groups are used by Ground Truth and Amazon A2I to create work teams.
|
|
46
|
-
* For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private-oidc.html">
|
|
47
|
-
* Create a Private Workforce (OIDC IdP)</a>.</p>
|
|
30
|
+
* <p>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.</p> <p>If you want to create a new workforce in an Amazon Web Services Region where a workforce already exists, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkforce.html">DeleteWorkforce</a> API operation to delete the existing workforce and then use <code>CreateWorkforce</code> to create a new workforce.</p> <p>To create a private workforce using Amazon Cognito, you must specify a Cognito user pool in <code>CognitoConfig</code>. You can also create an Amazon Cognito workforce using the Amazon SageMaker console. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html"> Create a Private Workforce (Amazon Cognito)</a>.</p> <p>To create a private workforce using your own OIDC Identity Provider (IdP), specify your IdP configuration in <code>OidcConfig</code>. Your OIDC IdP must support <i>groups</i> because groups are used by Ground Truth and Amazon A2I to create work teams. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private-oidc.html"> Create a Private Workforce (OIDC IdP)</a>.</p>
|
|
48
31
|
* @example
|
|
49
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
50
33
|
* ```javascript
|
|
@@ -27,10 +27,7 @@ declare const CreateWorkteamCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new work team for labeling your data. A work team is defined by one or more
|
|
31
|
-
* Amazon Cognito user pools. You must first create the user pools before you can create a work
|
|
32
|
-
* team.</p>
|
|
33
|
-
* <p>You cannot create more than 25 work teams in an account and region.</p>
|
|
30
|
+
* <p>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.</p> <p>You cannot create more than 25 work teams in an account and region.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -91,8 +88,7 @@ declare const CreateWorkteamCommand_base: {
|
|
|
91
88
|
* <p>Resource being accessed is in use.</p>
|
|
92
89
|
*
|
|
93
90
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
94
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
95
|
-
* training jobs created. </p>
|
|
91
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
96
92
|
*
|
|
97
93
|
* @throws {@link SageMakerServiceException}
|
|
98
94
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -50,8 +50,7 @@ declare const DeleteAlgorithmCommand_base: {
|
|
|
50
50
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link ConflictException} (client fault)
|
|
53
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
54
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
53
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
55
54
|
*
|
|
56
55
|
* @throws {@link SageMakerServiceException}
|
|
57
56
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,8 +27,7 @@ declare const DeleteArtifactCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an artifact. Either <code>ArtifactArn</code> or <code>Source</code> must be
|
|
31
|
-
* specified.</p>
|
|
30
|
+
* <p>Deletes an artifact. Either <code>ArtifactArn</code> or <code>Source</code> must be specified.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -52,8 +52,7 @@ declare const DeleteClusterCommand_base: {
|
|
|
52
52
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link ConflictException} (client fault)
|
|
55
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
56
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
55
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
57
56
|
*
|
|
58
57
|
* @throws {@link ResourceNotFound} (client fault)
|
|
59
58
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,14 +27,7 @@ declare const DeleteCompilationJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the specified compilation job. This action deletes only the compilation job
|
|
31
|
-
* resource in Amazon SageMaker AI. It doesn't delete other resources that are related to
|
|
32
|
-
* that job, such as the model artifacts that the job creates, the compilation logs in
|
|
33
|
-
* CloudWatch, the compiled model, or the IAM role.</p>
|
|
34
|
-
* <p>You can delete a compilation job only if its current status is <code>COMPLETED</code>,
|
|
35
|
-
* <code>FAILED</code>, or <code>STOPPED</code>. If the job status is
|
|
36
|
-
* <code>STARTING</code> or <code>INPROGRESS</code>, stop the job, and then delete it
|
|
37
|
-
* after its status becomes <code>STOPPED</code>.</p>
|
|
30
|
+
* <p>Deletes the specified compilation job. This action deletes only the compilation job resource in Amazon SageMaker AI. It doesn't delete other resources that are related to that job, such as the model artifacts that the job creates, the compilation logs in CloudWatch, the compiled model, or the IAM role.</p> <p>You can delete a compilation job only if its current status is <code>COMPLETED</code>, <code>FAILED</code>, or <code>STOPPED</code>. If the job status is <code>STARTING</code> or <code>INPROGRESS</code>, stop the job, and then delete it after its status becomes <code>STOPPED</code>.</p>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -27,10 +27,7 @@ declare const DeleteDomainCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Used to delete a domain. If you onboarded with IAM mode, you will need to delete your
|
|
31
|
-
* domain to onboard again using IAM Identity Center. Use with caution. All of the members of the
|
|
32
|
-
* domain will lose access to their EFS volume, including data, notebooks, and other artifacts.
|
|
33
|
-
* </p>
|
|
30
|
+
* <p>Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using IAM Identity Center. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts. </p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const DeleteEdgeDeploymentPlanCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an edge deployment plan if (and only if) all the stages in the plan are
|
|
31
|
-
* inactive or there are no stages in the plan.</p>
|
|
30
|
+
* <p>Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const DeleteEdgeDeploymentStageCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Delete a stage in an edge deployment plan if (and only if) the stage is
|
|
31
|
-
* inactive.</p>
|
|
30
|
+
* <p>Delete a stage in an edge deployment plan if (and only if) the stage is inactive.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,17 +27,7 @@ declare const DeleteEndpointCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an endpoint. SageMaker frees up all of the resources that were deployed when the
|
|
31
|
-
* endpoint was created. </p>
|
|
32
|
-
* <p>SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don't
|
|
33
|
-
* need to use the <a href="http://docs.aws.amazon.com/kms/latest/APIReference/API_RevokeGrant.html">RevokeGrant</a> API call.</p>
|
|
34
|
-
* <p>When you delete your endpoint, SageMaker asynchronously deletes associated endpoint
|
|
35
|
-
* resources such as KMS key grants. You might still see these resources in your account
|
|
36
|
-
* for a few minutes after deleting your endpoint. Do not delete or revoke the permissions
|
|
37
|
-
* for your <code>
|
|
38
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModel.html#sagemaker-CreateModel-request-ExecutionRoleArn">ExecutionRoleArn</a>
|
|
39
|
-
* </code>, otherwise SageMaker cannot delete these
|
|
40
|
-
* resources.</p>
|
|
30
|
+
* <p>Deletes an endpoint. SageMaker frees up all of the resources that were deployed when the endpoint was created. </p> <p>SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don't need to use the <a href="http://docs.aws.amazon.com/kms/latest/APIReference/API_RevokeGrant.html">RevokeGrant</a> API call.</p> <p>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 <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModel.html#sagemaker-CreateModel-request-ExecutionRoleArn">ExecutionRoleArn</a> </code>, otherwise SageMaker cannot delete these resources.</p>
|
|
41
31
|
* @example
|
|
42
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
33
|
* ```javascript
|
|
@@ -27,15 +27,7 @@ declare const DeleteEndpointConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an endpoint configuration. The <code>DeleteEndpointConfig</code> API
|
|
31
|
-
* deletes only the specified configuration. It does not delete endpoints created using the
|
|
32
|
-
* configuration. </p>
|
|
33
|
-
* <p>You must not delete an <code>EndpointConfig</code> in use by an endpoint that is
|
|
34
|
-
* live or while the <code>UpdateEndpoint</code> or <code>CreateEndpoint</code> operations
|
|
35
|
-
* are being performed on the endpoint. If you delete the <code>EndpointConfig</code> of an
|
|
36
|
-
* endpoint that is active or being created or updated you may lose visibility into the
|
|
37
|
-
* instance type the endpoint is using. The endpoint must be deleted in order to stop
|
|
38
|
-
* incurring charges.</p>
|
|
30
|
+
* <p>Deletes an endpoint configuration. The <code>DeleteEndpointConfig</code> API deletes only the specified configuration. It does not delete endpoints created using the configuration. </p> <p>You must not delete an <code>EndpointConfig</code> in use by an endpoint that is live or while the <code>UpdateEndpoint</code> or <code>CreateEndpoint</code> operations are being performed on the endpoint. If you delete the <code>EndpointConfig</code> of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.</p>
|
|
39
31
|
* @example
|
|
40
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
33
|
* ```javascript
|
|
@@ -27,9 +27,7 @@ declare const DeleteExperimentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an SageMaker experiment. All trials associated with the experiment must be deleted
|
|
31
|
-
* first. Use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListTrials.html">ListTrials</a> API to get a list of the trials associated with
|
|
32
|
-
* the experiment.</p>
|
|
30
|
+
* <p>Deletes an SageMaker experiment. All trials associated with the experiment must be deleted first. Use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListTrials.html">ListTrials</a> API to get a list of the trials associated with the experiment.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -27,14 +27,7 @@ declare const DeleteFeatureGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Delete the <code>FeatureGroup</code> and any data that was written to the
|
|
31
|
-
* <code>OnlineStore</code> of the <code>FeatureGroup</code>. Data cannot be accessed from
|
|
32
|
-
* the <code>OnlineStore</code> immediately after <code>DeleteFeatureGroup</code> is called. </p>
|
|
33
|
-
* <p>Data written into the <code>OfflineStore</code> will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your
|
|
34
|
-
* <code>OfflineStore</code> are not deleted. </p>
|
|
35
|
-
* <p>Note that it can take approximately 10-15 minutes to delete an <code>OnlineStore</code>
|
|
36
|
-
* <code>FeatureGroup</code> with the <code>InMemory</code>
|
|
37
|
-
* <code>StorageType</code>.</p>
|
|
30
|
+
* <p>Delete the <code>FeatureGroup</code> and any data that was written to the <code>OnlineStore</code> of the <code>FeatureGroup</code>. Data cannot be accessed from the <code>OnlineStore</code> immediately after <code>DeleteFeatureGroup</code> is called. </p> <p>Data written into the <code>OfflineStore</code> will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your <code>OfflineStore</code> are not deleted. </p> <p>Note that it can take approximately 10-15 minutes to delete an <code>OnlineStore</code> <code>FeatureGroup</code> with the <code>InMemory</code> <code>StorageType</code>.</p>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -27,11 +27,7 @@ declare const DeleteHumanTaskUiCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use this operation to delete a human task user interface (worker task template).</p>
|
|
31
|
-
* <p>
|
|
32
|
-
* To see a list of human task user interfaces
|
|
33
|
-
* (work task templates) in your account, use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListHumanTaskUis.html">ListHumanTaskUis</a>.
|
|
34
|
-
* When you delete a worker task template, it no longer appears when you call <code>ListHumanTaskUis</code>.</p>
|
|
30
|
+
* <p>Use this operation to delete a human task user interface (worker task template).</p> <p> To see a list of human task user interfaces (work task templates) in your account, use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListHumanTaskUis.html">ListHumanTaskUis</a>. When you delete a worker task template, it no longer appears when you call <code>ListHumanTaskUis</code>.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -27,10 +27,7 @@ declare const DeleteHyperParameterTuningJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a hyperparameter tuning job. The <code>DeleteHyperParameterTuningJob</code>
|
|
31
|
-
* API deletes only the tuning job entry that was created in SageMaker when you called the
|
|
32
|
-
* <code>CreateHyperParameterTuningJob</code> API. It does not delete training jobs,
|
|
33
|
-
* artifacts, or the IAM role that you specified when creating the model.</p>
|
|
30
|
+
* <p>Deletes a hyperparameter tuning job. The <code>DeleteHyperParameterTuningJob</code> API deletes only the tuning job entry that was created in SageMaker when you called the <code>CreateHyperParameterTuningJob</code> API. It does not delete training jobs, artifacts, or the IAM role that you specified when creating the model.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const DeleteImageCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a SageMaker AI image and all versions of the image. The container images aren't
|
|
31
|
-
* deleted.</p>
|
|
30
|
+
* <p>Deletes a SageMaker AI image and all versions of the image. The container images aren't deleted.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const DeleteImageVersionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a version of a SageMaker AI image. The container image the version represents isn't
|
|
31
|
-
* deleted.</p>
|
|
30
|
+
* <p>Deletes a version of a SageMaker AI image. The container image the version represents isn't deleted.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const DeleteInferenceExperimentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an inference experiment.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>
|
|
33
|
-
* This operation does not delete your endpoint, variants, or any underlying resources. This operation only
|
|
34
|
-
* deletes the metadata of your experiment.
|
|
35
|
-
* </p>
|
|
36
|
-
* </note>
|
|
30
|
+
* <p>Deletes an inference experiment.</p> <note> <p> This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment. </p> </note>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -58,8 +52,7 @@ declare const DeleteInferenceExperimentCommand_base: {
|
|
|
58
52
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
59
53
|
*
|
|
60
54
|
* @throws {@link ConflictException} (client fault)
|
|
61
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
62
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
55
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
63
56
|
*
|
|
64
57
|
* @throws {@link ResourceNotFound} (client fault)
|
|
65
58
|
* <p>Resource being access is not found.</p>
|
|
@@ -50,8 +50,7 @@ declare const DeleteModelCardCommand_base: {
|
|
|
50
50
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link ConflictException} (client fault)
|
|
53
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
54
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
53
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
55
54
|
*
|
|
56
55
|
* @throws {@link ResourceNotFound} (client fault)
|
|
57
56
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,10 +27,7 @@ declare const DeleteModelCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a model. The <code>DeleteModel</code> API deletes only the model entry that
|
|
31
|
-
* was created in SageMaker when you called the <code>CreateModel</code> API. It does not delete
|
|
32
|
-
* model artifacts, inference code, or the IAM role that you specified when creating the
|
|
33
|
-
* model. </p>
|
|
30
|
+
* <p>Deletes a model. The <code>DeleteModel</code> API deletes only the model entry that was created in SageMaker when you called the <code>CreateModel</code> API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model. </p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -27,10 +27,7 @@ declare const DeleteModelPackageCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a model package.</p>
|
|
31
|
-
* <p>A model package is used to create SageMaker models or list on Amazon Web Services
|
|
32
|
-
* Marketplace. Buyers can subscribe to model packages listed on Amazon Web Services
|
|
33
|
-
* Marketplace to create models in SageMaker.</p>
|
|
30
|
+
* <p>Deletes a model package.</p> <p>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.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -53,8 +50,7 @@ declare const DeleteModelPackageCommand_base: {
|
|
|
53
50
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
54
51
|
*
|
|
55
52
|
* @throws {@link ConflictException} (client fault)
|
|
56
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
57
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
53
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
58
54
|
*
|
|
59
55
|
* @throws {@link SageMakerServiceException}
|
|
60
56
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -50,8 +50,7 @@ declare const DeleteModelPackageGroupCommand_base: {
|
|
|
50
50
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link ConflictException} (client fault)
|
|
53
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
54
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
53
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
55
54
|
*
|
|
56
55
|
* @throws {@link SageMakerServiceException}
|
|
57
56
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,8 +27,7 @@ declare const DeleteMonitoringScheduleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a monitoring schedule. Also stops the schedule had not already been stopped.
|
|
31
|
-
* This does not delete the job execution history of the monitoring schedule. </p>
|
|
30
|
+
* <p>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. </p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,12 +27,7 @@ declare const DeleteNotebookInstanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p> Deletes an SageMaker AI notebook instance. Before you can delete a notebook
|
|
31
|
-
* instance, you must call the <code>StopNotebookInstance</code> API. </p>
|
|
32
|
-
* <important>
|
|
33
|
-
* <p>When you delete a notebook instance, you lose all of your data. SageMaker AI removes the ML compute instance, and deletes the ML storage volume and the
|
|
34
|
-
* network interface associated with the notebook instance. </p>
|
|
35
|
-
* </important>
|
|
30
|
+
* <p> Deletes an SageMaker AI notebook instance. Before you can delete a notebook instance, you must call the <code>StopNotebookInstance</code> API. </p> <important> <p>When you delete a notebook instance, you lose all of your data. SageMaker AI removes the ML compute instance, and deletes the ML storage volume and the network interface associated with the notebook instance. </p> </important>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -53,8 +53,7 @@ declare const DeletePartnerAppCommand_base: {
|
|
|
53
53
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link ConflictException} (client fault)
|
|
56
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
57
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
56
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
58
57
|
*
|
|
59
58
|
* @throws {@link ResourceNotFound} (client fault)
|
|
60
59
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,10 +27,7 @@ declare const DeletePipelineCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a pipeline if there are no running instances of the pipeline. To delete a
|
|
31
|
-
* pipeline, you must stop all running instances of the pipeline using the
|
|
32
|
-
* <code>StopPipelineExecution</code> API. When you delete a pipeline, all instances of the
|
|
33
|
-
* pipeline are deleted.</p>
|
|
30
|
+
* <p>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 <code>StopPipelineExecution</code> API. When you delete a pipeline, all instances of the pipeline are deleted.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -56,8 +53,7 @@ declare const DeletePipelineCommand_base: {
|
|
|
56
53
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
57
54
|
*
|
|
58
55
|
* @throws {@link ConflictException} (client fault)
|
|
59
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
60
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
56
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
61
57
|
*
|
|
62
58
|
* @throws {@link ResourceNotFound} (client fault)
|
|
63
59
|
* <p>Resource being access is not found.</p>
|
|
@@ -50,8 +50,7 @@ declare const DeleteProjectCommand_base: {
|
|
|
50
50
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link ConflictException} (client fault)
|
|
53
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
54
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
53
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
55
54
|
*
|
|
56
55
|
* @throws {@link SageMakerServiceException}
|
|
57
56
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,10 +27,7 @@ declare const DeleteStudioLifecycleConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the Amazon SageMaker AI Studio Lifecycle Configuration. In order to delete the
|
|
31
|
-
* Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You
|
|
32
|
-
* must also remove the Lifecycle Configuration from UserSettings in all Domains and
|
|
33
|
-
* UserProfiles.</p>
|
|
30
|
+
* <p>Deletes the Amazon SageMaker AI Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -27,18 +27,7 @@ declare const DeleteTagsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the specified tags from an SageMaker resource.</p>
|
|
31
|
-
* <p>To list a resource's tags, use the <code>ListTags</code> API. </p>
|
|
32
|
-
* <note>
|
|
33
|
-
* <p>When you call this API to delete tags from a hyperparameter tuning job, the
|
|
34
|
-
* deleted tags are not removed from training jobs that the hyperparameter tuning job
|
|
35
|
-
* launched before you called this API.</p>
|
|
36
|
-
* </note>
|
|
37
|
-
* <note>
|
|
38
|
-
* <p>When you call this API to delete tags from a SageMaker Domain or User Profile, the
|
|
39
|
-
* deleted tags are not removed from Apps that the SageMaker Domain or User Profile
|
|
40
|
-
* launched before you called this API.</p>
|
|
41
|
-
* </note>
|
|
30
|
+
* <p>Deletes the specified tags from an SageMaker resource.</p> <p>To list a resource's tags, use the <code>ListTags</code> API. </p> <note> <p>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.</p> </note> <note> <p>When you call this API to delete tags from a SageMaker Domain or User Profile, the deleted tags are not removed from Apps that the SageMaker Domain or User Profile launched before you called this API.</p> </note>
|
|
42
31
|
* @example
|
|
43
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
33
|
* ```javascript
|
|
@@ -27,9 +27,7 @@ declare const DeleteTrialCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the specified trial. All trial components that make up the trial must be deleted
|
|
31
|
-
* first. Use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrialComponent.html">DescribeTrialComponent</a> API to get the list of trial
|
|
32
|
-
* components.</p>
|
|
30
|
+
* <p>Deletes the specified trial. All trial components that make up the trial must be deleted first. Use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrialComponent.html">DescribeTrialComponent</a> API to get the list of trial components.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -27,9 +27,7 @@ declare const DeleteTrialComponentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the specified trial component. A trial component must be disassociated from all
|
|
31
|
-
* trials before the trial component can be deleted. To disassociate a trial component from a
|
|
32
|
-
* trial, call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DisassociateTrialComponent.html">DisassociateTrialComponent</a> API.</p>
|
|
30
|
+
* <p>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 <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DisassociateTrialComponent.html">DisassociateTrialComponent</a> API.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const DeleteUserProfileCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a user profile. When a user profile is deleted, the user loses access to their EFS
|
|
31
|
-
* volume, including data, notebooks, and other artifacts.</p>
|
|
30
|
+
* <p>Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,18 +27,7 @@ declare const DeleteWorkforceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use this operation to delete a workforce.</p>
|
|
31
|
-
* <p>If you want to create a new workforce in an Amazon Web Services Region where
|
|
32
|
-
* a workforce already exists, use this operation to delete the
|
|
33
|
-
* existing workforce and then use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateWorkforce.html">CreateWorkforce</a>
|
|
34
|
-
* to create a new workforce.</p>
|
|
35
|
-
* <important>
|
|
36
|
-
* <p>If a private workforce contains one or more work teams, you must use
|
|
37
|
-
* the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html">DeleteWorkteam</a>
|
|
38
|
-
* operation to delete all work teams before you delete the workforce.
|
|
39
|
-
* If you try to delete a workforce that contains one or more work teams,
|
|
40
|
-
* you will receive a <code>ResourceInUse</code> error.</p>
|
|
41
|
-
* </important>
|
|
30
|
+
* <p>Use this operation to delete a workforce.</p> <p>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 <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateWorkforce.html">CreateWorkforce</a> to create a new workforce.</p> <important> <p>If a private workforce contains one or more work teams, you must use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html">DeleteWorkteam</a> 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 receive a <code>ResourceInUse</code> error.</p> </important>
|
|
42
31
|
* @example
|
|
43
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
33
|
* ```javascript
|
|
@@ -52,8 +52,7 @@ declare const DeleteWorkteamCommand_base: {
|
|
|
52
52
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
55
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
56
|
-
* training jobs created. </p>
|
|
55
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
57
56
|
*
|
|
58
57
|
* @throws {@link SageMakerServiceException}
|
|
59
58
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,11 +27,7 @@ declare const DescribeAutoMLJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns information about an AutoML job created by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>AutoML jobs created by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a> cannot be described by
|
|
33
|
-
* <code>DescribeAutoMLJob</code>.</p>
|
|
34
|
-
* </note>
|
|
30
|
+
* <p>Returns information about an AutoML job created by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>.</p> <note> <p>AutoML jobs created by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a> cannot be described by <code>DescribeAutoMLJob</code>.</p> </note>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|