@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,9 +27,7 @@ declare const ListWorkteamsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of private work teams that you have defined in a region. The list may be empty if
|
|
31
|
-
* no work team satisfies the filter specified in the <code>NameContains</code>
|
|
32
|
-
* parameter.</p>
|
|
30
|
+
* <p>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 <code>NameContains</code> parameter.</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,10 +27,7 @@ declare const PutModelPackageGroupPolicyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds a resouce policy to control access to a model group. For information about
|
|
31
|
-
* resoure policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html">Identity-based
|
|
32
|
-
* policies and resource-based policies</a> in the <i>Amazon Web Services
|
|
33
|
-
* Identity and Access Management User Guide.</i>.</p>
|
|
30
|
+
* <p>Adds a resouce policy to control access to a model group. For information about resoure policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html">Identity-based policies and resource-based policies</a> in the <i>Amazon Web Services Identity and Access Management User Guide.</i>.</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 PutModelPackageGroupPolicyCommand_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 SageMakerServiceException}
|
|
63
59
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,9 +27,7 @@ declare const QueryLineageCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use this action to inspect your lineage and discover relationships between entities.
|
|
31
|
-
* For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/querying-lineage-entities.html">
|
|
32
|
-
* Querying Lineage Entities</a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
|
|
30
|
+
* <p>Use this action to inspect your lineage and discover relationships between entities. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/querying-lineage-entities.html"> Querying Lineage Entities</a> in the <i>Amazon SageMaker Developer Guide</i>.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -63,8 +63,7 @@ declare const RegisterDevicesCommand_base: {
|
|
|
63
63
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
66
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
67
|
-
* training jobs created. </p>
|
|
66
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link SageMakerServiceException}
|
|
70
69
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -56,12 +56,10 @@ declare const RetryPipelineExecutionCommand_base: {
|
|
|
56
56
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
57
57
|
*
|
|
58
58
|
* @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>
|
|
59
|
+
* <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
60
|
*
|
|
62
61
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
63
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
64
|
-
* training jobs created. </p>
|
|
62
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
65
63
|
*
|
|
66
64
|
* @throws {@link ResourceNotFound} (client fault)
|
|
67
65
|
* <p>Resource being access is not found.</p>
|
|
@@ -28,16 +28,7 @@ declare const SearchCommand_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <p>Finds SageMaker resources that match a search query. Matching resources are returned as a list
|
|
32
|
-
* of <code>SearchRecord</code> objects in the response. You can sort the search results by any
|
|
33
|
-
* resource property in a ascending or descending order.</p>
|
|
34
|
-
* <p>You can query against the following value types: numeric, text, Boolean, and
|
|
35
|
-
* timestamp.</p>
|
|
36
|
-
* <note>
|
|
37
|
-
* <p>The Search API may provide access to otherwise restricted data. See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/api-permissions-reference.html">Amazon SageMaker API
|
|
38
|
-
* Permissions: Actions, Permissions, and Resources Reference</a> for more
|
|
39
|
-
* information.</p>
|
|
40
|
-
* </note>
|
|
31
|
+
* <p>Finds SageMaker resources that match a search query. Matching resources are returned as a list of <code>SearchRecord</code> objects in the response. You can sort the search results by any resource property in a ascending or descending order.</p> <p>You can query against the following value types: numeric, text, Boolean, and timestamp.</p> <note> <p>The Search API may provide access to otherwise restricted data. See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/api-permissions-reference.html">Amazon SageMaker API Permissions: Actions, Permissions, and Resources Reference</a> for more information.</p> </note>
|
|
41
32
|
* @example
|
|
42
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
34
|
* ```javascript
|
|
@@ -27,21 +27,7 @@ declare const SearchTrainingPlanOfferingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Searches for available training plan offerings based on specified criteria. </p>
|
|
31
|
-
* <ul>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>Users search for available plan offerings based on their requirements (e.g.,
|
|
34
|
-
* instance type, count, start time, duration). </p>
|
|
35
|
-
* </li>
|
|
36
|
-
* <li>
|
|
37
|
-
* <p>And then, they create a plan that best matches their needs using the ID of the
|
|
38
|
-
* plan offering they want to use. </p>
|
|
39
|
-
* </li>
|
|
40
|
-
* </ul>
|
|
41
|
-
* <p>For more information about how to reserve GPU capacity for your SageMaker training jobs or
|
|
42
|
-
* SageMaker HyperPod clusters using Amazon SageMaker Training Plan , see <code>
|
|
43
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
|
|
44
|
-
* </code>.</p>
|
|
30
|
+
* <p>Searches for available training plan offerings based on specified criteria. </p> <ul> <li> <p>Users search for available plan offerings based on their requirements (e.g., instance type, count, start time, duration). </p> </li> <li> <p>And then, they create a plan that best matches their needs using the ID of the plan offering they want to use. </p> </li> </ul> <p>For more information about how to reserve GPU capacity for your SageMaker training jobs or SageMaker HyperPod clusters using Amazon SageMaker Training Plan , see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
|
|
45
31
|
* @example
|
|
46
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
33
|
* ```javascript
|
|
@@ -97,8 +83,7 @@ declare const SearchTrainingPlanOfferingsCommand_base: {
|
|
|
97
83
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
98
84
|
*
|
|
99
85
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
100
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
101
|
-
* training jobs created. </p>
|
|
86
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
102
87
|
*
|
|
103
88
|
* @throws {@link SageMakerServiceException}
|
|
104
89
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -27,9 +27,7 @@ declare const SendPipelineExecutionStepFailureCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Notifies the pipeline that the execution of a callback step failed, along with a
|
|
31
|
-
* message describing why. When a callback step is run, the pipeline generates a callback
|
|
32
|
-
* token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).</p>
|
|
30
|
+
* <p>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).</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -56,12 +54,10 @@ declare const SendPipelineExecutionStepFailureCommand_base: {
|
|
|
56
54
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
57
55
|
*
|
|
58
56
|
* @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>
|
|
57
|
+
* <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
58
|
*
|
|
62
59
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
63
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
64
|
-
* training jobs created. </p>
|
|
60
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
65
61
|
*
|
|
66
62
|
* @throws {@link ResourceNotFound} (client fault)
|
|
67
63
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,9 +27,7 @@ declare const SendPipelineExecutionStepSuccessCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Notifies the pipeline that the execution of a callback step succeeded and provides a
|
|
31
|
-
* list of the step's output parameters. When a callback step is run, the pipeline generates
|
|
32
|
-
* a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).</p>
|
|
30
|
+
* <p>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).</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -61,12 +59,10 @@ declare const SendPipelineExecutionStepSuccessCommand_base: {
|
|
|
61
59
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
62
60
|
*
|
|
63
61
|
* @throws {@link ConflictException} (client fault)
|
|
64
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
65
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
62
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
66
63
|
*
|
|
67
64
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
68
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
69
|
-
* training jobs created. </p>
|
|
65
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
70
66
|
*
|
|
71
67
|
* @throws {@link ResourceNotFound} (client fault)
|
|
72
68
|
* <p>Resource being access is not found.</p>
|
|
@@ -52,8 +52,7 @@ declare const StartInferenceExperimentCommand_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>
|
|
@@ -52,8 +52,7 @@ declare const StartMlflowTrackingServerCommand_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,11 +27,7 @@ declare const StartMonitoringScheduleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Starts a previously stopped monitoring schedule.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>By default, when you successfully create a new schedule, the status of a monitoring
|
|
33
|
-
* schedule is <code>scheduled</code>.</p>
|
|
34
|
-
* </note>
|
|
30
|
+
* <p>Starts a previously stopped monitoring schedule.</p> <note> <p>By default, when you successfully create a new schedule, the status of a monitoring schedule is <code>scheduled</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
|
|
@@ -27,10 +27,7 @@ declare const StartNotebookInstanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Launches an ML compute instance with the latest version of the libraries and
|
|
31
|
-
* attaches your ML storage volume. After configuring the notebook instance, SageMaker AI sets the notebook instance status to <code>InService</code>. A notebook
|
|
32
|
-
* instance's status must be <code>InService</code> before you can connect to your Jupyter
|
|
33
|
-
* notebook. </p>
|
|
30
|
+
* <p>Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. After configuring the notebook instance, SageMaker AI sets the notebook instance status to <code>InService</code>. A notebook instance's status must be <code>InService</code> before you can connect to your Jupyter notebook. </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 StartNotebookInstanceCommand_base: {
|
|
|
53
50
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
54
51
|
*
|
|
55
52
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
56
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
57
|
-
* training jobs created. </p>
|
|
53
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
58
54
|
*
|
|
59
55
|
* @throws {@link SageMakerServiceException}
|
|
60
56
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -72,12 +72,10 @@ declare const StartPipelineExecutionCommand_base: {
|
|
|
72
72
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link ConflictException} (client fault)
|
|
75
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
76
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
75
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
77
76
|
*
|
|
78
77
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
79
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
80
|
-
* training jobs created. </p>
|
|
78
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
81
79
|
*
|
|
82
80
|
* @throws {@link ResourceNotFound} (client fault)
|
|
83
81
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,13 +27,7 @@ declare const StopCompilationJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Stops a model compilation job.</p>
|
|
31
|
-
* <p> To stop a job, Amazon SageMaker AI sends the algorithm the SIGTERM signal. This gracefully shuts the
|
|
32
|
-
* job down. If the job hasn't stopped, it sends the SIGKILL signal.</p>
|
|
33
|
-
* <p>When it receives a <code>StopCompilationJob</code> request, Amazon SageMaker AI changes the
|
|
34
|
-
* <code>CompilationJobStatus</code> of the job to <code>Stopping</code>. After Amazon
|
|
35
|
-
* SageMaker stops the job, it sets the <code>CompilationJobStatus</code> to
|
|
36
|
-
* <code>Stopped</code>. </p>
|
|
30
|
+
* <p>Stops a model compilation job.</p> <p> To stop a job, Amazon SageMaker AI sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn't stopped, it sends the SIGKILL signal.</p> <p>When it receives a <code>StopCompilationJob</code> request, Amazon SageMaker AI changes the <code>CompilationJobStatus</code> of the job to <code>Stopping</code>. After Amazon SageMaker stops the job, it sets the <code>CompilationJobStatus</code> to <code>Stopped</code>. </p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const StopHyperParameterTuningJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Stops a running hyperparameter tuning job and all running training jobs that the
|
|
31
|
-
* tuning job launched.</p>
|
|
32
|
-
* <p>All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All
|
|
33
|
-
* data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the
|
|
34
|
-
* tuning job moves to the <code>Stopped</code> state, it releases all
|
|
35
|
-
* reserved
|
|
36
|
-
* resources for the tuning job.</p>
|
|
30
|
+
* <p>Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.</p> <p>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 <code>Stopped</code> state, it releases all reserved resources for the tuning job.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -71,8 +71,7 @@ declare const StopInferenceExperimentCommand_base: {
|
|
|
71
71
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ConflictException} (client fault)
|
|
74
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
75
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
74
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
76
75
|
*
|
|
77
76
|
* @throws {@link ResourceNotFound} (client fault)
|
|
78
77
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,8 +27,7 @@ declare const StopLabelingJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Stops a running labeling job. A job that is stopped cannot be restarted. Any results
|
|
31
|
-
* obtained before the job is stopped are placed in the Amazon S3 output bucket.</p>
|
|
30
|
+
* <p>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.</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 StopMlflowTrackingServerCommand_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 StopNotebookInstanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Terminates the ML compute instance. Before terminating the instance, SageMaker AI disconnects the ML storage volume from it. SageMaker AI preserves the
|
|
31
|
-
* ML storage volume. SageMaker AI stops charging you for the ML compute instance when
|
|
32
|
-
* you call <code>StopNotebookInstance</code>.</p>
|
|
33
|
-
* <p>To access data on the ML storage volume for a notebook instance that has been
|
|
34
|
-
* terminated, call the <code>StartNotebookInstance</code> API.
|
|
35
|
-
* <code>StartNotebookInstance</code> launches another ML compute instance, configures
|
|
36
|
-
* it, and attaches the preserved ML storage volume so you can continue your work.
|
|
37
|
-
* </p>
|
|
30
|
+
* <p>Terminates the ML compute instance. Before terminating the instance, SageMaker AI disconnects the ML storage volume from it. SageMaker AI preserves the ML storage volume. SageMaker AI stops charging you for the ML compute instance when you call <code>StopNotebookInstance</code>.</p> <p>To access data on the ML storage volume for a notebook instance that has been terminated, call the <code>StartNotebookInstance</code> API. <code>StartNotebookInstance</code> launches another ML compute instance, configures it, and attaches the preserved ML storage volume so you can continue your work. </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,29 +27,7 @@ declare const StopPipelineExecutionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Stops a pipeline execution.</p>
|
|
31
|
-
* <p>
|
|
32
|
-
* <b>Callback Step</b>
|
|
33
|
-
* </p>
|
|
34
|
-
* <p>A pipeline execution won't stop while a callback step is running.
|
|
35
|
-
* When you call <code>StopPipelineExecution</code>
|
|
36
|
-
* on a pipeline execution with a running callback step, SageMaker Pipelines sends an
|
|
37
|
-
* additional Amazon SQS message to the specified SQS queue. The body of the SQS message
|
|
38
|
-
* contains a "Status" field which is set to "Stopping".</p>
|
|
39
|
-
* <p>You should add logic to your Amazon SQS message consumer to take any needed action (for
|
|
40
|
-
* example, resource cleanup) upon receipt of the message followed by a call to
|
|
41
|
-
* <code>SendPipelineExecutionStepSuccess</code> or
|
|
42
|
-
* <code>SendPipelineExecutionStepFailure</code>.</p>
|
|
43
|
-
* <p>Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution.</p>
|
|
44
|
-
* <p>
|
|
45
|
-
* <b>Lambda Step</b>
|
|
46
|
-
* </p>
|
|
47
|
-
* <p>A pipeline execution can't be stopped while a lambda step is running because the Lambda
|
|
48
|
-
* function invoked by the lambda step can't be stopped. If you attempt to stop the execution
|
|
49
|
-
* while the Lambda function is running, the pipeline waits for the Lambda function to finish
|
|
50
|
-
* or until the timeout is hit, whichever occurs first, and then stops. If the Lambda function
|
|
51
|
-
* finishes, the pipeline execution status is <code>Stopped</code>. If the timeout is hit
|
|
52
|
-
* the pipeline execution status is <code>Failed</code>.</p>
|
|
30
|
+
* <p>Stops a pipeline execution.</p> <p> <b>Callback Step</b> </p> <p>A pipeline execution won't stop while a callback step is running. When you call <code>StopPipelineExecution</code> on a pipeline execution with a running callback step, SageMaker Pipelines sends an additional Amazon SQS message to the specified SQS queue. The body of the SQS message contains a "Status" field which is set to "Stopping".</p> <p>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 <code>SendPipelineExecutionStepSuccess</code> or <code>SendPipelineExecutionStepFailure</code>.</p> <p>Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution.</p> <p> <b>Lambda Step</b> </p> <p>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 <code>Stopped</code>. If the timeout is hit the pipeline execution status is <code>Failed</code>.</p>
|
|
53
31
|
* @example
|
|
54
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
55
33
|
* ```javascript
|
|
@@ -75,8 +53,7 @@ declare const StopPipelineExecutionCommand_base: {
|
|
|
75
53
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
76
54
|
*
|
|
77
55
|
* @throws {@link ConflictException} (client fault)
|
|
78
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
79
|
-
* <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>
|
|
80
57
|
*
|
|
81
58
|
* @throws {@link ResourceNotFound} (client fault)
|
|
82
59
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,13 +27,7 @@ declare const StopTrainingJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Stops a training job. To stop a job, SageMaker sends the algorithm the
|
|
31
|
-
* <code>SIGTERM</code> signal, which delays job termination for 120 seconds.
|
|
32
|
-
* Algorithms might use this 120-second window to save the model artifacts, so the results
|
|
33
|
-
* of the training is not lost. </p>
|
|
34
|
-
* <p>When it receives a <code>StopTrainingJob</code> request, SageMaker changes the status of
|
|
35
|
-
* the job to <code>Stopping</code>. After SageMaker stops the job, it sets the status to
|
|
36
|
-
* <code>Stopped</code>.</p>
|
|
30
|
+
* <p>Stops a training job. To stop a job, SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays job termination for 120 seconds. Algorithms might use this 120-second window to save the model artifacts, so the results of the training is not lost. </p> <p>When it receives a <code>StopTrainingJob</code> request, SageMaker changes the status of the job to <code>Stopping</code>. After SageMaker stops the job, it sets the status to <code>Stopped</code>.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -27,12 +27,7 @@ declare const StopTransformJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Stops a batch transform job.</p>
|
|
31
|
-
* <p>When Amazon SageMaker receives a <code>StopTransformJob</code> request, the status of the job
|
|
32
|
-
* changes to <code>Stopping</code>. After Amazon SageMaker
|
|
33
|
-
* stops
|
|
34
|
-
* the job, the status is set to <code>Stopped</code>. When you stop a batch transform job before
|
|
35
|
-
* it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3.</p>
|
|
30
|
+
* <p>Stops a batch transform job.</p> <p>When Amazon SageMaker receives a <code>StopTransformJob</code> request, the status of the job changes to <code>Stopping</code>. After Amazon SageMaker stops the job, the status is set to <code>Stopped</code>. When you stop a batch transform job before it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -60,8 +60,7 @@ declare const UpdateActionCommand_base: {
|
|
|
60
60
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ConflictException} (client fault)
|
|
63
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
64
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
63
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link ResourceNotFound} (client fault)
|
|
67
66
|
* <p>Resource being access is not found.</p>
|
|
@@ -59,8 +59,7 @@ declare const UpdateArtifactCommand_base: {
|
|
|
59
59
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link ConflictException} (client fault)
|
|
62
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
63
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
62
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
64
63
|
*
|
|
65
64
|
* @throws {@link ResourceNotFound} (client fault)
|
|
66
65
|
* <p>Resource being access is not found.</p>
|
|
@@ -109,12 +109,10 @@ declare const UpdateClusterCommand_base: {
|
|
|
109
109
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
110
110
|
*
|
|
111
111
|
* @throws {@link ConflictException} (client fault)
|
|
112
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
113
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
112
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
114
113
|
*
|
|
115
114
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
116
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
117
|
-
* training jobs created. </p>
|
|
115
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
118
116
|
*
|
|
119
117
|
* @throws {@link ResourceNotFound} (client fault)
|
|
120
118
|
* <p>Resource being access is not found.</p>
|
|
@@ -64,12 +64,10 @@ declare const UpdateClusterSchedulerConfigCommand_base: {
|
|
|
64
64
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ConflictException} (client fault)
|
|
67
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
68
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
67
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
69
68
|
*
|
|
70
69
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
71
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
72
|
-
* training jobs created. </p>
|
|
70
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
73
71
|
*
|
|
74
72
|
* @throws {@link ResourceNotFound} (client fault)
|
|
75
73
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,13 +27,7 @@ declare const UpdateClusterSoftwareCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the platform software of a SageMaker HyperPod cluster for security patching. To learn how to
|
|
31
|
-
* use this API, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-operate.html#sagemaker-hyperpod-operate-cli-command-update-cluster-software">Update the SageMaker HyperPod platform software of a cluster</a>.</p>
|
|
32
|
-
* <important>
|
|
33
|
-
* <p>The <code>UpgradeClusterSoftware</code> API call may impact your SageMaker HyperPod cluster
|
|
34
|
-
* uptime and availability. Plan accordingly to mitigate potential disruptions to your
|
|
35
|
-
* workloads.</p>
|
|
36
|
-
* </important>
|
|
30
|
+
* <p>Updates the platform software of a SageMaker HyperPod cluster for security patching. To learn how to use this API, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-operate.html#sagemaker-hyperpod-operate-cli-command-update-cluster-software">Update the SageMaker HyperPod platform software of a cluster</a>.</p> <important> <p>The <code>UpgradeClusterSoftware</code> API call may impact your SageMaker HyperPod cluster uptime and availability. Plan accordingly to mitigate potential disruptions to your workloads.</p> </important>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -81,8 +75,7 @@ declare const UpdateClusterSoftwareCommand_base: {
|
|
|
81
75
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
82
76
|
*
|
|
83
77
|
* @throws {@link ConflictException} (client fault)
|
|
84
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
85
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
78
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
86
79
|
*
|
|
87
80
|
* @throws {@link ResourceNotFound} (client fault)
|
|
88
81
|
* <p>Resource being access is not found.</p>
|
|
@@ -55,8 +55,7 @@ declare const UpdateCodeRepositoryCommand_base: {
|
|
|
55
55
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ConflictException} (client fault)
|
|
58
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
59
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
58
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link SageMakerServiceException}
|
|
62
61
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
@@ -73,12 +73,10 @@ declare const UpdateComputeQuotaCommand_base: {
|
|
|
73
73
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link ConflictException} (client fault)
|
|
76
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
77
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
76
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
78
77
|
*
|
|
79
78
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
80
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
81
|
-
* training jobs created. </p>
|
|
79
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
82
80
|
*
|
|
83
81
|
* @throws {@link ResourceNotFound} (client fault)
|
|
84
82
|
* <p>Resource being access is not found.</p>
|
|
@@ -59,8 +59,7 @@ declare const UpdateContextCommand_base: {
|
|
|
59
59
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link ConflictException} (client fault)
|
|
62
|
-
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an
|
|
63
|
-
* <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
62
|
+
* <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
|
|
64
63
|
*
|
|
65
64
|
* @throws {@link ResourceNotFound} (client fault)
|
|
66
65
|
* <p>Resource being access is not found.</p>
|
|
@@ -386,8 +386,7 @@ declare const UpdateDomainCommand_base: {
|
|
|
386
386
|
* <p>Resource being accessed is in use.</p>
|
|
387
387
|
*
|
|
388
388
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
389
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
390
|
-
* training jobs created. </p>
|
|
389
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
391
390
|
*
|
|
392
391
|
* @throws {@link ResourceNotFound} (client fault)
|
|
393
392
|
* <p>Resource being access is not found.</p>
|
|
@@ -27,26 +27,7 @@ declare const UpdateEndpointCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deploys the <code>EndpointConfig</code> specified in the request to a new fleet of
|
|
31
|
-
* instances. SageMaker shifts endpoint traffic to the new instances with the updated endpoint
|
|
32
|
-
* configuration and then deletes the old instances using the previous
|
|
33
|
-
* <code>EndpointConfig</code> (there is no availability loss). For more information
|
|
34
|
-
* about how to control the update and traffic shifting process, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/deployment-guardrails.html"> Update
|
|
35
|
-
* models in production</a>.</p>
|
|
36
|
-
* <p>When SageMaker receives the request, it sets the endpoint status to <code>Updating</code>.
|
|
37
|
-
* After updating the endpoint, it sets the status to <code>InService</code>. To check the
|
|
38
|
-
* status of an endpoint, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html">DescribeEndpoint</a> API.
|
|
39
|
-
*
|
|
40
|
-
* </p>
|
|
41
|
-
* <note>
|
|
42
|
-
* <p>You must not delete an <code>EndpointConfig</code> in use by an endpoint that is
|
|
43
|
-
* live or while the <code>UpdateEndpoint</code> or <code>CreateEndpoint</code>
|
|
44
|
-
* operations are being performed on the endpoint. To update an endpoint, you must
|
|
45
|
-
* create a new <code>EndpointConfig</code>.</p>
|
|
46
|
-
* <p>If you delete the <code>EndpointConfig</code> of an endpoint that is active or
|
|
47
|
-
* being created or updated you may lose visibility into the instance type the endpoint
|
|
48
|
-
* is using. The endpoint must be deleted in order to stop incurring charges.</p>
|
|
49
|
-
* </note>
|
|
30
|
+
* <p>Deploys the <code>EndpointConfig</code> specified in the request to a new fleet of instances. SageMaker shifts endpoint traffic to the new instances with the updated endpoint configuration and then deletes the old instances using the previous <code>EndpointConfig</code> (there is no availability loss). For more information about how to control the update and traffic shifting process, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/deployment-guardrails.html"> Update models in production</a>.</p> <p>When SageMaker receives the request, it sets the endpoint status to <code>Updating</code>. After updating the endpoint, it sets the status to <code>InService</code>. To check the status of an endpoint, use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html">DescribeEndpoint</a> API. </p> <note> <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. To update an endpoint, you must create a new <code>EndpointConfig</code>.</p> <p>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> </note>
|
|
50
31
|
* @example
|
|
51
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
52
33
|
* ```javascript
|
|
@@ -116,8 +97,7 @@ declare const UpdateEndpointCommand_base: {
|
|
|
116
97
|
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
117
98
|
*
|
|
118
99
|
* @throws {@link ResourceLimitExceeded} (client fault)
|
|
119
|
-
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many
|
|
120
|
-
* training jobs created. </p>
|
|
100
|
+
* <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
|
|
121
101
|
*
|
|
122
102
|
* @throws {@link SageMakerServiceException}
|
|
123
103
|
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|